diff options
author | millert <> | 2002-12-04 20:31:30 +0000 |
---|---|---|
committer | millert <> | 2002-12-04 20:31:30 +0000 |
commit | 63233cae569fa052ad6aebc01a0b09722aa183be (patch) | |
tree | 6d6e9de1b71af56bc8fe99d6b6047b17ff74e934 | |
parent | 1cd76167d67981f33b204da698ca74832ee59bba (diff) | |
download | openbsd-63233cae569fa052ad6aebc01a0b09722aa183be.tar.gz openbsd-63233cae569fa052ad6aebc01a0b09722aa183be.tar.bz2 openbsd-63233cae569fa052ad6aebc01a0b09722aa183be.zip |
.Xr getopt_long
-rw-r--r-- | src/lib/libc/stdlib/getopt.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3 index 4acbe69606..f261edcab7 100644 --- a/src/lib/libc/stdlib/getopt.3 +++ b/src/lib/libc/stdlib/getopt.3 | |||
@@ -29,7 +29,7 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: getopt.3,v 1.17 2002/08/19 22:29:52 miod Exp $ | 32 | .\" $OpenBSD: getopt.3,v 1.18 2002/12/04 20:31:30 millert Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd April 19, 1994 | 34 | .Dd April 19, 1994 |
35 | .Dt GETOPT 3 | 35 | .Dt GETOPT 3 |
@@ -153,6 +153,7 @@ argv += optind; | |||
153 | .Ed | 153 | .Ed |
154 | .Sh SEE ALSO | 154 | .Sh SEE ALSO |
155 | .Xr getopt 1 , | 155 | .Xr getopt 1 , |
156 | .Xr getopt_long 3 , | ||
156 | .Xr getsubopt 3 | 157 | .Xr getsubopt 3 |
157 | .Sh DIAGNOSTICS | 158 | .Sh DIAGNOSTICS |
158 | If the | 159 | If the |