diff options
author | ru <ru@FreeBSD.org> | 2002-05-30 13:16:25 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-30 13:16:25 +0000 |
commit | c29678b8e75b2f900d046d030f34beb15f9b7cef (patch) | |
tree | 25a3baf97acd5d33d93a41a632ee9627172d4bbb | |
parent | c8f6cf0f6f3bea1ffb414d5c5e8aab436414bcc9 (diff) | |
download | FreeBSD-src-c29678b8e75b2f900d046d030f34beb15f9b7cef.zip FreeBSD-src-c29678b8e75b2f900d046d030f34beb15f9b7cef.tar.gz |
mdoc(7) police: added missing markup bits.
-rw-r--r-- | share/man/man7/stdint.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/stdint.7 b/share/man/man7/stdint.7 index 9dabe00..b58775fd3 100644 --- a/share/man/man7/stdint.7 +++ b/share/man/man7/stdint.7 @@ -34,7 +34,7 @@ .In stdint.h .Sh DESCRIPTION The -.Aq stdint.h +.Aq Pa stdint.h header provides source-portable integer types of a specific size, smallest memory footprint with a minimum size, fastest access speed with a minimum size, and largest integer size. @@ -105,17 +105,17 @@ These types are generally the largest signed and unsigned integer types available on a specific architecture. .Sh STANDARDS The -.Aq stdint.h +.Aq Pa stdint.h header conforms to .St -isoC-99 and .St -p1003.1-2001 . .Sh HISTORY The -.Aq stdint.h +.Aq Pa stdint.h header was first introduced in .Fx 5.0 . .Sh BUGS Not all of the -.Aq stdint.h +.Aq Pa stdint.h header's features are documented. |