diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2020-11-15 13:32:31 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-11-15 21:30:30 +0100 |
| commit | d556548bf4907040c4c65705fc43f80de895afcf (patch) | |
| tree | 98d027ca6c79e97739e9fefa221268eec1d475df /man5 | |
| parent | 14d43d30059e1074b9fc0e68cf4ceb0538579646 (diff) | |
| download | man-pages-d556548bf4907040c4c65705fc43f80de895afcf.tar.gz | |
getent.1, fanotify_mark.2, fcntl.2, futex.2, membarrier.2, mmap.2, mount.2, msgctl.2, readv.2, semctl.2, set_mempolicy.2, shmctl.2, syscalls.2, abs.3, bstring.3, btree.3, ctime.3, drand48.3, fgetc.3, fopen.3, gethostbyname.3, getnetent.3, getprotoent.3, getservent.3, INFINITY.3, __ppc_set_ppr_med.3, inet.3, j0.3, makecontext.3, printf.3, puts.3, resolver.3, sigsetops.3, elf.5, nscd.conf.5, proc.5, inotify.7, ipv6.7, spufs.7, system_data_types.7: Use Oxford comma
Found using:
pcregrep -rnM "^\.[B|I]R .*,\n\.[B|I].*[^,]\nand" man? |grep ^man |sort
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/elf.5 | 4 | ||||
| -rw-r--r-- | man5/nscd.conf.5 | 2 | ||||
| -rw-r--r-- | man5/proc.5 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/man5/elf.5 b/man5/elf.5 index 0bfac6572d..ea1af951b5 100644 --- a/man5/elf.5 +++ b/man5/elf.5 @@ -835,7 +835,7 @@ and .BR SHN_HIRESERVE . The initial entry is used in ELF extensions for .IR e_phnum , -.IR e_shnum +.IR e_shnum , and .IR e_shstrndx ; in other cases, each field in the initial entry is set to zero. @@ -2143,7 +2143,7 @@ The ELF format is an adopted standard. .PP The extensions for .IR e_phnum , -.IR e_shnum +.IR e_shnum , and .IR e_shstrndx respectively are diff --git a/man5/nscd.conf.5 b/man5/nscd.conf.5 index 40bde4238b..049805d1aa 100644 --- a/man5/nscd.conf.5 +++ b/man5/nscd.conf.5 @@ -166,7 +166,7 @@ The files are .IR /etc/passwd , .IR /etc/group , .IR /etc/hosts , -.I /etc/services +.IR /etc/services , and .IR /etc/netgroup . The default is yes. diff --git a/man5/proc.5 b/man5/proc.5 index 3533858bae..744ee04c95 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -6068,7 +6068,7 @@ in the idle process. This string identifies the kernel version that is currently running. It includes the contents of .IR /proc/sys/kernel/ostype , -.I /proc/sys/kernel/osrelease +.IR /proc/sys/kernel/osrelease , and .IR /proc/sys/kernel/version . For example: |
