summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fmtmsg.3
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2002-08-11 13:05:30 +0000
committerschweikh <schweikh@FreeBSD.org>2002-08-11 13:05:30 +0000
commitb2bb39b1ebc96a74fcafa5329db783dcc556511b (patch)
tree359b8f6a3bb21f89fd8f77d83575d82b0f750df2 /lib/libc/gen/fmtmsg.3
parent544b3fb6045b998a316e58f4dc0ad30a05280df1 (diff)
downloadFreeBSD-src-b2bb39b1ebc96a74fcafa5329db783dcc556511b.zip
FreeBSD-src-b2bb39b1ebc96a74fcafa5329db783dcc556511b.tar.gz
Fix typos; each file has at least one s/seperat/separat/
(I skipped those in contrib/, gnu/ and crypto/) While I was at it, fixed a lot more found by ispell that I could identify with certainty to be errors. All of these were in comments or text, not in actual code. Suggested by: bde MFC after: 3 days
Diffstat (limited to 'lib/libc/gen/fmtmsg.3')
-rw-r--r--lib/libc/gen/fmtmsg.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/fmtmsg.3 b/lib/libc/gen/fmtmsg.3
index 4b7cbfd..28fee2e 100644
--- a/lib/libc/gen/fmtmsg.3
+++ b/lib/libc/gen/fmtmsg.3
@@ -101,7 +101,7 @@ manifest constant may be used to specify no classification.
The
.Fa label
argument indicates the source of the message.
-It is made up of two fields seperated by a colon
+It is made up of two fields separated by a colon
.Pq \&: .
The first field can be up to 10 bytes,
and the second field can be up to 14 bytes.
@@ -182,15 +182,15 @@ The
.Pq message verbosity
environment variable specifies which arguments to
.Fn fmtmsg
-will be outputted to
+will be output to
.Em stderr ,
and in which order.
.Va MSGVERB
should be a colon
.Pq \&:
-seperated list of identifiers.
+separated list of identifiers.
Valid identifiers include: label, severity, text, action, and tag.
-If invalid identifiers are specified or incorrectly seperated,
+If invalid identifiers are specified or incorrectly separated,
the default message verbosity and ordering will be used.
The default ordering is equivalent to a
.Va MSGVERB
OpenPOWER on IntegriCloud