summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-12-04 20:31:30 +0000
committermillert <millert@openbsd.org>2002-12-04 20:31:30 +0000
commit2fad5f6abe306bd26c937e538315f4af04c4c160 (patch)
tree51237214e9922760225f6130982456e3b9ca3d44 /lib/libc/stdlib
parentPut GNU getopt back in until some issues are resolved. (diff)
downloadwireguard-openbsd-2fad5f6abe306bd26c937e538315f4af04c4c160.tar.xz
wireguard-openbsd-2fad5f6abe306bd26c937e538315f4af04c4c160.zip
.Xr getopt_long
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/getopt.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3
index 4acbe696067..f261edcab73 100644
--- a/lib/libc/stdlib/getopt.3
+++ b/lib/libc/stdlib/getopt.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: getopt.3,v 1.17 2002/08/19 22:29:52 miod Exp $
+.\" $OpenBSD: getopt.3,v 1.18 2002/12/04 20:31:30 millert Exp $
.\"
.Dd April 19, 1994
.Dt GETOPT 3
@@ -153,6 +153,7 @@ argv += optind;
.Ed
.Sh SEE ALSO
.Xr getopt 1 ,
+.Xr getopt_long 3 ,
.Xr getsubopt 3
.Sh DIAGNOSTICS
If the