chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d183646
)
Various little fixes.
author
mdw
<mdw>
Fri, 22 Oct 1999 22:41:30 +0000
(22:41 +0000)
committer
mdw
<mdw>
Fri, 22 Oct 1999 22:41:30 +0000
(22:41 +0000)
man/mdwopt.3
patch
|
blob
|
blame
|
history
diff --git
a/man/mdwopt.3
b/man/mdwopt.3
index 6045fed73df0676669f049cd2457b1ec3d2c0f7e..4da423333b31133e644e0135f1398f79375a4f67 100644
(file)
--- a/
man/mdwopt.3
+++ b/
man/mdwopt.3
@@
-46,7
+46,7
@@
a
is considered to be a non-option, since it usually represents standard
input or output as a filename, and the word containing only a
double-dash
is considered to be a non-option, since it usually represents standard
input or output as a filename, and the word containing only a
double-dash
-.RB ` \-\-'
+.RB ` \-\-
'
is used to mark all following words as being non-options regardless of
their initial character.
.PP
is used to mark all following words as being non-options regardless of
their initial character.
.PP
@@
-68,7
+68,7
@@
are a GNU convention.
.SS "Short option syntax"
Short options are the sort which Unix has known for ages: an option is a
single letter, preceded by a
.SS "Short option syntax"
Short options are the sort which Unix has known for ages: an option is a
single letter, preceded by a
-.RB ` \-
|
'.
+.RB ` \- '.
Short options can be joined together to save space (and possibly to make
silly words): e.g., instead of giving options
.RB ` "\-x \-y" ',
Short options can be joined together to save space (and possibly to make
silly words): e.g., instead of giving options
.RB ` "\-x \-y" ',
@@
-173,7
+173,7
@@
the
.B err
and
.B ind
.B err
and
.B ind
-members of the structure must be initialized
+members of the structure must be initialized
.
.PP
The arguments
.I argc
.PP
The arguments
.I argc
@@
-328,8
+328,9
@@
is returned by
possibly with bit 8 set if the option was
negated.
.PP
possibly with bit 8 set if the option was
negated.
.PP
-Arguments f
or
long options are stored in the
+Arguments f
rom
long options are stored in the
.B arg
.B arg
+member of the data block.
.SS "Other optional features"
The
.I flags
.SS "Other optional features"
The
.I flags