summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-03-01 10:59:23 +0000
committerache <ache@FreeBSD.org>2004-03-01 10:59:23 +0000
commit46a9b8739bb6233e1160ac2bca5194c1fc3472d5 (patch)
tree4f8bb3aa988b31bb3c1590ccbca20482f78f1b45 /lib/libc
parent67499340a78de2d41d6c6af15b0e2ec8925fd670 (diff)
downloadFreeBSD-src-46a9b8739bb6233e1160ac2bca5194c1fc3472d5.zip
FreeBSD-src-46a9b8739bb6233e1160ac2bca5194c1fc3472d5.tar.gz
Comment out things related to getopt() replacement we not use
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdlib/getopt_long.372
1 files changed, 36 insertions, 36 deletions
diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3
index 5d2f6f4..ffe5d00 100644
--- a/lib/libc/stdlib/getopt_long.3
+++ b/lib/libc/stdlib/getopt_long.3
@@ -331,25 +331,25 @@ returns
.Fn getopt
does).
.El
-.It
-Handling of
-.Ql --a
-in getopt:
-.Bl -tag -width ".Bx"
-.It Tn GNU
-parses this as option
-.Ql - ,
-option
-.Ql a .
-.It Bx
-parses this as
-.Ql -- ,
-and returns \-1 (ignoring the
-.Ql a ) .
-(Because the original
-.Fn getopt
-does.)
-.El
+.\" .It
+.\" Handling of
+.\" .Ql --a
+.\" in getopt:
+.\" .Bl -tag -width ".Bx"
+.\" .It Tn GNU
+.\" parses this as option
+.\" .Ql - ,
+.\" option
+.\" .Ql a .
+.\" .It Bx
+.\" parses this as
+.\" .Ql -- ,
+.\" and returns \-1 (ignoring the
+.\" .Ql a ) .
+.\" (Because the original
+.\" .Fn getopt
+.\" does.)
+.\" .El
.It
Setting of
.Va optopt
@@ -370,23 +370,23 @@ to 0 (since
.Va val
would never be returned).
.El
-.It
-Handling of
-.Ql -W
-with
-.Ql W;
-in option string in
-.Fn getopt
-(not
-.Fn getopt_long ) :
-.Bl -tag -width ".Bx"
-.It Tn GNU
-causes a segfault.
-.It Bx
-no special handling is done;
-.Ql W;
-is interpreted as two separate options, neither of which take an argument.
-.El
+.\" .It
+.\" Handling of
+.\" .Ql -W
+.\" with
+.\" .Ql W;
+.\" in option string in
+.\" .Fn getopt
+.\" (not
+.\" .Fn getopt_long ) :
+.\" .Bl -tag -width ".Bx"
+.\" .It Tn GNU
+.\" causes a segfault.
+.\" .It Bx
+.\" no special handling is done;
+.\" .Ql W;
+.\" is interpreted as two separate options, neither of which take an argument.
+.\" .El
.It
Setting of
.Va optarg
OpenPOWER on IntegriCloud