diff options
author | ru <ru@FreeBSD.org> | 2001-01-12 15:46:56 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-01-12 15:46:56 +0000 |
commit | 0a221c5a509f281ceb3cfefc7ab373177376bb58 (patch) | |
tree | eb3ab7d18e570b8f69c22243a2ae5af193bbe5f9 /lib/libc/stdlib/getopt.3 | |
parent | 3c313aa466d3e693d3a3334d87dcde7e7c1cca4c (diff) | |
download | FreeBSD-src-0a221c5a509f281ceb3cfefc7ab373177376bb58.zip FreeBSD-src-0a221c5a509f281ceb3cfefc7ab373177376bb58.tar.gz |
mdoc(7) police: Ft/Vt now accept punctuation-type arguments.
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 f5c145f..d9d69c1 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 |