summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/stdlib/malloc.32
-rw-r--r--sbin/geom/class/eli/geli.84
-rw-r--r--share/man/man4/man4.i386/cs.42
-rw-r--r--share/man/man4/man4.i386/ep.44
-rw-r--r--share/man/man4/ng_pppoe.44
-rw-r--r--share/man/man4/pty.42
-rw-r--r--share/man/man5/devfs.rules.52
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_hostres/snmp_hostres.32
-rw-r--r--usr.sbin/portsnap/portsnap/portsnap.84
9 files changed, 13 insertions, 13 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 9643a86..ba11ca2 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -292,7 +292,7 @@ This works well with regard to threading scalability, but incurs some costs.
There is a small fixed per-arena overhead, and additionally, arenas manage
memory completely independently of each other, which means a small fixed
increase in overall memory fragmentation.
-These overheads aren't generally an issue, given the number of arenas normally
+These overheads are not generally an issue, given the number of arenas normally
used.
Note that using substantially more arenas than the default is not likely to
improve performance, mainly due to reduced cache performance.
diff --git a/sbin/geom/class/eli/geli.8 b/sbin/geom/class/eli/geli.8
index e04d066..13c0046 100644
--- a/sbin/geom/class/eli/geli.8
+++ b/sbin/geom/class/eli/geli.8
@@ -172,7 +172,7 @@ destroy his keys,
it is possible to get the data back by restoring keys from the backup.
.It
Providers can be configured to automatically detach on last close
-(so users don't have to remember to detach providers after unmounting
+(so users do not have to remember to detach providers after unmounting
the file systems).
.It
Allows to attach a provider with a random, one-time key - useful for swap
@@ -250,7 +250,7 @@ Additional options include:
.Bl -tag -width ".Fl a Ar algo"
.It Fl d
If specified, a decrypted provider will be detached automatically on last close.
-This can help with short memory - user doesn't have to remember to detach the
+This can help with short memory - user does not have to remember to detach the
provider after unmounting the file system.
It only works when the provider was opened for writing, so it will not work if
the file system on the provider is mounted read-only.
diff --git a/share/man/man4/man4.i386/cs.4 b/share/man/man4/man4.i386/cs.4
index 0c9fe2f..c1ee7ae 100644
--- a/share/man/man4/man4.i386/cs.4
+++ b/share/man/man4/man4.i386/cs.4
@@ -93,7 +93,7 @@ In addition to the ISA devices, the PC Card devices based on the CS889x0
family are also supported.
The IBM EtherJet PCMCIA Card is the only known device based on this
chip.
-The PC Card support doesn't need the above specific ISA hints to work.
+The PC Card support does not need the above specific ISA hints to work.
The PC Card support may not work for 10base2 (thinnet) connections and may
bogusly claim to support 10base5 (there are no known cards that have an
AUI necessary for 10base5 support on their dongles).
diff --git a/share/man/man4/man4.i386/ep.4 b/share/man/man4/man4.i386/ep.4
index 62e1b72..6b89935 100644
--- a/share/man/man4/man4.i386/ep.4
+++ b/share/man/man4/man4.i386/ep.4
@@ -171,7 +171,7 @@ The driver was unable to allocate the I/O space that it thinks
should be there.
Look for conflicts with other devices.
.It "ep0: No irq?!"
-The driver couldn't allocate the interrupt it wanted.
+The driver could not allocate the interrupt it wanted.
Look for conflicts, although sharing interrupts for PC Card is normal.
.It "ep0: No connectors!"
The driver queried the hardware for what ethernet attachment were
@@ -186,7 +186,7 @@ This may happen in extremely low memory conditions.
The driver does not know what to do with the information the EEPROM
has about connectors, so it is assuming the worst.
.It "ep0: unknown ID 0xXXXXXXXX"
-The driver has found an ID that it believes it supports, but doesn't
+The driver has found an ID that it believes it supports, but does not
have a specific identification string to present to the user.
.It "ep0: <%s> at port 0x%03x in EISA mode"
The 3C509 ISA card is in EISA mode.
diff --git a/share/man/man4/ng_pppoe.4 b/share/man/man4/ng_pppoe.4
index 8facbd0..d74532f 100644
--- a/share/man/man4/ng_pppoe.4
+++ b/share/man/man4/ng_pppoe.4
@@ -196,7 +196,7 @@ When
.Nm
is a PPPoE client, it initiates a session encapsulating packets into
incorrect 3Com ethertypes.
-This compatibility option doesn't affect server mode.
+This compatibility option does not affect server mode.
In server mode
.Nm
supports both modes simultaneously, depending on the ethertype, the
@@ -209,7 +209,7 @@ to a PADI requests with empty Service-Name tag, returning all available
Service-Name(s) on node.
This option is necessary for compatibility with D-Link DI-614+ and DI-624+
SOHO routers as clients, when serving only specific Service-Name.
-This compatibility option doesn't affect client mode.
+This compatibility option does not affect client mode.
.El
.Pp
.It Dv NGM_PPPOE_SETMODE
diff --git a/share/man/man4/pty.4 b/share/man/man4/pty.4
index bb0a88b..ffc7183 100644
--- a/share/man/man4/pty.4
+++ b/share/man/man4/pty.4
@@ -191,7 +191,7 @@ sysctl. It defaults to 1000.
It is not recommanded to use more than 1000 pseudo-terminals, as all software
which use
.Xr utmp 5
-won't be able to handle pseudo-terminals with number superior to 999.
+will not be able to handle pseudo-terminals with number superior to 999.
The pts implementation also supports the
.Dv TIOCGPTN
diff --git a/share/man/man5/devfs.rules.5 b/share/man/man5/devfs.rules.5
index 487039e..04fb6b4 100644
--- a/share/man/man5/devfs.rules.5
+++ b/share/man/man5/devfs.rules.5
@@ -68,7 +68,7 @@ new ruleset is started.
.Pp
One custom ruleset has to be enabled in
.Pa /etc/rc.conf ,
-otherwise it won't be applied to the
+otherwise it will not be applied to the
.Pa /dev
file system by the default system startup process.
For example, to enable a
diff --git a/usr.sbin/bsnmpd/modules/snmp_hostres/snmp_hostres.3 b/usr.sbin/bsnmpd/modules/snmp_hostres/snmp_hostres.3
index 5715fd0..971e060 100644
--- a/usr.sbin/bsnmpd/modules/snmp_hostres/snmp_hostres.3
+++ b/usr.sbin/bsnmpd/modules/snmp_hostres/snmp_hostres.3
@@ -56,7 +56,7 @@ In all other cases
It is questionable what bootable means here.
Does it mean that the BIOS is available to start a boot on that file system
or does it mean that there is something bootable?
-In either case this information isn't available so this variable returns True
+In either case this information is not available so this variable returns True
for the root file system (which is not necessarily correct) and False for
all others.
.It Va hrFSLastFullBackupDate
diff --git a/usr.sbin/portsnap/portsnap/portsnap.8 b/usr.sbin/portsnap/portsnap/portsnap.8
index 7585709..e375141 100644
--- a/usr.sbin/portsnap/portsnap/portsnap.8
+++ b/usr.sbin/portsnap/portsnap/portsnap.8
@@ -163,8 +163,8 @@ Running
.Cm update
from
.Xr cron 8
-is a bad idea -- if you're ever installing or updating a
-port at the time the cron job runs, you'll probably end up
+is a bad idea -- if you are ever installing or updating a
+port at the time the cron job runs, you will probably end up
in a mess when
.Nm
updates or removes files which are being used by the port
OpenPOWER on IntegriCloud