diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/getopt.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index 4acbe696067..f261edcab73 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: getopt.3,v 1.17 2002/08/19 22:29:52 miod Exp $ +.\" $OpenBSD: getopt.3,v 1.18 2002/12/04 20:31:30 millert Exp $ .\" .Dd April 19, 1994 .Dt GETOPT 3 @@ -153,6 +153,7 @@ argv += optind; .Ed .Sh SEE ALSO .Xr getopt 1 , +.Xr getopt_long 3 , .Xr getsubopt 3 .Sh DIAGNOSTICS If the |