summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-13 23:45:54 +0000
committerru <ru@FreeBSD.org>2005-02-13 23:45:54 +0000
commit6b6b8c04f623c7e2bd8c7ff4acaa40037b59580c (patch)
treefcca2ff76dd4bd4de63ce13f86a3138bd09a2ca3 /usr.sbin
parent2896c0ddcb033d90d22079e179db06a254613194 (diff)
downloadFreeBSD-src-6b6b8c04f623c7e2bd8c7ff4acaa40037b59580c.zip
FreeBSD-src-6b6b8c04f623c7e2bd8c7ff4acaa40037b59580c.tar.gz
Expand contractions.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/cron/cron/cron.82
-rw-r--r--usr.sbin/cron/crontab/crontab.54
-rw-r--r--usr.sbin/mergemaster/mergemaster.82
-rw-r--r--usr.sbin/mrouted/mtrace.82
-rw-r--r--usr.sbin/pcvt/scon/scon.12
-rw-r--r--usr.sbin/pkg_install/create/pkg_create.16
-rw-r--r--usr.sbin/ppp/ppp.8.m484
-rw-r--r--usr.sbin/rpc.yppasswdd/rpc.yppasswdd.82
-rw-r--r--usr.sbin/sa/sa.82
-rw-r--r--usr.sbin/sade/sade.812
-rw-r--r--usr.sbin/sysinstall/sysinstall.812
-rw-r--r--usr.sbin/syslogd/syslog.conf.54
-rw-r--r--usr.sbin/ypserv/ypserv.82
-rw-r--r--usr.sbin/zic/zic.84
14 files changed, 70 insertions, 70 deletions
diff --git a/usr.sbin/cron/cron/cron.8 b/usr.sbin/cron/cron/cron.8
index e6db0f2..eba639d 100644
--- a/usr.sbin/cron/cron/cron.8
+++ b/usr.sbin/cron/cron/cron.8
@@ -114,7 +114,7 @@ intuitively expected.
If a job falls into a time interval that disappears
(for example, during the switch from
standard time) to daylight saving time or is
-duplicated (for example, during the reverse switch), then it's handled
+duplicated (for example, during the reverse switch), then it is handled
in one of two ways:
.Pp
The first case is for the jobs that run every at hour of a time interval
diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5
index 006ae86..01ead70 100644
--- a/usr.sbin/cron/crontab/crontab.5
+++ b/usr.sbin/cron/crontab/crontab.5
@@ -290,10 +290,10 @@ are extensions.
.Sh AUTHORS
.An Paul Vixie Aq paul@vix.com
.Sh BUGS
-If you're in one of the 70-odd countries that observe Daylight
+If you are in one of the 70-odd countries that observe Daylight
Savings Time, jobs scheduled during the rollback or advance will be
affected.
-In general, it's not a good idea to schedule jobs during
+In general, it is not a good idea to schedule jobs during
this period.
.Pp
For US timezones (except parts of IN, AZ, and HI) the time shift occurs at
diff --git a/usr.sbin/mergemaster/mergemaster.8 b/usr.sbin/mergemaster/mergemaster.8
index 4bac44f..6dd922a 100644
--- a/usr.sbin/mergemaster/mergemaster.8
+++ b/usr.sbin/mergemaster/mergemaster.8
@@ -130,7 +130,7 @@ differences unless you choose context diffs.
The
.Nm
utility will source scripts that you specify right before
-it starts the comparison, and after it's done running.
+it starts the comparison, and after it is done running.
The easiest way to handle this is to place the path
to the script(s) in the appropriate variables in your
.Pa .mergemasterrc
diff --git a/usr.sbin/mrouted/mtrace.8 b/usr.sbin/mrouted/mtrace.8
index 347cbe9..cd8d67d 100644
--- a/usr.sbin/mrouted/mtrace.8
+++ b/usr.sbin/mrouted/mtrace.8
@@ -325,7 +325,7 @@ changed with
option).
The first half of the attempts (default is two) are made with
the reply address set to standard multicast address, mtrace.mcast.net
-(224.0.1.32) with the ttl set to 32 more than what's needed to pass the
+(224.0.1.32) with the ttl set to 32 more than what is needed to pass the
thresholds seen so far along the path to the receiver.
For each
additional attempt, the ttl is increased by another 32 each time up to
diff --git a/usr.sbin/pcvt/scon/scon.1 b/usr.sbin/pcvt/scon/scon.1
index c1ef6a7..600f75e 100644
--- a/usr.sbin/pcvt/scon/scon.1
+++ b/usr.sbin/pcvt/scon/scon.1
@@ -145,7 +145,7 @@ If used with argument
.Dq Ar list ,
the current VGA DAC palette entries are listed.
Each entry contains
-the table index, values for red, green, and blue, and if there's a
+the table index, values for red, green, and blue, and if there is a
known name for this entry, the color name.
Trailing empty table
slots (RGB values all zero) are omitted.
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1
index 9aff98f..cfa81f1 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -426,7 +426,7 @@ The advantage of using
.Cm @unexec
over a deinstallation script is that you can use the
.Dq special sequence expansion
-to get at files regardless of where they've
+to get at files regardless of where they have
been potentially redirected (see
.Fl p ) .
.It Cm @mode Ar mode
@@ -434,7 +434,7 @@ Set default permission for all subsequently extracted files to
.Ar mode .
Format is the same as that used by the
.Cm chmod
-command (well, considering that it's later handed off to it, that's
+command (well, considering that it is later handed off to it, that is
no surprise).
Use without an arg to set back to default (extraction)
permissions.
@@ -467,7 +467,7 @@ trying to document some particularly hairy sequence that
may trip someone up later.
.It Cm @ignore
Used internally to tell extraction to ignore the next file (do not
-copy it anywhere), as it's used for some special purpose.
+copy it anywhere), as it is used for some special purpose.
.It Cm @ignore_inst
Similar to
.Cm @ignore ,
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index 510a291..af71aca 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -48,7 +48,7 @@ Normally,
.Em PPP
is implemented as a part of the kernel (e.g., as managed by
.Xr pppd 8 )
-and it's thus somewhat hard to debug and/or modify its behaviour.
+and it is thus somewhat hard to debug and/or modify its behaviour.
However, in this implementation
.Em PPP
is done as a user process with the help of the
@@ -184,7 +184,7 @@ This mode is equivalent to
.Fl auto
mode except that
.Nm
-will bring the link back up any time it's dropped for any reason.
+will bring the link back up any time it is dropped for any reason.
.It Fl interactive
This is a no-op, and gives the same behaviour as if none of the above
modes have been specified.
@@ -347,7 +347,7 @@ into synchronous mode.
.It Supports PPP over ISDN.
If
.Nm
-is given a raw B-channel i4b device to open as a link, it's able to talk
+is given a raw B-channel i4b device to open as a link, it is able to talk
to the
.Xr isdnd 8
daemon to establish an ISDN connection.
@@ -436,7 +436,7 @@ as the user id that invoked
.Nm .
Refer to the
.Sq ID0
-logging facility if you're interested in what exactly is done as user id
+logging facility if you are interested in what exactly is done as user id
zero.
.Sh GETTING STARTED
When you first run
@@ -447,7 +447,7 @@ you may need to deal with some initial configuration details.
Your kernel must {include} a tunnel device (the GENERIC kernel includes
one by default).
If it does not, or if you require more than one tun
-interface, you'll need to rebuild your kernel with the following line in
+interface, you will need to rebuild your kernel with the following line in
your kernel configuration file:
.Pp
.Dl pseudo-device tun N
@@ -589,7 +589,7 @@ connection, try turning CTS/RTS off with
.Dq set ctsrts off .
If you need to do this, check the
.Dq set accmap
-description below too - you'll probably need to
+description below too - you will probably need to
.Dq set accmap 000a0000 .
.Pp
Usually, parity is set to
@@ -599,7 +599,7 @@ and this is
default.
Parity is a rather archaic error checking mechanism that is no
longer used because modern modems do their own error checking, and most
-link-layer protocols (that's what
+link-layer protocols (that is what
.Nm
is) use much more reliable checking mechanisms.
Parity has a relatively
@@ -663,7 +663,7 @@ PPp ON awfulhak> # We've authenticated
PPP ON awfulhak> # We've agreed IP numbers
.Ed
.Pp
-If it does not, it's probable that the peer is waiting for your end to
+If it does not, it is probable that the peer is waiting for your end to
start negotiating.
To force
.Nm
@@ -868,7 +868,7 @@ ppp ON awfulhak> load MyISP
.Pp
Note, no action is taken by
.Nm
-after a section is loaded, whether it's the result of passing a label on
+after a section is loaded, whether it is the result of passing a label on
the command line or using the
.Dq load
command.
@@ -1480,7 +1480,7 @@ Do not forget to send a
.Dv HUP
signal to
.Xr inetd 8
-after you've updated
+after you have updated
.Pa /etc/inetd.conf .
Here, we use a label named
.Dq ppp-in .
@@ -1515,7 +1515,7 @@ To enable PAP, add the following line:
enable PAP
.Ed
.Pp
-You'll also need to create the following entry in
+You will also need to create the following entry in
.Pa /etc/ppp/ppp.secret :
.Bd -literal -offset indent
MyAuthName MyAuthPasswd
@@ -1549,7 +1549,7 @@ ui-gate:
add 10.0.2.0/24 HISADDR
.Ed
.Pp
-Again, if you're enabling PAP, you'll also need this in the
+Again, if you are enabling PAP, you will also need this in the
.Pa /etc/ppp/ppp.conf
profile:
.Bd -literal -offset indent
@@ -1557,7 +1557,7 @@ profile:
set authkey MyAuthKey
.Ed
.Pp
-We're assigning the address of 10.0.4.1 to ui-gate, and the address
+We are assigning the address of 10.0.4.1 to ui-gate, and the address
10.0.4.2 to awfulhak.
To open the connection, just type
.Pp
@@ -1629,7 +1629,7 @@ on the server:
deny deflate pred1
.Ed
.Pp
-ensuring that you've put the requisite entry in
+ensuring that you have put the requisite entry in
.Pa /etc/ppp/ppp.secret
(MSCHAPv2 is challenge based, so
.Xr passwd 5
@@ -1833,7 +1833,7 @@ If no rule in a defined set of rules matches a packet, that packet will
be discarded (blocked).
If there are no rules in a given filter, the packet will be permitted.
.It
-It's possible to filter based on the payload of UDP frames where those
+It is possible to filter based on the payload of UDP frames where those
frames contain a
.Em PROTO_IP
.Em PPP
@@ -1925,7 +1925,7 @@ For IPv4,
.Nm
uses IPCP to negotiate IP addresses.
Each side of the connection
-specifies the IP address that it's willing to use, and if the requested
+specifies the IP address that it is willing to use, and if the requested
IP address is acceptable then
.Nm
returns an ACK to the requester.
@@ -2016,10 +2016,10 @@ The above example means:
.Pp
.Bl -bullet -compact
.It
-I'd like to use 192.244.177.38 as my address if it is possible, but I'll
+I would like to use 192.244.177.38 as my address if it is possible, but I will
also accept any IP address between 192.244.177.0 and 192.244.177.255.
.It
-I'd like to make him use 192.244.177.2 as his own address, but I'll also
+I would like to make him use 192.244.177.2 as his own address, but I will also
permit him to use any IP address between 192.244.176.0 and
192.244.191.255.
.It
@@ -2031,7 +2031,7 @@ preferred IP address and will obey the remote peers selection.
When using zero, no routing table entries will be made until a connection
is established.
.It
-192.244.177.2/0 means that I'll accept/permit any IP address but I'll
+192.244.177.2/0 means that I will accept/permit any IP address but I will
suggest that 192.244.177.2 be used first.
.El
.Pp
@@ -2124,7 +2124,7 @@ Expect nothing.
Send ATZ.
.It
Expect OK.
-If that's not received within the 4 second timeout, send ATZ
+If that is not received within the 4 second timeout, send ATZ
and expect OK.
.It
Send ATDTxxxxxxx where xxxxxxx is the next number in the phone list from
@@ -2150,7 +2150,7 @@ This login "chat" string means:
Set the timeout to 15 seconds.
.It
Expect "login:".
-If it's not received, send a carriage return and expect
+If it is not received, send a carriage return and expect
"login:" again.
.It
Send "awfulhak"
@@ -2180,7 +2180,7 @@ logging is enabled, the actual password is not logged;
is logged instead.
.Pp
Login scripts vary greatly between ISPs.
-If you're setting one up for the first time,
+If you are setting one up for the first time,
.Em ENABLE CHAT LOGGING
so that you can see if your script is behaving as you expect.
.It
@@ -2196,7 +2196,7 @@ set speed 115200
.Pp
Cuad0 is the first serial port on
.Fx .
-If you're running
+If you are running
.Nm
on
.Ox ,
@@ -3005,7 +3005,7 @@ the UDP wrapper.
The UDP frame payload must not be compressed in any way, otherwise
.Nm
will not be able to interpret it.
-It's therefore recommended that you
+It is therefore recommended that you
.Ic disable vj pred1 deflate
and
.Ic deny vj pred1 deflate
@@ -3390,7 +3390,7 @@ section is always checked first (even though it is only ever automatically
loaded at startup).
.Dq allow users
commands are cumulative in a given section, but users allowed in any given
-section override users allowed in the default section, so it's possible to
+section override users allowed in the default section, so it is possible to
allow users access to everything except a given label by specifying default
users in the
.Sq default
@@ -3658,7 +3658,7 @@ This is replaced with the peers IP number.
.It Li HISADDR6
This is replaced with the peers IPv6 number.
.It Li INTERFACE
-This is replaced with the name of the interface that's in use.
+This is replaced with the name of the interface that is in use.
.It Li IPOCTETSIN
This is replaced with the number of IP bytes received since the connection
was established.
@@ -3762,7 +3762,7 @@ Clone the specified link, creating one or more new links according to the
argument(s).
This command must be used from the
.Dq link
-command below unless you've only got a single link (in which case that
+command below unless you have only got a single link (in which case that
link becomes the default).
Links may be removed using the
.Dq remove
@@ -3838,8 +3838,8 @@ and is provided for backwards compatibility.
.It down Op Ar lcp|ccp
Bring the relevant layer down ungracefully, as if the underlying layer
had become unavailable.
-It's not considered polite to use this command on
-a Finite State Machine that's in the OPEN state.
+It is not considered polite to use this command on
+a Finite State Machine that is in the OPEN state.
If no arguments are
supplied, the entire link is closed (or if no context is given, all links
are terminated).
@@ -4044,7 +4044,7 @@ IPCP is already open, it will be renegotiated and the network
interface will be reconfigured.
.Pp
It is probably not good practice to re-open the PPP state machines
-like this as it's possible that the peer will not behave correctly.
+like this as it is possible that the peer will not behave correctly.
It
.Em is
however useful as a way of forcing the CCP or VJ dictionaries to be reset.
@@ -4281,7 +4281,7 @@ in the CHAP response packet.
.Pp
When configuring
.Nm
-in this manner, it's expected that the host challenge is a series of ASCII
+in this manner, it is expected that the host challenge is a series of ASCII
digits or characters.
An encryption device or Secure ID card is usually
required to calculate the secret appropriate for the given challenge.
@@ -4319,7 +4319,7 @@ percent or less of the total bundle bandwidth for
.Ar period
seconds, a
.Ar demand-dial
-link will be brought down as long as it's not the last active link.
+link will be brought down as long as it is not the last active link.
.Pp
Bundle throughput is measured as the maximum of inbound and outbound
traffic.
@@ -4469,7 +4469,7 @@ that has been opened:
.Bl -tag -width XXX -offset XXX
.It Terminal Devices
Carrier is checked one second after the login script is complete.
-If it's not set,
+If it is not set,
.Nm
assumes that this is because the device does not support carrier (which
is true for most
@@ -4481,13 +4481,13 @@ As ptys do not support the TIOCMGET ioctl, the tty device will switch all
carrier detection off when it detects that the device is a pty.
.It ISDN (i4b) Devices
Carrier is checked once per second for 6 seconds.
-If it's not set after
+If it is not set after
the sixth second, the connection attempt is considered to have failed and
the device is closed.
Carrier is always required for i4b devices.
.It PPPoE (netgraph) Devices
Carrier is checked once per second for 5 seconds.
-If it's not set after
+If it is not set after
the fifth second, the connection attempt is considered to have failed and
the device is closed.
Carrier is always required for PPPoE devices.
@@ -5036,7 +5036,7 @@ This is useful if the peer wants
to re-establish a link using the same IP number as was previously
allocated (thus maintaining any existing tcp or udp connections).
.Pp
-If the peer requests an IP number that's either outside
+If the peer requests an IP number that is either outside
of this range or is already in use,
.Nm
will suggest a random unused IP number from the range.
@@ -5226,7 +5226,7 @@ If any arguments are given,
.Nm
will
.Em insist
-on using MPPE and will close the link if it's rejected by the peer (Note;
+on using MPPE and will close the link if it is rejected by the peer (Note;
this behaviour can be overridden by a configured RADIUS server).
.Pp
The first argument specifies the number of bits that
@@ -5282,7 +5282,7 @@ is specified.
The default MTU is 1500.
At negotiation time,
.Nm
-will accept whatever MRU the peer requests (assuming it's
+will accept whatever MRU the peer requests (assuming it is
not less than 296 bytes or greater than the assigned maximum).
If the MTU is set,
.Nm
@@ -5393,7 +5393,7 @@ as it is not known when the commands in
.Pa ppp.conf
are executed.
.It set radius Op Ar config-file
-This command enables RADIUS support (if it's compiled in).
+This command enables RADIUS support (if it is compiled in).
.Ar config-file
refers to the radius client configuration file as described in
.Xr radius.conf 5 .
@@ -5584,7 +5584,7 @@ encryption.
.It RAD_MICROSOFT_MS_MPPE_RECV_KEY
If this
.Dv RAD_VENDOR_MICROSOFT
-vendor specific attribute is supplied, it's value is used as the master
+vendor specific attribute is supplied, it is value is used as the master
key for decryption of incoming data.
When clients are authenticated using
MSCHAPv2, the RADIUS server MUST provide this attribute if inbound MPPE is
@@ -5592,7 +5592,7 @@ to function.
.It RAD_MICROSOFT_MS_MPPE_SEND_KEY
If this
.Dv RAD_VENDOR_MICROSOFT
-vendor specific attribute is supplied, it's value is used as the master
+vendor specific attribute is supplied, it is value is used as the master
key for encryption of outgoing data.
When clients are authenticated using
MSCHAPv2, the RADIUS server MUST provide this attribute if outbound MPPE is
@@ -5986,7 +5986,7 @@ Use
.Dq set ?\&
and
.Dq show ?\&
-to get online information about what's available.
+to get online information about what is available.
.It
The following URLs contain useful information:
.Bl -bullet -compact
diff --git a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8
index f734692..3763908 100644
--- a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8
+++ b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8
@@ -99,7 +99,7 @@ utility uses the same access control mechanism as
.Xr ypserv 8 . )
.Pp
The server then
-checks the 'old' password supplied by the user to make sure it's
+checks the 'old' password supplied by the user to make sure it is
valid, then performs some sanity checks on the updated information (these
include checking for embedded control characters, colons or invalid shells).
Once it is satisfied that the update request is valid, the server modifies
diff --git a/usr.sbin/sa/sa.8 b/usr.sbin/sa/sa.8
index 76670b3..c122098 100644
--- a/usr.sbin/sa/sa.8
+++ b/usr.sbin/sa/sa.8
@@ -241,7 +241,7 @@ format has changed as well (since user ids are now 32 bits).
.An Chris G. Demetriou Aq cgd@postgres.berkeley.edu
.Sh BUGS
The number of options to this program is absurd, especially considering
-that there's not much logic behind their lettering.
+that there is not much logic behind their lettering.
.Pp
The field labels should be more consistent.
.Pp
diff --git a/usr.sbin/sade/sade.8 b/usr.sbin/sade/sade.8
index c98d7f7..2a95a11 100644
--- a/usr.sbin/sade/sade.8
+++ b/usr.sbin/sade/sade.8
@@ -76,7 +76,7 @@ systems.
It also contains some extra intelligence
for running as a replacement for
.Xr init 8
-when it's invoked by the
+when it is invoked by the
.Fx
installation boot procedure.
It
@@ -315,7 +315,7 @@ installation interactively at least once and take careful notes as to
what the slice names will be, then and only then hardwiring them into
the script.
.Pp
-For example, let's say you have a SCSI disk on which you've created a new
+For example, let's say you have a SCSI disk on which you have created a new
.Fx
partition in slice 2 (your DOS partition residing in slice 1).
The slice name would be
@@ -711,7 +711,7 @@ The netmask for the selected host interface (non-optional).
.It _ftpPath
The fully qualified URL of the FTP site containing the
.Fx
-distribution you're interested in, e.g.\&
+distribution you are interested in, e.g.\&
.Ar ftp://ftp.FreeBSD.org/pub/FreeBSD/ .
.El
.It mediaSetFTPActive
@@ -752,7 +752,7 @@ the installation media.
.It ufs
full /path to directory containing the
.Fx
-distribution you're
+distribution you are
interested in.
.El
.It mediaSetNFS
@@ -783,7 +783,7 @@ The netmask for the selected host interface (non-optional).
full hostname:/path specification for directory containing
the
.Fx
-distribution you're interested in.
+distribution you are interested in.
.El
.It mediaSetFTPUserPass
.Pp
@@ -849,7 +849,7 @@ Execute an arbitrary command with
The name of the command to execute.
When running
from a boot floppy, very minimal expectations should
-be made as to what's available until/unless a relatively
+be made as to what is available until/unless a relatively
full system installation has just been done.
.El
.It tcpMenuSelect
diff --git a/usr.sbin/sysinstall/sysinstall.8 b/usr.sbin/sysinstall/sysinstall.8
index c98d7f7..2a95a11 100644
--- a/usr.sbin/sysinstall/sysinstall.8
+++ b/usr.sbin/sysinstall/sysinstall.8
@@ -76,7 +76,7 @@ systems.
It also contains some extra intelligence
for running as a replacement for
.Xr init 8
-when it's invoked by the
+when it is invoked by the
.Fx
installation boot procedure.
It
@@ -315,7 +315,7 @@ installation interactively at least once and take careful notes as to
what the slice names will be, then and only then hardwiring them into
the script.
.Pp
-For example, let's say you have a SCSI disk on which you've created a new
+For example, let's say you have a SCSI disk on which you have created a new
.Fx
partition in slice 2 (your DOS partition residing in slice 1).
The slice name would be
@@ -711,7 +711,7 @@ The netmask for the selected host interface (non-optional).
.It _ftpPath
The fully qualified URL of the FTP site containing the
.Fx
-distribution you're interested in, e.g.\&
+distribution you are interested in, e.g.\&
.Ar ftp://ftp.FreeBSD.org/pub/FreeBSD/ .
.El
.It mediaSetFTPActive
@@ -752,7 +752,7 @@ the installation media.
.It ufs
full /path to directory containing the
.Fx
-distribution you're
+distribution you are
interested in.
.El
.It mediaSetNFS
@@ -783,7 +783,7 @@ The netmask for the selected host interface (non-optional).
full hostname:/path specification for directory containing
the
.Fx
-distribution you're interested in.
+distribution you are interested in.
.El
.It mediaSetFTPUserPass
.Pp
@@ -849,7 +849,7 @@ Execute an arbitrary command with
The name of the command to execute.
When running
from a boot floppy, very minimal expectations should
-be made as to what's available until/unless a relatively
+be made as to what is available until/unless a relatively
full system installation has just been done.
.El
.It tcpMenuSelect
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5
index 1e7bbca..77c7a32 100644
--- a/usr.sbin/syslogd/syslog.conf.5
+++ b/usr.sbin/syslogd/syslog.conf.5
@@ -237,7 +237,7 @@ for further descriptions of both the
and
.Em level
keywords and their significance.
-It's preferred that selections be made on
+It is preferred that selections be made on
.Em facility
rather than
.Em program ,
@@ -383,7 +383,7 @@ flowing quickly), this can be achieved by exiting after just one line of
input.
If necessary, a script wrapper can be written to this effect.
.Pp
-Unless the command is a full pipeline, it's probably useful to
+Unless the command is a full pipeline, it is probably useful to
start the command with
.Em exec
so that the invoking shell process does not wait for the command to
diff --git a/usr.sbin/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv.8
index ad5aa52..608b202 100644
--- a/usr.sbin/ypserv/ypserv.8
+++ b/usr.sbin/ypserv/ypserv.8
@@ -106,7 +106,7 @@ the maps are always readable and writable only by root for security
reasons.
Technically this is only necessary for the password
maps, but since the data in the other maps can be found in
-other world-readable files anyway, it does not hurt and it's considered
+other world-readable files anyway, it does not hurt and it is considered
good general practice.
.Pp
The
diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8
index da25397..c293cef 100644
--- a/usr.sbin/zic/zic.8
+++ b/usr.sbin/zic/zic.8
@@ -98,7 +98,7 @@ of years representable by
values.
.It Fl s
Limit time values stored in output files to values that are the same
-whether they're taken to be signed or unsigned.
+whether they are taken to be signed or unsigned.
You can use this option to generate SVVS-compatible files.
.It Fl y Ar command
Use the given
@@ -114,7 +114,7 @@ Leading and trailing white space on input lines is ignored.
An unquoted sharp character (#) in the input introduces a comment which extends
to the end of the line the sharp character appears on.
White space characters and sharp characters may be enclosed in double quotes
-(") if they're to be used as part of a field.
+(") if they are to be used as part of a field.
Any line that is blank (after comment stripping) is ignored.
Non-blank lines are expected to be of one of three types:
rule lines, zone lines, and link lines.
OpenPOWER on IntegriCloud