diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/stdlib/getopt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3 index ed4456f52f..2fb70b7260 100644 --- a/src/lib/libc/stdlib/getopt.3 +++ b/src/lib/libc/stdlib/getopt.3 | |||
@@ -25,7 +25,7 @@ | |||
25 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 25 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
26 | .\" SUCH DAMAGE. | 26 | .\" SUCH DAMAGE. |
27 | .\" | 27 | .\" |
28 | .\" $OpenBSD: getopt.3,v 1.34 2005/07/26 04:14:58 jaredy Exp $ | 28 | .\" $OpenBSD: getopt.3,v 1.35 2005/07/26 04:20:23 jaredy Exp $ |
29 | .\" | 29 | .\" |
30 | .Dd December 17, 2002 | 30 | .Dd December 17, 2002 |
31 | .Dt GETOPT 3 | 31 | .Dt GETOPT 3 |
@@ -207,7 +207,7 @@ If the | |||
207 | function encounters a character not found in the string | 207 | function encounters a character not found in the string |
208 | .Fa optstring | 208 | .Fa optstring |
209 | or detects | 209 | or detects |
210 | a missing option argument it writes an error message to | 210 | a missing option argument, it writes an error message to |
211 | .Em stderr | 211 | .Em stderr |
212 | and returns | 212 | and returns |
213 | .Ql \&? . | 213 | .Ql \&? . |