diff options
Diffstat (limited to 'src/lib/libc/stdlib/getsubopt.3')
-rw-r--r-- | src/lib/libc/stdlib/getsubopt.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getsubopt.3 b/src/lib/libc/stdlib/getsubopt.3 index 06e089203f..8acc91bdd1 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.1 1997/08/20 04:02:17 millert Exp $ | 1 | .\" $OpenBSD: getsubopt.3,v 1.2 1998/06/15 17:55:07 mickey 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. |
@@ -144,4 +144,5 @@ while ((ch = getopt(argc, argv, "ab:")) != \-1) { | |||
144 | .Sh HISTORY | 144 | .Sh HISTORY |
145 | The | 145 | The |
146 | .Fn getsubopt | 146 | .Fn getsubopt |
147 | function first appeared in 4.4BSD. | 147 | function first appeared in |
148 | .Bx 4.4 . | ||