summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2007-04-10 20:35:35 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2007-04-10 20:35:35 +0000
commitb3858ba7fcf44b133f7bbaf1d328e0053a21f04a (patch)
tree14aa35721715d4e355a0abb5de97186963612a05 /lib
parentaa624068677f3199847f8d743242c8fe28b4399a (diff)
Support for optional args separated with whitespace was removed
some time ago--it caused too many problems.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/getopt.318
1 files changed, 1 insertions, 17 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3
index 796541184f6..61babea046b 100644
--- a/lib/libc/stdlib/getopt.3
+++ b/lib/libc/stdlib/getopt.3
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: getopt.3,v 1.38 2006/03/15 02:50:25 ray Exp $
+.\" $OpenBSD: getopt.3,v 1.39 2007/04/10 20:35:34 millert Exp $
.\"
.Dd December 17, 2002
.Dt GETOPT 3
@@ -300,22 +300,6 @@ By default, a single dash causes
to return \-1.
.El
.Pp
-Unlike
-.Tn GNU
-.Fn getopt ,
-.Ox
-does not permute the argument vector to allow non-options to be
-interspersed with options on the command line.
-Programs requiring this behavior should use
-.Xr getopt_long 3
-instead.
-Because of this (and unlike
-.Tn GNU ) ,
-the
-.Ox
-.Fn getopt
-supports optional arguments separated by whitespace.
-.Pp
Historic
.Bx
versions of