Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[.joined/src/trunk]: .joined/src/lib/libc/stdlib getopt_long(3): "index" is a...



details:   https://anonhg.NetBSD.org/.joined/src/rev/dd6fda40347d
branches:  trunk
changeset: 359426:dd6fda40347d
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Jan 04 19:36:16 2022 +0000

description:
getopt_long(3): "index" is an argument, not a field.

diffstat:

 lib/libc/stdlib/getopt_long.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cdb8b57af165 -r dd6fda40347d lib/libc/stdlib/getopt_long.3
--- a/lib/libc/stdlib/getopt_long.3     Tue Jan 04 19:32:16 2022 +0000
+++ b/lib/libc/stdlib/getopt_long.3     Tue Jan 04 19:36:16 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getopt_long.3,v 1.21 2022/01/04 19:32:16 uwe Exp $
+.\"    $NetBSD: getopt_long.3,v 1.22 2022/01/04 19:36:16 uwe Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -146,7 +146,7 @@
 .Pp
 If the
 .Fa index
-field is not
+argument is not
 .Dv NULL ,
 the integer it points to will be set to the index of the long option
 in the



Home | Main Index | Thread Index | Old Index