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 8513cfb66a..6cb4975ced 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.8 2004/01/23 23:08:46 jmc Exp $ | 1 | .\" $OpenBSD: getsubopt.3,v 1.9 2005/02/25 03:12:44 cloder 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. |
@@ -78,7 +78,7 @@ On return from | |||
78 | .Fn getsubopt , | 78 | .Fn getsubopt , |
79 | .Fa optionp | 79 | .Fa optionp |
80 | will be set to point to the start of the next token in the string, | 80 | will be set to point to the start of the next token in the string, |
81 | or the null at the end of the string if no more tokens are present. | 81 | or the NUL at the end of the string if no more tokens are present. |
82 | The external variable | 82 | The external variable |
83 | .Fa suboptarg | 83 | .Fa suboptarg |
84 | will be set to point to the start of the current token, or | 84 | will be set to point to the start of the current token, or |