summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/ld/ld.12
-rw-r--r--gnu/usr.bin/ld/ld.1aout2
-rw-r--r--gnu/usr.bin/tar/tar.12
-rw-r--r--lib/libc/gen/fmtcheck.32
-rw-r--r--lib/libc/sys/acct.22
-rw-r--r--sbin/growfs/growfs.84
-rw-r--r--sbin/init/init.82
-rw-r--r--sbin/natd/natd.82
8 files changed, 9 insertions, 9 deletions
diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1
index f60de7f..23e76e8 100644
--- a/gnu/usr.bin/ld/ld.1
+++ b/gnu/usr.bin/ld/ld.1
@@ -93,7 +93,7 @@ searches for a library of the from libx.so.n.m
(see the
.Fl l
option)
-according to the search rules in effect. If such a file can not be
+according to the search rules in effect. If such a file cannot be
found a traditional archive is looked for.
This options can appear anywhere on the command line and is complementary
to
diff --git a/gnu/usr.bin/ld/ld.1aout b/gnu/usr.bin/ld/ld.1aout
index 0592d98..7a3eed8 100644
--- a/gnu/usr.bin/ld/ld.1aout
+++ b/gnu/usr.bin/ld/ld.1aout
@@ -93,7 +93,7 @@ searches for a library of the from libx.so.n.m
(see the
.Fl l
option)
-according to the search rules in effect. If such a file can not be
+according to the search rules in effect. If such a file cannot be
found a traditional archive is looked for.
This options can appear anywhere on the command line and is complementary
to
diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1
index 3cc2ea7..b48b194 100644
--- a/gnu/usr.bin/tar/tar.1
+++ b/gnu/usr.bin/tar/tar.1
@@ -570,4 +570,4 @@ The
.Nm
file format is a semi fixed width field format, and the field
for device numbers were designed for 16 bit (8 major, 8 minor)
-and can not absorb our 32 bit (8 major, 16+8 minor) numbers.
+and cannot absorb our 32 bit (8 major, 16+8 minor) numbers.
diff --git a/lib/libc/gen/fmtcheck.3 b/lib/libc/gen/fmtcheck.3
index 64fbf2d..e070cc5 100644
--- a/lib/libc/gen/fmtcheck.3
+++ b/lib/libc/gen/fmtcheck.3
@@ -63,7 +63,7 @@ is a valid format string.
.Pp
The
.Xr printf 3
-family of functions can not verify the types of arguments that they are
+family of functions cannot verify the types of arguments that they are
passed at run-time. In some cases, like
.Xr catgets 3 ,
it is useful or necessary to use a user-supplied format string with no
diff --git a/lib/libc/sys/acct.2 b/lib/libc/sys/acct.2
index c9b79c3..0095dc4 100644
--- a/lib/libc/sys/acct.2
+++ b/lib/libc/sys/acct.2
@@ -62,7 +62,7 @@ conditions an accounting record is appended to
.Fa file .
Abnormal conditions of termination are reboots
or other fatal system problems.
-Records for processes which never terminate can not be
+Records for processes which never terminate cannot be
produced by
.Fn acct .
.Pp
diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8
index 1b62943..ef23cda 100644
--- a/sbin/growfs/growfs.8
+++ b/sbin/growfs/growfs.8
@@ -70,7 +70,7 @@ Do not try enlarging a mounted filesystem, your system may panic and you will
not be able to use the filesystem any longer.
Most of the
.Xr newfs 8
-options can not be changed by
+options cannot be changed by
.Nm .
In fact, you can only increase the size of the filesystem.
Use
@@ -168,7 +168,7 @@ writes this critical structure to disk and reads it again later for doing more
updates.
This read operation will provide unexpected data when using
.Fl N .
-Therefore, this part can not really be simulated and will be skipped in test
+Therefore, this part cannot really be simulated and will be skipped in test
mode.
.Sh SEE ALSO
.Xr disklabel 8 ,
diff --git a/sbin/init/init.8 b/sbin/init/init.8
index 1b31f11..d1622c7 100644
--- a/sbin/init/init.8
+++ b/sbin/init/init.8
@@ -143,7 +143,7 @@ leaves it unchanged.
Otherwise,
.Nm
raises the level to 1 before going multi-user for the first time.
-Since the level can not be reduced, it will be at least 1 for
+Since the level cannot be reduced, it will be at least 1 for
subsequent operation, even on return to single-user.
If a level higher than 1 is desired while running multi-user,
it can be set before going multi-user, e.g., by the startup script
diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8
index a33b965..e14102a 100644
--- a/sbin/natd/natd.8
+++ b/sbin/natd/natd.8
@@ -465,7 +465,7 @@ rules starting from the rule number
will be used for punching firewall holes.
The range will be cleared for all rules on startup.
.It Fl log_ipfw_denied
-Log when a packet can not be re-injected because an
+Log when a packet cannot be re-injected because an
.Xr ipfw 8
rule blocks it.
This is the default with
OpenPOWER on IntegriCloud