diff options
author | kris <kris@FreeBSD.org> | 1999-11-15 03:13:23 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-11-15 03:13:23 +0000 |
commit | 3853bec4b5142d2fa866bc6eb711e9a522ca6c22 (patch) | |
tree | 62224aa6cccb347cdc09366fd73648b61c178285 /lib/libc | |
parent | 75c9820d226762d8d595b3f507762a91fd829840 (diff) | |
download | FreeBSD-src-3853bec4b5142d2fa866bc6eb711e9a522ca6c22.zip FreeBSD-src-3853bec4b5142d2fa866bc6eb711e9a522ca6c22.tar.gz |
Typo
Obtained from: OpenBSD
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/getopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index d6cb079..51f7ffb 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -199,7 +199,7 @@ argv += optind; .Sh HISTORY The .Fn getopt -function appeared +function appeared in .Bx 4.3 . .Sh BUGS The |