summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-07-31 03:30:48 +0000
committerkeramida <keramida@FreeBSD.org>2005-07-31 03:30:48 +0000
commitac7c9f771d24494ee3e2cb386d81d76f91fe2726 (patch)
tree2fcd325b0ae82cec9ec2820bb4009fa44253edec /usr.bin
parentbafe5eb6c7238eca9f1fb1ce68ecbd18e69dca84 (diff)
downloadFreeBSD-src-ac7c9f771d24494ee3e2cb386d81d76f91fe2726.zip
FreeBSD-src-ac7c9f771d24494ee3e2cb386d81d76f91fe2726.tar.gz
Fix all the spelling mistakes I could find in the man pages for words
that have at least 3 characters. MFC after: 1 week Thanks to: Music band ``Chingon'' for keeping me company while searching for these.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/file2c/file2c.12
-rw-r--r--usr.bin/indent/indent.14
-rw-r--r--usr.bin/lockf/lockf.12
-rw-r--r--usr.bin/make/make.12
-rw-r--r--usr.bin/systat/systat.12
-rw-r--r--usr.bin/truss/truss.12
-rw-r--r--usr.bin/xinstall/install.12
7 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1
index f247e42..80bbb2e 100644
--- a/usr.bin/file2c/file2c.1
+++ b/usr.bin/file2c/file2c.1
@@ -23,7 +23,7 @@ The
.Nm
utility reads a file from stdin and writes it to stdout, converting each
byte to its decimal or hexadecimal representation on the fly.
-The byte values are seperated by a comma.
+The byte values are separated by a comma.
This also means that the last byte value is not followed by a comma.
By default the byte values are printed in decimal, but when the
.Fl x
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1
index b2a3827..f04e13d 100644
--- a/usr.bin/indent/indent.1
+++ b/usr.bin/indent/indent.1
@@ -213,7 +213,7 @@ Parenthesized expressions have extra indentation added to
indicate the nesting, unless
.Fl \&lp
is in effect
-or the contination indent is exactly half of the main indent.
+or the continuation indent is exactly half of the main indent.
.Fl \&ci
defaults to the same value as
.Fl i .
@@ -411,7 +411,7 @@ If the output file is not specified, the default is standard output,
rather than formatting in place.
.It Fl ut , nut
Enables (disables) the use of tab characters in the output.
-Tabs are assumed to be aligned on columns divisble by 8.
+Tabs are assumed to be aligned on columns divisible by 8.
The default is
.Fl ut .
.It Fl v , \&nv
diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1
index 6fdc573..c6e6e66 100644
--- a/usr.bin/lockf/lockf.1
+++ b/usr.bin/lockf/lockf.1
@@ -44,7 +44,7 @@ utility acquires an exclusive lock on a
.Ar file ,
creating it if necessary,
.Bf Em
-and removing the file on exit unless explictly told not to.
+and removing the file on exit unless explicitly told not to.
.Ef
While holding the lock, it executes a
.Ar command
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index caa87f8..29f74ac 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -628,7 +628,7 @@ variable from the environment,
all sequences of a backslash and one of space or tab
are replaced just with their second character
without causing a word break.
-Any other occurences of a backslash are retained.
+Any other occurrences of a backslash are retained.
Groups of unquoted space, tab and newline characters cause word
breaking.
.It Va MFLAGS
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1
index 8a2d139..8d372b6 100644
--- a/usr.bin/systat/systat.1
+++ b/usr.bin/systat/systat.1
@@ -289,7 +289,7 @@ for particular uses, i.e., data, socket structures, etc.
.It Ic vmstat
Take over the entire display and show a (rather crowded) compendium
of statistics related to virtual memory usage, process scheduling,
-device interrupts, system name translation cacheing, disk
+device interrupts, system name translation caching, disk
.Tn I/O
etc.
.Pp
diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1
index b152baa..6b975ba 100644
--- a/usr.bin/truss/truss.1
+++ b/usr.bin/truss/truss.1
@@ -27,7 +27,7 @@ It does this by stopping and restarting the process being monitored via
The options are as follows:
.Bl -tag -width indent
.It Fl f
-Trace decendants of the original traced process created by
+Trace descendants of the original traced process created by
.Xr fork 2 ,
.Xr vfork 2 ,
etc.
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1
index d82cc55..9e2c2cb 100644
--- a/usr.bin/xinstall/install.1
+++ b/usr.bin/xinstall/install.1
@@ -198,7 +198,7 @@ option is specified, or the
.Fl C
or
.Fl p
-option is used in conjuction with the
+option is used in conjunction with the
.Fl s
option, temporary files named
.Pa INS@XXXX ,
OpenPOWER on IntegriCloud