diff options
-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. |