diff options
| author | Dima Ruban <dima@FreeBSD.org> | 1998-04-20 22:13:50 +0000 |
|---|---|---|
| committer | Dima Ruban <dima@FreeBSD.org> | 1998-04-20 22:13:50 +0000 |
| commit | b4d829b84fd47b7100f4ca98b1073a17e9d3f2cb (patch) | |
| tree | f01248a7a62dbddc7f043e229c7d5dc295d6a5c3 /lib/libc | |
| parent | 2af4594564ea3df9d8b10bc253fe96289d8ac739 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdlib/getopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index ad4a4dcc5fce..4be47a9bd8cf 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -191,7 +191,7 @@ while ((ch = getopt(argc, argv, "bf:")) != -1) case '?': default: usage(); -} + } argc -= optind; argv += optind; .Ed |
