From 623da62a5a107f8c09ce13cac2352200842890c6 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 1 Oct 2001 16:09:29 +0000 Subject: mdoc(7) police: Use the new .In macro for #include statements. --- share/man/man5/a.out.5 | 2 +- share/man/man5/acct.5 | 4 ++-- share/man/man5/core.5 | 2 +- share/man/man5/dir.5 | 2 +- share/man/man5/disktab.5 | 2 +- share/man/man5/elf.5 | 2 +- share/man/man5/fs.5 | 12 ++++++------ share/man/man5/fstab.5 | 2 +- share/man/man5/link.5 | 6 +++--- share/man/man5/stab.5 | 2 +- share/man/man5/types.5 | 2 +- share/man/man5/utmp.5 | 4 ++-- 12 files changed, 21 insertions(+), 21 deletions(-) (limited to 'share/man/man5') diff --git a/share/man/man5/a.out.5 b/share/man/man5/a.out.5 index 027cf96..bea8370 100644 --- a/share/man/man5/a.out.5 +++ b/share/man/man5/a.out.5 @@ -42,7 +42,7 @@ .Nm a.out .Nd format of executable binary files .Sh SYNOPSIS -.Fd #include +.In a.out.h .Sh DESCRIPTION The include file .Aq Pa a.out.h diff --git a/share/man/man5/acct.5 b/share/man/man5/acct.5 index ad0971d..8541081 100644 --- a/share/man/man5/acct.5 +++ b/share/man/man5/acct.5 @@ -39,8 +39,8 @@ .Nm acct .Nd execution accounting file .Sh SYNOPSIS -.Fd #include -.Fd #include +.In sys/types.h +.In sys/acct.h .Sh DESCRIPTION The kernel maintains the following .Fa acct diff --git a/share/man/man5/core.5 b/share/man/man5/core.5 index 34cc8c8..f31f2c2 100644 --- a/share/man/man5/core.5 +++ b/share/man/man5/core.5 @@ -39,7 +39,7 @@ .Nm core .Nd memory image file format .Sh SYNOPSIS -.Fd #include +.In sys/param.h .Sh DESCRIPTION A small number of signals which cause abnormal termination of a process also cause a record of the process's in-core state to be written diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5 index a07240a..c8f598c 100644 --- a/share/man/man5/dir.5 +++ b/share/man/man5/dir.5 @@ -40,7 +40,7 @@ .Nm dirent .Nd directory file format .Sh SYNOPSIS -.Fd #include +.In dirent.h .Sh DESCRIPTION Directories provide a convenient hierarchical method of grouping files while obscuring the underlying details of the storage medium. diff --git a/share/man/man5/disktab.5 b/share/man/man5/disktab.5 index 2fdbe49..0e82cf2 100644 --- a/share/man/man5/disktab.5 +++ b/share/man/man5/disktab.5 @@ -39,7 +39,7 @@ .Nm disktab .Nd disk description file .Sh SYNOPSIS -.Fd #include +.In disktab.h .Sh DESCRIPTION .Nm Disktab is a simple database which describes disk geometries and diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index 3ef05ee..1decf55 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -31,7 +31,7 @@ .Nm elf .Nd format of ELF executable binary files .Sh SYNOPSIS -.Fd #include +.In elf.h .Sh DESCRIPTION The header file .Aq Pa elf.h diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5 index f8c5e38..9f54eae 100644 --- a/share/man/man5/fs.5 +++ b/share/man/man5/fs.5 @@ -40,13 +40,13 @@ .Nm inode .Nd format of file system volume .Sh SYNOPSIS -.Fd #include -.Fd #include +.In sys/param.h +.In ufs/ffs/fs.h .Pp -.Fd #include -.Fd #include -.Fd #include -.Fd #include +.In sys/types.h +.In sys/lock.h +.In ufs/ufs/quota.h +.In ufs/ufs/inode.h .Sh DESCRIPTION The files .Aq Pa fs.h diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index 2aa625e..754554b 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -39,7 +39,7 @@ .Nm fstab .Nd static information about the filesystems .Sh SYNOPSIS -.Fd #include +.In fstab.h .Sh DESCRIPTION The file .Nm diff --git a/share/man/man5/link.5 b/share/man/man5/link.5 index 3f782bb..ee9d039 100644 --- a/share/man/man5/link.5 +++ b/share/man/man5/link.5 @@ -35,9 +35,9 @@ .Nm link .Nd dynamic loader and link editor interface .Sh SYNOPSIS -.Fd #include -.Fd #include -.Fd #include +.In sys/types.h +.In nlist.h +.In link.h .Sh DESCRIPTION The include file .Aq Pa link.h diff --git a/share/man/man5/stab.5 b/share/man/man5/stab.5 index 9d71858..b2d670eb 100644 --- a/share/man/man5/stab.5 +++ b/share/man/man5/stab.5 @@ -39,7 +39,7 @@ .Nm stab .Nd symbol table types .Sh SYNOPSIS -.Fd #include +.In stab.h .Sh DESCRIPTION The file .Aq Pa stab.h diff --git a/share/man/man5/types.5 b/share/man/man5/types.5 index 3827dec..dfa3e89 100644 --- a/share/man/man5/types.5 +++ b/share/man/man5/types.5 @@ -39,7 +39,7 @@ .Nm types .Nd system data types .Sh SYNOPSIS -.Fd #include +.In sys/types.h .Sh DESCRIPTION The file .Pa sys/types.h diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index 0692a97..55ad9b9 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -41,8 +41,8 @@ .Nm lastlog .Nd login records .Sh SYNOPSIS -.Fd #include -.Fd #include +.In sys/types.h +.In utmp.h .Sh DESCRIPTION The file .Aq Pa utmp.h -- cgit v1.1