diff options
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 |