|
|
@ -1,4 +1,4 @@ |
|
|
|
.\" $OpenBSD: getsubopt.3,v 1.1 1997/08/20 04:02:17 millert Exp $ |
|
|
|
.\" $OpenBSD: getsubopt.3,v 1.2 1998/06/15 17:55:07 mickey Exp $ |
|
|
|
.\" |
|
|
|
.\" Copyright (c) 1990, 1991, 1993 |
|
|
|
.\" The Regents of the University of California. All rights reserved. |
|
|
@ -144,4 +144,5 @@ while ((ch = getopt(argc, argv, "ab:")) != \-1) { |
|
|
|
.Sh HISTORY |
|
|
|
The |
|
|
|
.Fn getsubopt |
|
|
|
function first appeared in 4.4BSD. |
|
|
|
function first appeared in |
|
|
|
.Bx 4.4 . |