| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Remove confusing README.
PR: bin/98911
Submitted by: Jason McIntyre <jmc at kerhand dot co dot uk>
Obtained from: OpenBSD
MFC after: 3 days
Notes:
svn path=/head/; revision=179020
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141846
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140420
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140368
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140295
|
| |
|
|
|
|
|
| |
Added reference to the getopts(1) shell builtin.
Notes:
svn path=/head/; revision=131749
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131507
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131491
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108317
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.
Reviewed by: md5
Notes:
svn path=/head/; revision=102944
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99112
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95657
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95083
|
| |
|
|
|
|
|
| |
help the GCC3 transition and CURRENT in general.
Notes:
svn path=/head/; revision=90415
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87283
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81462
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79755
|
| |
|
|
|
|
|
| |
builtins (e.g., exit, strcmp).
Notes:
svn path=/head/; revision=78718
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74848
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68963
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68854
|
| |
|
|
|
|
|
| |
getopt returns -1 not EOF.
Notes:
svn path=/head/; revision=65428
|
| |
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57670
|
| |
|
|
|
|
|
|
| |
PR: docs/13409
Reviewed by: mpp
Notes:
svn path=/head/; revision=50938
|
| |
|
|
|
|
|
|
|
|
| |
easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=50534
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50488
|
| |
|
|
|
|
|
|
| |
getopt in bourne shell is in fact hard. Maybe perl isn't *that* bad
after all...
Notes:
svn path=/head/; revision=45298
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Arguments with whitespaces are easy to fix, but in combination with
shell metachars that should not be evaluated it is very hard, probably
impossible to fix without going to a line-oriented solution.
Next time I will believe Henry Spencer when he says "this looks easy
to fix but isn't".
Notes:
svn path=/head/; revision=45279
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
parameter that has space in it, both in getopt.c and in the manpage
example.
2) Fix the example in the manpage. The set(1) command is required to
return 0 (POSIX 1003.2, section 3.14.11), so you can't test for
getopt's exit status like the example did:
#! /bin/sh
set -- `getopt abo: $*`
if test $? != 0 # wrong, tests for set's exit status, which is
# always zero, no for getopt(1)'s.
Fixes PR bin/5845, which thought it was getopt's fault, but in fact
the manpage was wrong.
I also updated the example to be more useful and updated the BUGS
section.
PR: bin/5845
Notes:
svn path=/head/; revision=45271
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24360
|
| |
|
|
|
|
|
|
|
| |
other mdoc(5) usage errors.
Pointed out by: kuku@physik.rwth-aachen.de (Chris Kukulies)
Notes:
svn path=/head/; revision=19111
|
| |
|
|
| |
Notes:
svn path=/head/; revision=13744
|
| |
|
|
| |
Notes:
svn path=/head/; revision=202
|
| |
|
|
| |
Notes:
svn path=/head/; revision=201
|
|
|
Notes:
svn path=/head/; revision=194
|