summaryrefslogtreecommitdiffstats
path: root/share/man/man7
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commit1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /share/man/man7
parentecf79cde9e1b8a35a0190579797cc483bcd50714 (diff)
downloadFreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip
FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/stdint.78
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/stdint.7 b/share/man/man7/stdint.7
index d05090a..2f36953 100644
--- a/share/man/man7/stdint.7
+++ b/share/man/man7/stdint.7
@@ -34,7 +34,7 @@
.In stdint.h
.Sh DESCRIPTION
The
-.Aq Pa stdint.h
+.In 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, largest integer size, and
@@ -120,17 +120,17 @@ that can later be converted back to a pointer to
.Vt void .
.Pp
Additionally, the
-.Aq Pa stdint.h
+.In stdint.h
header defines some macros, but none of them are documented here.
.Sh STANDARDS
The
-.Aq Pa stdint.h
+.In stdint.h
header conforms to
.St -isoC-99
and
.St -p1003.1-2001 .
.Sh HISTORY
The
-.Aq Pa stdint.h
+.In stdint.h
header was first introduced in
.Fx 5.0 .
OpenPOWER on IntegriCloud