diff options
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/a.out.5 | 4 | ||||
-rw-r--r-- | share/man/man5/core.5 | 6 | ||||
-rw-r--r-- | share/man/man5/elf.5 | 2 | ||||
-rw-r--r-- | share/man/man5/fs.5 | 8 | ||||
-rw-r--r-- | share/man/man5/group.5 | 2 | ||||
-rw-r--r-- | share/man/man5/link.5 | 2 | ||||
-rw-r--r-- | share/man/man5/stab.5 | 4 | ||||
-rw-r--r-- | share/man/man5/style.Makefile.5 | 6 | ||||
-rw-r--r-- | share/man/man5/utmp.5 | 2 |
9 files changed, 18 insertions, 18 deletions
diff --git a/share/man/man5/a.out.5 b/share/man/man5/a.out.5 index c6b4784..ad87477 100644 --- a/share/man/man5/a.out.5 +++ b/share/man/man5/a.out.5 @@ -45,7 +45,7 @@ .In a.out.h .Sh DESCRIPTION The include file -.Aq Pa a.out.h +.In a.out.h declares three structures and several macros. The structures describe the format of executable machine code files @@ -405,7 +405,7 @@ field hold one of two values: and .Dv AUX_OBJECT (see -.Aq Pa link.h +.In link.h for their definitions). .Dv AUX_FUNC associates the symbol with a callable function, while diff --git a/share/man/man5/core.5 b/share/man/man5/core.5 index 27df5dd..437d676 100644 --- a/share/man/man5/core.5 +++ b/share/man/man5/core.5 @@ -96,14 +96,14 @@ area, whose size (in pages) is defined by the .Dv UPAGES manifest in the -.Aq Pa sys/param.h +.In sys/param.h file. The .Fa u. area starts with a .Fa user structure as given in -.Aq Pa sys/user.h . +.In sys/user.h . The remainder of the core file consists of the data pages followed by the stack pages of the process image. @@ -123,7 +123,7 @@ area. The size of a ``page'' is given by the constant .Dv PAGE_SIZE (also from -.Aq Pa sys/param.h ) . +.In sys/param.h ) . .Sh EXAMPLES In order to store all core images in per-user private areas under .Pa /var/coredumps , diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index 0dd4969..2be201f 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -34,7 +34,7 @@ .In elf.h .Sh DESCRIPTION The header file -.Aq Pa elf.h +.In elf.h defines the format of ELF executable binary files. Amongst these files are normal executable files, relocatable object files, core files and shared diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5 index fac8515..48b4c1b 100644 --- a/share/man/man5/fs.5 +++ b/share/man/man5/fs.5 @@ -49,9 +49,9 @@ .In ufs/ufs/inode.h .Sh DESCRIPTION The files -.Aq Pa fs.h +.In fs.h and -.Aq Pa inode.h +.In inode.h declare several structures, defined variables and macros which are used to create and manage the underlying format of file system objects on random access devices (disks). @@ -74,7 +74,7 @@ that is of size .Dv SBLOCKSIZE . The following structure describes the super-block and is from the file -.Aq Pa ufs/ffs/fs.h : +.In ufs/ffs/fs.h : .Bd -literal /* * Super block for an FFS filesystem. @@ -377,7 +377,7 @@ each current directory, each mounted-on file, text file, and the root. An inode is `named' by its device/i-number pair. For further information, see the include file -.Aq Pa ufs/ufs/inode.h . +.In ufs/ufs/inode.h . .Sh HISTORY A super-block structure named filsys appeared in .At v6 . diff --git a/share/man/man5/group.5 b/share/man/man5/group.5 index 0f22a18..7dc1fc64 100644 --- a/share/man/man5/group.5 +++ b/share/man/man5/group.5 @@ -107,7 +107,7 @@ file. .\" the fields are read into the structure .\" .Fa group .\" declared in -.\" .Aq Pa grp.h : +.\" .In grp.h : .\" .Bd -literal -offset indent .\" struct group { .\" char *gr_name; /* group name */ diff --git a/share/man/man5/link.5 b/share/man/man5/link.5 index 167163e..bbf019a 100644 --- a/share/man/man5/link.5 +++ b/share/man/man5/link.5 @@ -40,7 +40,7 @@ .In link.h .Sh DESCRIPTION The include file -.Aq Pa link.h +.In link.h declares several structures that are present in dynamically linked programs and libraries. The structures define the interface between several components of the diff --git a/share/man/man5/stab.5 b/share/man/man5/stab.5 index b2d670eb..14eeef5 100644 --- a/share/man/man5/stab.5 +++ b/share/man/man5/stab.5 @@ -42,7 +42,7 @@ .In stab.h .Sh DESCRIPTION The file -.Aq Pa stab.h +.In stab.h defines some of the symbol table .Fa n_type field values for a.out files. @@ -94,7 +94,7 @@ The low bits of the field are used to place a symbol into at most one segment, according to the following masks, defined in -.Aq Pa a.out.h . +.In a.out.h . A symbol can be in none of these segments by having none of these segment bits set. .Bd -literal diff --git a/share/man/man5/style.Makefile.5 b/share/man/man5/style.Makefile.5 index d48bcad..ce91319 100644 --- a/share/man/man5/style.Makefile.5 +++ b/share/man/man5/style.Makefile.5 @@ -99,14 +99,14 @@ order is: Omit .Va SRCS when using -.Aq Pa bsd.prog.mk +.In bsd.prog.mk and there is a single source file named the same as the .Va PROG . .It Omit .Va MAN when using -.Aq Pa bsd.prog.mk +.In bsd.prog.mk and the manual page is named the same as the .Va PROG , and is in section 1. @@ -196,7 +196,7 @@ An space is allowed for variable names that extend beyond column 9. A lack of whitespace is also allowed for very long variable names. .It -.Ic .include Aq Pa bsd.*.mk +.Ic .include In bsd.*.mk goes last. .It Do not use anachronisms like diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index 543c135..c342041 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -45,7 +45,7 @@ .In utmp.h .Sh DESCRIPTION The file -.Aq Pa utmp.h +.In utmp.h declares the structures used to record information about current users in the file .Nm , |