diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-07 21:11:11 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-07 21:11:11 +0000 |
commit | 029679decb841b5e94bd5daeda5186e2a6b6d092 (patch) | |
tree | 37fb7cc48f9d937d7a7eecea96f13d9ccc4ba38c /usr.bin/getopt | |
parent | 6dfe0d7e2d4c609e27a99bf6d2a466a13b4fe9cc (diff) |
Various cleanup.
Diffstat (limited to 'usr.bin/getopt')
-rw-r--r-- | usr.bin/getopt/getopt.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1 index 374ceb174d1..ca3f9c373f2 100644 --- a/usr.bin/getopt/getopt.1 +++ b/usr.bin/getopt/getopt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getopt.1,v 1.5 2000/03/04 22:19:23 aaron Exp $ -*- nroff -*- +.\" $OpenBSD: getopt.1,v 1.6 2000/03/07 21:11:09 aaron Exp $ -*- nroff -*- .Dd June 21, 1993 .Dt GETOPT 1 .Os @@ -32,14 +32,14 @@ preceded by a .Dq \- and in its own shell argument; each option argument is also in its own shell argument. -.Sh EXAMPLE +.Sh EXAMPLES The following code fragment shows how one might process the arguments for a command that can take the options -.Op a +.Fl a and -.Op b , +.Fl b , and the option -.Op o , +.Fl o , which requires an argument. .Pp .Bd -literal -offset indent @@ -71,14 +71,14 @@ cmd \-a \-o arg file file cmd \-oarg -a file file cmd \-a \-oarg \-\- file file .Ed -.Sh SEE ALSO -.Xr sh 1 , -.Xr getopt 3 .Sh DIAGNOSTICS .Nm prints an error message on the standard error output when it encounters an option letter not included in .Op optstring . +.Sh SEE ALSO +.Xr sh 1 , +.Xr getopt 3 .Sh HISTORY Written by Henry Spencer, working from a Bell Labs manual page. Behavior believed identical to the Bell version. @@ -88,7 +88,7 @@ Whatever has. .Pp Arguments containing whitespace or embedded shell metacharacters -generally will not survive intact; this looks easy to fix but isn't. +generally will not survive intact; this looks easy to fix but isn't. .Pp The error message for an invalid option is identified as coming from |