From b2bb39b1ebc96a74fcafa5329db783dcc556511b Mon Sep 17 00:00:00 2001 From: schweikh Date: Sun, 11 Aug 2002 13:05:30 +0000 Subject: 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 --- lib/libc/gen/fmtmsg.3 | 8 ++++---- lib/libc/stdio/printf.3 | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/libc') 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 diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 4ec4cad..ca9aae2 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -275,7 +275,7 @@ or the integral portion of a floating point conversion or .Cm F ) should be grouped and separated by thousands using -the non-monetary seperator returned by +the non-monetary separator returned by .Xr localeconv 3 . .El .It @@ -518,7 +518,7 @@ is equal to the precision specification. If the precision is missing, it is taken as enough to exactly represent the floating-point number; if the precision is explicitly zero, no hexadecimal-point character appears. -This is an exact coversion of the mantissa+exponent internal +This is an exact conversion of the mantissa+exponent internal floating point representation; the .Sm off .Oo \- Oc Li 0x Ar h Li \&. Ar hhh @@ -547,7 +547,7 @@ to represent the hex digits, and the letter .Ql P (rather than .Ql p ) -to seperate the mantissa and exponent. +to separate the mantissa and exponent. .It Cm C Treated as .Cm c -- cgit v1.1