diff options
author | 2003-06-02 03:49:39 +0000 | |
---|---|---|
committer | 2003-06-02 03:49:39 +0000 | |
commit | e02dd5e9fa97338e152b1751e3e62221d12a5616 (patch) | |
tree | e13452cdc837966c2da659a23a12b44e1f74edb6 /lib/libc/stdlib/getopt_long.3 | |
parent | remove terms 3 & 4 on my own software (diff) | |
download | wireguard-openbsd-e02dd5e9fa97338e152b1751e3e62221d12a5616.tar.xz wireguard-openbsd-e02dd5e9fa97338e152b1751e3e62221d12a5616.zip |
Remove some lies
Diffstat (limited to 'lib/libc/stdlib/getopt_long.3')
-rw-r--r-- | lib/libc/stdlib/getopt_long.3 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3 index 2589bd7b03b..f69f72d9081 100644 --- a/lib/libc/stdlib/getopt_long.3 +++ b/lib/libc/stdlib/getopt_long.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getopt_long.3,v 1.6 2003/05/10 06:48:30 jmc Exp $ +.\" $OpenBSD: getopt_long.3,v 1.7 2003/06/02 03:49:39 millert Exp $ .\" $NetBSD: getopt_long.3,v 1.11 2002/10/02 10:54:19 wiz Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 @@ -368,6 +368,3 @@ argument is not really as its elements may be permuted (unless .Ev POSIXLY_CORRECT is set). -.Pp -In a future release, this implementation should completely replace -.Xr getopt 3 . |