git: 74c21730d283 - stable/13 - atomic.9: Remove the stated dependency on types.h

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Mon, 23 Jan 2023 13:57:16 UTC
The branch stable/13 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=74c21730d283f5c2ce30e95a128d03633774955c

commit 74c21730d283f5c2ce30e95a128d03633774955c
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-01-16 13:04:01 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-01-23 13:50:49 +0000

    atomic.9: Remove the stated dependency on types.h
    
    All machine/atomic.h necessarily include sys/atomic_common.h, which
    brings in types.h.
    
    Reviewed by:    imp, kib
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D38040
    
    (cherry picked from commit ccffe71ad4d9ac01f6bb4efa625ffcaf9fae739f)
---
 share/man/man9/atomic.9 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/share/man/man9/atomic.9 b/share/man/man9/atomic.9
index ebc6ed791f37..e95bfbdbf4e8 100644
--- a/share/man/man9/atomic.9
+++ b/share/man/man9/atomic.9
@@ -22,7 +22,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 6, 2021
+.Dd January 16, 2023
 .Dt ATOMIC 9
 .Os
 .Sh NAME
@@ -40,7 +40,6 @@
 .Nm atomic_thread_fence
 .Nd atomic operations
 .Sh SYNOPSIS
-.In sys/types.h
 .In machine/atomic.h
 .Ft void
 .Fn atomic_add_[acq_|rel_]<type> "volatile <type> *p" "<type> v"