diff options
author | 1999-09-07 16:04:54 +0000 | |
---|---|---|
committer | 1999-09-07 16:04:54 +0000 | |
commit | d40369972efefe82ec7ed541fcf89b75c25f046a (patch) | |
tree | 5b7f6b22719a121b90ef72be5bf1156690b15951 /lib/libc/stdlib | |
parent | +, millert@ ok (diff) | |
download | wireguard-openbsd-d40369972efefe82ec7ed541fcf89b75c25f046a.tar.xz wireguard-openbsd-d40369972efefe82ec7ed541fcf89b75c25f046a.zip |
typo
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/getopt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index 3c8779d788c..57a660a2308 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.9 1999/06/29 18:36:20 aaron Exp $ +.\" $OpenBSD: getopt.3,v 1.10 1999/09/07 16:04:54 espie Exp $ .\" .Dd April 19, 1994 .Dt GETOPT 3 @@ -199,7 +199,7 @@ argv += optind; .Sh HISTORY The .Fn getopt -function appeared +function appeared in .Bx 4.3 . .Sh BUGS The |