diff options
| author | uwe <uwe@NetBSD.org> | 2022-01-04 19:36:16 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2022-01-04 19:36:16 +0000 |
| commit | 2f3670f0702ede1f341ff7ad1d4efbdfdba0a79e (patch) | |
| tree | 07fb27272997f8fa448312e0ae661a7abbf7f8d7 /lib/libc/stdlib | |
| parent | 6630fbb8a14e1df1dc285f16970376daab819e73 (diff) | |
getopt_long(3): "index" is an argument, not a field.
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/getopt_long.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3 index 9eb022df9b2..4fc6fce6851 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.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 @@ like .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 |
