diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index ad4a4dcc5fc..4be47a9bd8c 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