Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/lib/libc/stdlib Pull up revision 1.8 (requested by wiz ...
details: https://anonhg.NetBSD.org/src/rev/fe7076aaa226
branches: netbsd-1-6
changeset: 527706:fe7076aaa226
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Jun 04 11:36:35 2002 +0000
description:
Pull up revision 1.8 (requested by wiz in ticket #148):
Fix SYNOPSIS, noted by Martin Macok on tech-userlevel.
diffstat:
lib/libc/stdlib/getopt_long.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7ad4468f674d -r fe7076aaa226 lib/libc/stdlib/getopt_long.3
--- a/lib/libc/stdlib/getopt_long.3 Tue Jun 04 11:29:22 2002 +0000
+++ b/lib/libc/stdlib/getopt_long.3 Tue Jun 04 11:36:35 2002 +0000
@@ -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.7.2.1 2002/06/04 11:36:35 lukem 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
Home |
Main Index |
Thread Index |
Old Index