Browse Source

.Xr getopt_long

OPENBSD_3_3
millert 21 years ago
parent
commit
6f124adcac
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/lib/libc/stdlib/getopt.3

+ 2
- 1
src/lib/libc/stdlib/getopt.3 View File

@ -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


Loading…
Cancel
Save