summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-12-13 21:50:03 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-12-13 21:50:03 +0000
commit0603b75a7afa58e162c0055fd4992c9bb8ffff6c (patch)
treee3fc3c27da71097c862c9421cec6557972e06dd9
parentb026eddfeac766240ce0a06e3ec8a741d57c8bb8 (diff)
Notes
-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 06eadca957da..69047162c556 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