summaryrefslogtreecommitdiffstats
path: root/share/man/man9/style.9
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/man9/style.9
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/man9/style.9')
-rw-r--r--share/man/man9/style.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 2ce2d2c..8791c20 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -94,13 +94,13 @@ Leave another blank line before the header files.
Kernel include files (i.e.\&
.Pa sys/*.h )
come first; normally, include
-.Aq Pa sys/types.h
+.In sys/types.h
OR
-.Aq Pa sys/param.h ,
+.In sys/param.h ,
but not both.
-.Aq Pa sys/types.h
+.In sys/types.h
includes
-.Aq Pa sys/cdefs.h ,
+.In sys/cdefs.h ,
and it is okay to depend on that.
.Bd -literal
#include <sys/types.h> /* Non-local includes in angle brackets. */
@@ -128,7 +128,7 @@ which should be sorted alphabetically by name.
.Ed
.Pp
Global pathnames are defined in
-.Aq Pa paths.h .
+.In paths.h .
Pathnames local
to the program go in
.Qq Pa pathnames.h
OpenPOWER on IntegriCloud