summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getopt.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-03 22:30:10 +0000
committerru <ru@FreeBSD.org>2004-07-03 22:30:10 +0000
commit57ce50860e81c55913c3e3d59255c73bef88ba12 (patch)
treeb50e352d61c120366733f7da2952877b6d6efb05 /lib/libc/stdlib/getopt.3
parentb49ce1f981b6243c3dd3b4a416ec8c2dcda2cee4 (diff)
downloadFreeBSD-src-57ce50860e81c55913c3e3d59255c73bef88ba12.zip
FreeBSD-src-57ce50860e81c55913c3e3d59255c73bef88ba12.tar.gz
Eliminate double whitespace.
Diffstat (limited to 'lib/libc/stdlib/getopt.3')
-rw-r--r--lib/libc/stdlib/getopt.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3
index bada90e..bdbed8d 100644
--- a/lib/libc/stdlib/getopt.3
+++ b/lib/libc/stdlib/getopt.3
@@ -45,10 +45,10 @@
.Sh SYNOPSIS
.In unistd.h
.Vt extern char *optarg ;
-.Vt extern int optind ;
-.Vt extern int optopt ;
-.Vt extern int opterr ;
-.Vt extern int optreset ;
+.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
OpenPOWER on IntegriCloud