aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
commitc1f3e4bf21571a88d4269a87f57e3e4ff2ba3ef6 (patch)
treefb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man5
parent52353da871a1c6308e9596c9fc75e374413a6ac4 (diff)
downloadsrc-c1f3e4bf21571a88d4269a87f57e3e4ff2ba3ef6.tar.gz
src-c1f3e4bf21571a88d4269a87f57e3e4ff2ba3ef6.zip
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
Notes
Notes: svn path=/head/; revision=79727
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/core.58
-rw-r--r--share/man/man5/devfs.512
-rw-r--r--share/man/man5/dir.52
-rw-r--r--share/man/man5/disktab.54
-rw-r--r--share/man/man5/elf.514
-rw-r--r--share/man/man5/fbtab.52
-rw-r--r--share/man/man5/fdescfs.512
-rw-r--r--share/man/man5/forward.58
-rw-r--r--share/man/man5/fs.58
-rw-r--r--share/man/man5/fstab.520
-rw-r--r--share/man/man5/group.58
-rw-r--r--share/man/man5/hosts.54
-rw-r--r--share/man/man5/hosts.equiv.56
-rw-r--r--share/man/man5/link.56
-rw-r--r--share/man/man5/linprocfs.52
-rw-r--r--share/man/man5/make.conf.52
-rw-r--r--share/man/man5/motd.52
-rw-r--r--share/man/man5/networks.52
-rw-r--r--share/man/man5/nsswitch.conf.58
-rw-r--r--share/man/man5/passwd.514
-rw-r--r--share/man/man5/periodic.conf.52
-rw-r--r--share/man/man5/procfs.56
-rw-r--r--share/man/man5/remote.526
-rw-r--r--share/man/man5/services.52
-rw-r--r--share/man/man5/stab.54
-rw-r--r--share/man/man5/sysctl.conf.58
-rw-r--r--share/man/man5/utmp.52
27 files changed, 97 insertions, 97 deletions
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5
index a1b255f5bc11..34cc8c8d28cd 100644
--- a/share/man/man5/core.5
+++ b/share/man/man5/core.5
@@ -85,9 +85,9 @@ defined by the
.Dv UPAGES
manifest in the
.Aq Pa sys/param.h
-file. The
+file. The
.Fa u .
-area starts with a
+area starts with a
.Fa user
structure as given in
.Aq Pa sys/user.h .
@@ -102,9 +102,9 @@ in the
.Fa u .
area.
The amount of stack image in the core file is given (in pages) by the
-variable
+variable
.Fa u_ssize
-in the
+in the
.Ar u .
area.
The size of a ``page'' is given by the constant
diff --git a/share/man/man5/devfs.5 b/share/man/man5/devfs.5
index 28b55d5647a5..c49973504a77 100644
--- a/share/man/man5/devfs.5
+++ b/share/man/man5/devfs.5
@@ -49,7 +49,7 @@ devfs /dev devfs rw 0 0
.Sh DESCRIPTION
The device file system, or
.Nm ,
-provides access to kernel's device
+provides access to kernel's device
namespace in the global filesystem namespace.
The conventional mount point is
.Pa /dev .
@@ -65,25 +65,25 @@ mount point.
.Bl -tag -width /dev/XXXX -compact
.It Pa /dev
The normal
-.Nm
+.Nm
mount point.
.El
.Sh SEE ALSO
.Xr mount_devfs 8
.Sh HISTORY
The
-.Nm
+.Nm
filesystem first appeared in
.Fx 2.0 .
The
.Nm
-manual page first appeared in
+manual page first appeared in
.Fx 2.2 .
.Sh AUTHORS
-The
+The
.Nm
manual page was written by
.An Mike Pritchard Aq mpp@FreeBSD.org ,
-and was based on the
+and was based on the
.Xr mount_devfs 8
manual page.
diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5
index 74828679f0dd..a07240afd657 100644
--- a/share/man/man5/dir.5
+++ b/share/man/man5/dir.5
@@ -52,7 +52,7 @@ It consists of records (directory entries) each of which contains
information about a file and a pointer to the file itself.
Directory entries may contain other directories
as well as plain files; such nested directories are referred to as
-subdirectories.
+subdirectories.
A hierarchy of directories and files is formed in this manner
and is called a file system (or referred to as a file system tree).
.\" An entry in this tree,
diff --git a/share/man/man5/disktab.5 b/share/man/man5/disktab.5
index 5d8298135862..2fdbe497b1fc 100644
--- a/share/man/man5/disktab.5
+++ b/share/man/man5/disktab.5
@@ -52,13 +52,13 @@ to initialize the disk label on the disk.
The format is patterned
after the
.Xr termcap 5
-terminal data base. Entries in
+terminal data base. Entries in
.Nm
consist of a number of `:' separated fields. The
first entry for each disk gives the names which are
known for the disk, separated by `|' characters. The
last name given should be a long name fully identifying
-the disk.
+the disk.
.Pp
The following list indicates the normal values
stored for each disk entry.
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5
index bc7e83100503..f31fe2b4b6d4 100644
--- a/share/man/man5/elf.5
+++ b/share/man/man5/elf.5
@@ -706,7 +706,7 @@ The section holds information defined by the program, whose
format and meaning are determined solely by the program.
.It Dv SHT_SYMTAB
This section holds a symbol table.
-Typically,
+Typically,
.Sy SHT_SYMTAB
provides symbols for link editing, though it may also be used
for dynamic linking.
@@ -998,7 +998,7 @@ will include the
.Sy SHF_ALLOC
bit.
Otherwise the bit will be off.
-By convention,
+By convention,
.Dq NAME
is supplied by the section to which the relocations apply.
Thus a relocation
@@ -1020,7 +1020,7 @@ By convention,
.Dq NAME
is supplied by the section to which the relocations apply.
Thus a relocation
-section for
+section for
.Sy .text
normally would have the name
.Sy .rela.text .
@@ -1034,7 +1034,7 @@ This section is of type
The attribute used is
.Sy SHF_ALLOC .
.It .rodata1
-This section hold read-only data that typically contributes to a
+This section hold read-only data that typically contributes to a
non-writable segment in the process image.
This section is of type
.Sy SHT_PROGBITS .
@@ -1225,7 +1225,7 @@ header table index.
.Pp
Relocation is the process of connecting symbolic references with
symbolic definitions.
-Relocatable files must have information that
+Relocatable files must have information that
describes how to modify their section contents, thus allowing executable
and shared object files to hold the right information for a process'
program image.
@@ -1310,13 +1310,13 @@ stored into the relocatable field.
.%B "Executable and Linking Format (ELF)"
.Re
.Sh HISTORY
-The ELF header files made their appearance in
+The ELF header files made their appearance in
.Fx 2.2.6 .
ELF in itself first appeared in
.At V .
The ELF format is an adopted standard.
.Sh AUTHORS
-This manual page was written by
+This manual page was written by
.An Jeroen Ruigrok van der Werven
.Aq asmodai@FreeBSD.org
with inspiration from BSDi's BSD/OS
diff --git a/share/man/man5/fbtab.5 b/share/man/man5/fbtab.5
index 5858e80de051..014ce47827fc 100644
--- a/share/man/man5/fbtab.5
+++ b/share/man/man5/fbtab.5
@@ -11,7 +11,7 @@
The
.Nm
file contains a number of lines specifying a device together with a list
-of devices with associated protections.
+of devices with associated protections.
Comments start with a # and extend to the end of the line.
.Pp
Blank lines or lines with only a comment are ignored.
diff --git a/share/man/man5/fdescfs.5 b/share/man/man5/fdescfs.5
index 0fe7bdec28a1..61c39790ebf8 100644
--- a/share/man/man5/fdescfs.5
+++ b/share/man/man5/fdescfs.5
@@ -80,7 +80,7 @@ are equivalent.
Flags to the
.Xr open 2
call other than
-.Dv O_RDONLY ,
+.Dv O_RDONLY ,
.Dv O_WRONLY
and
.Dv O_RDWR
@@ -94,20 +94,20 @@ are ignored.
.Xr mount_fdescfs 8
.Sh HISTORY
The
-.Nm
+.Nm
filesystem first appeared in
.Bx 4.4 .
-The
+The
.Nm
-manual page first appeared in
+manual page first appeared in
.Fx 2.2 .
.Sh AUTHORS
.An -nosplit
-The
+The
.Nm
manual page was written by
.An Mike Pritchard Aq mpp@FreeBSD.org ,
-and was based on the
+and was based on the
.Xr mount_fdescfs 8
manual page written by
.An Jan-Simon Pendry .
diff --git a/share/man/man5/forward.5 b/share/man/man5/forward.5
index 28735b11de4f..b6d0e46894ed 100644
--- a/share/man/man5/forward.5
+++ b/share/man/man5/forward.5
@@ -53,7 +53,7 @@ file must be owned by the user the mail is being sent to,
or by root, and the user's shell must be listed in
.Pa /etc/shells .
.Pp
-For example, if a
+For example, if a
.Nm .forward
file contained the following lines:
.Bd -literal -offset indent
@@ -61,7 +61,7 @@ nobody@FreeBSD.org
"|/usr/bin/vacation nobody"
.Ed
.Pp
-Mail would be forwarded to
+Mail would be forwarded to
.Aq nobody@FreeBSD.org
and to the program
.Pa /usr/bin/vacation
@@ -72,7 +72,7 @@ If a local user address is prefixed with a backslash
character, mail is delivered directly to the user's
mail spool file, bypassing further redirection.
.Pp
-For example, if user chris had a
+For example, if user chris had a
.Nm .forward
file containing the following lines:
.Bd -literal -offset indent
@@ -80,7 +80,7 @@ chris@otherhost
\echris
.Ed
.Pp
-One copy of mail would be forwarded to
+One copy of mail would be forwarded to
.Ar chris@otherhost
and another copy would be retained as mail for local user chris.
.Sh FILES
diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5
index b465680a6878..f8c5e381a483 100644
--- a/share/man/man5/fs.5
+++ b/share/man/man5/fs.5
@@ -153,7 +153,7 @@ struct fs {
int32_t fs_cpc; /* cyl per cycle in postbl */
int16_t fs_opostbl[16][8]; /* old rotation block list head */
int32_t fs_sparecon[50]; /* reserved for future constants */
- int32_t fs_contigsumsize; /* size of cluster summary array */
+ int32_t fs_contigsumsize; /* size of cluster summary array */
int32_t fs_maxsymlinklen;/* max length of an internal symlink */
int32_t fs_inodefmt; /* format of on-disk inodes */
u_int64_t fs_maxfilesize;/* maximum representable file size */
@@ -204,7 +204,7 @@ referenced further unless disaster strikes.
Addresses stored in inodes are capable of addressing fragments
of `blocks'. File system blocks of at most size
.Dv MAXBSIZE
-can
+can
be optionally broken into 2, 4, or 8 pieces, each of which is
addressable; these pieces may be
.Dv DEV_BSIZE ,
@@ -309,7 +309,7 @@ Note that super-blocks are never more than size
The path name on which the file system is mounted is maintained in
.Fa fs_fsmnt .
.Dv MAXMNTLEN
-defines the amount of space allocated in
+defines the amount of space allocated in
the super-block for this name.
The limit on the amount of summary information per file system
is defined by
@@ -318,7 +318,7 @@ For a 4096 byte block size, it is currently parameterized for a
maximum of two million cylinders.
.Pp
Per cylinder group information is summarized in blocks allocated
-from the first cylinder group's data blocks.
+from the first cylinder group's data blocks.
These blocks are read in from
.Fa fs_csaddr
(size
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5
index 3981be532697..2aa625e145e3 100644
--- a/share/man/man5/fstab.5
+++ b/share/man/man5/fstab.5
@@ -47,7 +47,7 @@ contains descriptive information about the various file
systems.
.Nm
is only read by programs, and not written;
-it is the duty of the system administrator to properly create
+it is the duty of the system administrator to properly create
and maintain this file.
Each filesystem is described on a separate line;
fields on each line are separated by tabs or spaces.
@@ -68,7 +68,7 @@ describes the block special device or
remote filesystem to be mounted.
For filesystems of type
.Em ufs ,
-the special file name is the block special file name,
+the special file name is the block special file name,
and not the character special file name.
If a program needs the character special file name,
the program must create it by appending a ``r'' after the
@@ -84,27 +84,27 @@ The third field,
describes the type of the filesystem.
The system can support various filesystem types.
Only the root, /usr, and /tmp filesystems need be statically
-compiled into the kernel;
+compiled into the kernel;
everything else will be automatically loaded at mount
time. (Exception: the UFS family - FFS and LFS cannot
currently be demand-loaded.) Some people still prefer to statically
compile other filesystems as well.
.Bl -tag -width indent -offset indent
-.It Em ufs
+.It Em ufs
a local
.Tn UNIX
filesystem
-.It Em nfs
+.It Em nfs
a Sun Microsystems compatible ``Network File System''
-.It Em swap
+.It Em swap
a disk partition to be used for swapping
.It Em msdos
a DOS compatible filesystem
-.It Em cd9660
+.It Em cd9660
a CD-ROM filesystem (as per ISO 9660)
.\" maybe also say Rock Ridge extensions are handled ?
-.It Em procfs
-a file system for accessing process data
+.It Em procfs
+a file system for accessing process data
.El
.Pp
The fourth field,
@@ -193,7 +193,7 @@ program to determine the order in which filesystem checks are done
at reboot time.
The root filesystem should be specified with a
.Fa fs_passno
-of 1, and other filesystems should have a
+of 1, and other filesystems should have a
.Fa fs_passno
of 2.
Filesystems within a drive will be checked sequentially,
diff --git a/share/man/man5/group.5 b/share/man/man5/group.5
index 44e2849a1696..b40e5e0c9dd2 100644
--- a/share/man/man5/group.5
+++ b/share/man/man5/group.5
@@ -44,7 +44,7 @@ The file
file is the local source of group information.
It can be used in conjunction with the Hesiod domain
`group', and the NIS maps `group.byname' and `group.bygid',
-as controlled by
+as controlled by
.Xr nsswitch.conf 5 .
.Pp
The file
@@ -70,7 +70,7 @@ Group members.
.Pp
Lines whose first non-whitespace character is a pound-sign (#)
are comments, and are ignored.
-Blank lines that consist
+Blank lines that consist
only of spaces, tabs or newlines are also ignored.
.Pp
The
@@ -90,7 +90,7 @@ is an optional
password.
This field is rarely used
and an asterisk is normally placed in it rather than leaving it blank.
-The
+The
.Ar member
field contains the names of users granted the privileges of
.Ar group .
@@ -121,7 +121,7 @@ There are various limitations which are explained in
the function where they occur; see section
.Sx SEE ALSO .
.Pp
-In older implementations,
+In older implementations,
a group cannot have more than 200 members.
The maximum line length of
.Pa /etc/group
diff --git a/share/man/man5/hosts.5 b/share/man/man5/hosts.5
index d7349bfd50b3..79b20c327541 100644
--- a/share/man/man5/hosts.5
+++ b/share/man/man5/hosts.5
@@ -65,14 +65,14 @@ this file provides a backup used when the name server
is not running.
For the name server, it is suggested that only a few addresses
be included in this file.
-These include addresses for the local interfaces that
+These include addresses for the local interfaces that
.Xr ifconfig 8
needs at boot time and a few machines on the local network.
.Pp
This file may be created from the official host
data base maintained at the Network Information Control
Center
-.Pq Tn NIC ,
+.Pq Tn NIC ,
though local changes may be required
to bring it up to date regarding unofficial aliases
and/or unknown hosts. As the data base maintained at
diff --git a/share/man/man5/hosts.equiv.5 b/share/man/man5/hosts.equiv.5
index 08546a990fed..4293a8b25ace 100644
--- a/share/man/man5/hosts.equiv.5
+++ b/share/man/man5/hosts.equiv.5
@@ -91,7 +91,7 @@ or comment character.
.Pp
For security reasons, a user's
.Nm .rhosts
-file will be ignored if it is not a regular file, or if it
+file will be ignored if it is not a regular file, or if it
is not owned by the user, or
if it is writable by anyone other than the user.
.Sh EXAMPLES
@@ -102,7 +102,7 @@ Trust user
from host
.Dq bar.com .
.Pp
-.Dl +@allclient
+.Dl +@allclient
.Pp
Trust all hosts from netgroup
.Dq allclient .
@@ -111,7 +111,7 @@ Trust all hosts from netgroup
.Pp
Trust all hosts from netgroup
.Dq allclient
-and their users
+and their users
except users from netgroup
.Dq dau .
.Sh FILES
diff --git a/share/man/man5/link.5 b/share/man/man5/link.5
index 41fbc8dbf6e7..85c0e278df3f 100644
--- a/share/man/man5/link.5
+++ b/share/man/man5/link.5
@@ -134,7 +134,7 @@ This field provides for different versions of the dynamic linking
implementation.
The current version numbers understood by
.Xr ld 1
-and
+and
.Xr ld.so 1
are
.Em LD_VERSION_SUN (3) ,
@@ -252,7 +252,7 @@ The offset in the text segment of a string describing this link object.
.It Fa sod_library
If set,
.Fa sod_name
-specifies a library that is to be searched for by
+specifies a library that is to be searched for by
.Nm ld.so .
The path name
is obtained by searching a set of directories
@@ -535,7 +535,7 @@ and
.Fa hints_bucket
structures define the layout of the library hints, normally found in
.Dq Pa /var/run/ld.so.hints ,
-which is used by
+which is used by
.Nm ld.so
to quickly locate the shared object images in the
filesystem.
diff --git a/share/man/man5/linprocfs.5 b/share/man/man5/linprocfs.5
index 762502b208de..f6c584237481 100644
--- a/share/man/man5/linprocfs.5
+++ b/share/man/man5/linprocfs.5
@@ -58,7 +58,7 @@ CPU vendor and model information in human-readable form.
.It Pa /compat/linux/proc/meminfo
System memory information in human-readable form.
.It Pa /compat/linux/proc/pid
-directory containing process information for process
+directory containing process information for process
.Pa pid .
.It Pa /compat/linux/proc/self
directory containing process information for the current process
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index ac73356504e8..8f31eecf81e6 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -81,7 +81,7 @@ The values of
variables flagged as
.Vt bool
are ignored; the variable being
-set at all (even to
+set at all (even to
.Dq Li FALSE
or
.Dq Li NO )
diff --git a/share/man/man5/motd.5 b/share/man/man5/motd.5
index 3564b402522e..2ffbc9e419bf 100644
--- a/share/man/man5/motd.5
+++ b/share/man/man5/motd.5
@@ -29,7 +29,7 @@ in their home directories or through
.It Pa /etc/motd
The message of the day.
.It Pa $HOME/.hushlogin
-Suppresses output of
+Suppresses output of
.Pa /etc/motd .
.El
.Sh EXAMPLES
diff --git a/share/man/man5/networks.5 b/share/man/man5/networks.5
index e429156e94d5..04ec15b5179d 100644
--- a/share/man/man5/networks.5
+++ b/share/man/man5/networks.5
@@ -57,7 +57,7 @@ A ``#'' indicates the beginning of a comment; characters up to the end of
the line are not interpreted by routines which search the file.
This file is normally created from the official network data base
maintained at the Network Information Control Center
-.Pq Tn NIC ,
+.Pq Tn NIC ,
though local
changes may be required to bring it up to date regarding unofficial aliases
and/or unknown networks.
diff --git a/share/man/man5/nsswitch.conf.5 b/share/man/man5/nsswitch.conf.5
index 4f487085c85c..44a296f05eb2 100644
--- a/share/man/man5/nsswitch.conf.5
+++ b/share/man/man5/nsswitch.conf.5
@@ -3,10 +3,10 @@
.\"
.\" Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
-.\"
+.\"
.\" This code is derived from software contributed to The NetBSD Foundation
.\" by Luke Mewburn.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -20,7 +20,7 @@
.\" This product includes software developed by Luke Mewburn.
.\" 4. The name of the author may not be used to endorse or promote products
.\" derived from this software without specific prior written permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
@@ -52,7 +52,7 @@ Each database comes from a source (such as local files, DNS, and
and the order to look up the sources is specified in
.Nm .
.Pp
-Each entry in
+Each entry in
.Nm
consists of a database name, and a space separated list of sources.
Each source can have an optional trailing criterion that determines
diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5
index 23037cbcf6ef..46367f7bfa53 100644
--- a/share/man/man5/passwd.5
+++ b/share/man/man5/passwd.5
@@ -47,7 +47,7 @@ The
.Nm
files are the local source of password information.
They can be used in conjunction with the Hesiod domains
-.Sq passwd
+.Sq passwd
and
.Sq uid ,
and the
@@ -56,7 +56,7 @@ maps
.Sq passwd.byname ,
.Sq passwd.byuid ,
.Sq master.passwd.byname ,
-and
+and
.Sq master.passwd.byuid ,
as controlled by
.Xr nsswitch.conf 5 .
@@ -93,8 +93,8 @@ User's login shell.
.El
.Pp
The
-.Nm
-file is generated from the
+.Nm
+file is generated from the
.Nm master.password
file by
.Xr pwd_mkdb 8 ,
@@ -140,7 +140,7 @@ The
field is a key for a user's login class. Login classes
are defined in
.Xr login.conf 5 ,
-which is a
+which is a
.Xr termcap 5
style database of user attributes, accounting, resource,
and environment settings.
@@ -223,7 +223,7 @@ lookups occur from the
.Sq passwd.byname ,
.Sq passwd.byuid ,
.Sq master.passwd.byname ,
-and
+and
.Sq master.passwd.byuid
.Tn NIS
maps.
@@ -342,7 +342,7 @@ file format first appeared in SunOS.
.Pp
The Hesiod support first appeared in
.Fx 4.1 .
-It was imported from the
+It was imported from the
.Nx
Project, where it first appeared in
.Nx 1.4 .
diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5
index d9c92f710c9f..8f211f71c97f 100644
--- a/share/man/man5/periodic.conf.5
+++ b/share/man/man5/periodic.conf.5
@@ -389,7 +389,7 @@ if you want to run
.Xr uptime 1
(or
.Xr ruptime 1
-if
+if
.Va rwhod_enable
is set to
.Dq YES
diff --git a/share/man/man5/procfs.5 b/share/man/man5/procfs.5
index 4e323691567e..26a4cce64871 100644
--- a/share/man/man5/procfs.5
+++ b/share/man/man5/procfs.5
@@ -121,9 +121,9 @@ can only be written when the process is stopped.
.It Pa rlimit
This is a read-only file containing the process current and maximum
limits.
-Each line is of the format
+Each line is of the format
.Ar rlimit current max
-, with -1
+, with -1
indicating infinity.
.It Pa status
The process status.
@@ -204,7 +204,7 @@ group.
normal mount point for the
.Nm .
.It Pa /proc/pid
-directory containing process information for process
+directory containing process information for process
.Pa pid .
.It Pa /proc/curproc
directory containing process information for the current process
diff --git a/share/man/man5/remote.5 b/share/man/man5/remote.5
index f5e1e1df4174..2b0ac6d05722 100644
--- a/share/man/man5/remote.5
+++ b/share/man/man5/remote.5
@@ -59,11 +59,11 @@ field name followed by an `=' sign indicates a string value.
A field name followed by a `#' sign indicates a numeric value.
.Pp
Entries named ``tip*'' and ``cu*''
-are used as default entries by
+are used as default entries by
.Xr tip 1 ,
and the
.Xr cu 1
-interface to
+interface to
.Nm tip ,
as follows. When
.Nm tip
@@ -74,7 +74,7 @@ which the connection is to be made. When the
interface is used, entries of the form ``cu300'' are used.
.Sh CAPABILITIES
Capabilities are either strings (str), numbers (num), or boolean
-flags (bool). A string capability is specified by
+flags (bool). A string capability is specified by
.Em capability Ns Ar = Ns Em value ;
for example, ``dv=/dev/harris''. A numeric capability is specified by
.Em capability Ns Ar # Ns Em value ;
@@ -88,7 +88,7 @@ Auto call unit type.
(num)
The baud rate used in establishing
a connection to the remote host.
-This is a decimal number.
+This is a decimal number.
The default baud rate is 300 baud.
.It Cm \&cm
(str)
@@ -107,20 +107,20 @@ Disconnect message sent to the host when a
disconnect is requested by the user.
.It Cm \&du
(bool)
-This host is on a dial-up line.
+This host is on a dial-up line.
.It Cm \&dv
(str)
.Tn UNIX
-device(s) to open to establish a connection.
+device(s) to open to establish a connection.
If this file refers to a terminal line,
.Xr tip 1
attempts to perform an exclusive open on the device to ensure only
one user at a time has access to the port.
.It Cm \&el
(str)
-Characters marking an end-of-line.
+Characters marking an end-of-line.
The default is
-.Dv NULL .
+.Dv NULL .
`~' escapes are only
recognized by
.Nm tip
@@ -128,7 +128,7 @@ after one of the characters in `el',
or after a carriage-return.
.It Cm \&fs
(str)
-Frame size for transfers.
+Frame size for transfers.
The default frame size is equal to
.Dv BUFSIZ .
.It Cm \&hd
@@ -139,13 +139,13 @@ echo should be performed.
(str)
Input end-of-file marks.
The default is
-.Dv NULL .
+.Dv NULL .
.It Cm \&oe
(str)
Output end-of-file string.
The default is
-.Dv NULL .
-When
+.Dv NULL .
+When
.Nm tip
is transferring a file, this
string is sent at end-of-file.
@@ -160,7 +160,7 @@ is even parity.
(str)
Telephone number(s) for this host.
If the telephone number field contains
-an @ sign,
+an @ sign,
.Nm tip
searches the file
.Pa /etc/phones
diff --git a/share/man/man5/services.5 b/share/man/man5/services.5
index e1dce91278a6..18e3ed8708e6 100644
--- a/share/man/man5/services.5
+++ b/share/man/man5/services.5
@@ -54,7 +54,7 @@ aliases
.Ed
.Pp
Items are separated by any number of blanks and/or tab characters.
-The port number and protocol name are considered a single
+The port number and protocol name are considered a single
.Em item ;
a ``/'' is used to
separate the port and protocol (e.g. ``512/tcp'').
diff --git a/share/man/man5/stab.5 b/share/man/man5/stab.5
index b7dd687cdb38..9d718588950b 100644
--- a/share/man/man5/stab.5
+++ b/share/man/man5/stab.5
@@ -92,7 +92,7 @@ struct nlist {
The low bits of the
.Fa n_type
field are used to place a symbol into
-at most one segment, according to
+at most one segment, according to
the following masks, defined in
.Aq Pa a.out.h .
A symbol can be in none of these segments by having none of these segment
@@ -172,7 +172,7 @@ and
.Fa n_value
fields
of the given
-.Fa n_type .
+.Fa n_type .
.Em Sdb
uses the
.Fa n_desc
diff --git a/share/man/man5/sysctl.conf.5 b/share/man/man5/sysctl.conf.5
index 89ccba8ba683..137d04dbf5a7 100644
--- a/share/man/man5/sysctl.conf.5
+++ b/share/man/man5/sysctl.conf.5
@@ -1,6 +1,6 @@
.\" Copyright (c) 1999 Chris Costello <chris@FreeBSD.org>
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -9,7 +9,7 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -21,9 +21,9 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD$
-.\"
+.\"
.Dd December 30, 1999
.Dt SYSCTL.CONF 5
.Os
diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5
index 16de1ba16d12..0692a978e039 100644
--- a/share/man/man5/utmp.5
+++ b/share/man/man5/utmp.5
@@ -59,7 +59,7 @@ the
file.
.Pp
These files can grow rapidly on busy systems, so daily or weekly rotation
-is recommended.
+is recommended.
If any one of these files does not exist, it is not created.
They must be created manually and are maintained by
.Xr newsyslog 8 .