diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-12 15:46:56 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-12 15:46:56 +0000 |
| commit | b77b3c00be5547ec50166dc07fd7ed8f5835be94 (patch) | |
| tree | 273d67850fba0e4c76a19b45707fb4f8e05bbbe7 /lib/libc/stdlib/getopt.3 | |
| parent | 5ba22da47118a556a7c9522976076f2941df35f1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/getopt.3')
| -rw-r--r-- | lib/libc/stdlib/getopt.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index f5c145f8a2a1..d9d69c1411d7 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -42,11 +42,11 @@ .Lb libc .Sh SYNOPSIS .Fd #include <unistd.h> -.Vt extern char *optarg; -.Vt extern int optind; -.Vt extern int optopt; -.Vt extern int opterr; -.Vt extern int optreset; +.Vt extern char *optarg ; +.Vt extern int optind ; +.Vt extern int optopt ; +.Vt extern int opterr ; +.Vt extern int optreset ; .Ft int .Fn getopt "int argc" "char * const *argv" "const char *optstring" .Sh DESCRIPTION |
