summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-12-13 21:50:03 +0000
committereadler <eadler@FreeBSD.org>2013-12-13 21:50:03 +0000
commit6be92486030da72eb988c378dccfe0aec87dfdb5 (patch)
treee3fc3c27da71097c862c9421cec6557972e06dd9 /lib
parente12149b5f4f1a59a8e4fbd2bfb8b3b9befa9b06d (diff)
downloadFreeBSD-src-6be92486030da72eb988c378dccfe0aec87dfdb5.zip
FreeBSD-src-6be92486030da72eb988c378dccfe0aec87dfdb5.tar.gz
getopt_long.3: wording quibbles
- Make wording more clear: "is expect" vs "is expected" [1] - Remove extraneous trailing period.. Reported by: dim [1]
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/getopt_long.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3
index 06eadca..6904716 100644
--- a/lib/libc/stdlib/getopt_long.3
+++ b/lib/libc/stdlib/getopt_long.3
@@ -130,11 +130,11 @@ field should be one of:
.Pp
.Bl -tag -width ".Dv optional_argument" -offset indent -compact
.It Dv no_argument
-no argument to the option is expect
+no argument to the option is expected
.It Dv required_argument
an argument to the option is required
.It Dv optional_argument
-an argument to the option may be presented.
+an argument to the option may be presented
.El
.Pp
If
OpenPOWER on IntegriCloud