diff options
Diffstat (limited to 'src/lib/libc/stdlib/getsubopt.3')
-rw-r--r-- | src/lib/libc/stdlib/getsubopt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/getsubopt.3 b/src/lib/libc/stdlib/getsubopt.3 index 9f35df703f..ef813430de 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.12 2007/05/31 19:19:31 jmc Exp $ | 1 | .\" $OpenBSD: getsubopt.3,v 1.13 2013/06/05 03:39:23 tedu 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. |
@@ -29,14 +29,14 @@ | |||
29 | .\" | 29 | .\" |
30 | .\" @(#)getsubopt.3 8.1 (Berkeley) 6/9/93 | 30 | .\" @(#)getsubopt.3 8.1 (Berkeley) 6/9/93 |
31 | .\" | 31 | .\" |
32 | .Dd $Mdocdate: May 31 2007 $ | 32 | .Dd $Mdocdate: June 5 2013 $ |
33 | .Dt GETSUBOPT 3 | 33 | .Dt GETSUBOPT 3 |
34 | .Os | 34 | .Os |
35 | .Sh NAME | 35 | .Sh NAME |
36 | .Nm getsubopt | 36 | .Nm getsubopt |
37 | .Nd get sub options from an argument | 37 | .Nd get sub options from an argument |
38 | .Sh SYNOPSIS | 38 | .Sh SYNOPSIS |
39 | .Fd #include <stdlib.h> | 39 | .In stdlib.h |
40 | .Vt extern char *suboptarg; | 40 | .Vt extern char *suboptarg; |
41 | .Ft int | 41 | .Ft int |
42 | .Fn getsubopt "char **optionp" "char * const *tokens" "char **valuep" | 42 | .Fn getsubopt "char **optionp" "char * const *tokens" "char **valuep" |