diff options
author | jmc <> | 2004-01-23 23:08:46 +0000 |
---|---|---|
committer | jmc <> | 2004-01-23 23:08:46 +0000 |
commit | 60556a3717eaeb3f1e6bd9dc6408d51a65650c73 (patch) | |
tree | 1cdb5d7da966f08ed67e4d5b60e523616a4e4a59 /src/lib/libc/stdlib/getsubopt.3 | |
parent | 04646f76a198715c4000dc2cc4577313e1ace535 (diff) | |
download | openbsd-60556a3717eaeb3f1e6bd9dc6408d51a65650c73.tar.gz openbsd-60556a3717eaeb3f1e6bd9dc6408d51a65650c73.tar.bz2 openbsd-60556a3717eaeb3f1e6bd9dc6408d51a65650c73.zip |
`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@
Diffstat (limited to 'src/lib/libc/stdlib/getsubopt.3')
-rw-r--r-- | src/lib/libc/stdlib/getsubopt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getsubopt.3 b/src/lib/libc/stdlib/getsubopt.3 index 83530653d2..8513cfb66a 100644 --- a/src/lib/libc/stdlib/getsubopt.3 +++ b/src/lib/libc/stdlib/getsubopt.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getsubopt.3,v 1.7 2003/06/02 20:18:37 millert Exp $ | 1 | .\" $OpenBSD: getsubopt.3,v 1.8 2004/01/23 23:08:46 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1990, 1991, 1993 | 3 | .\" Copyright (c) 1990, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -67,7 +67,7 @@ in the string, or \-1 if the string contains no tokens or | |||
67 | does not contain a matching string. | 67 | does not contain a matching string. |
68 | .Pp | 68 | .Pp |
69 | If the token is of the form | 69 | If the token is of the form |
70 | .Ar name Ns No = Ns Ar value , | 70 | .Ar name Ns = Ns Ar value , |
71 | the location referenced by | 71 | the location referenced by |
72 | .Fa valuep | 72 | .Fa valuep |
73 | will be set to point to the start of the | 73 | will be set to point to the start of the |