diff --git a/man3/getopt.3 b/man3/getopt.3 index 21b7dad0d..6c3806228 100644 --- a/man3/getopt.3 +++ b/man3/getopt.3 @@ -413,7 +413,8 @@ main(int argc, char *argv[]) } } - printf("flags=%d; tfnd=%d; optind=%d\\n", flags, tfnd, optind); + printf("flags=%d; tfnd=%d; nsecs=%d; optind=%d\\n", + flags, tfnd, nsecs, optind); if (optind >= argc) { fprintf(stderr, "Expected argument after options\\n");