summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/getopt_long.3
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2002-06-03 12:01:43 +0000
committerwiz <wiz@NetBSD.org>2002-06-03 12:01:43 +0000
commit919948e5f4ef40f22b1826f7d37fb1de9f8d6df1 (patch)
tree101949138e459417ddb423c11c0082543a048c87 /lib/libc/stdlib/getopt_long.3
parent8afe4b345487905e204f65861061579a8cac4fd5 (diff)
Fix SYNOPSIS, noted by Martin Macok on tech-userlevel.
Diffstat (limited to 'lib/libc/stdlib/getopt_long.3')
-rw-r--r--lib/libc/stdlib/getopt_long.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3
index d6351036309..a2e08a778c6 100644
--- a/lib/libc/stdlib/getopt_long.3
+++ b/lib/libc/stdlib/getopt_long.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: getopt_long.3,v 1.7 2002/02/07 09:24:06 ross Exp $
+.\" $NetBSD: getopt_long.3,v 1.8 2002/06/03 12:01:43 wiz Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Fd #include \*[Lt]getopt.h\*[Gt]
.Ft int
-.Fn getopt_long "int argc" "char * const *argv" "const char *optstring" "struct options *long options" "int *index"
+.Fn getopt_long "int argc" "char * const *argv" "const char *optstring" "struct option *long options" "int *index"
.Sh DESCRIPTION
The
.Fn getopt_long