summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorespie <>1999-09-07 16:04:54 +0000
committerespie <>1999-09-07 16:04:54 +0000
commit03c5bd443995fbd8e7f9376ee4f83dab9f8db072 (patch)
tree3f870c1616ed612578654070d0122220bb673c6f
parentf08922d54c4804c207e2e3c8bbf1dc45b4c297e1 (diff)
downloadopenbsd-03c5bd443995fbd8e7f9376ee4f83dab9f8db072.tar.gz
openbsd-03c5bd443995fbd8e7f9376ee4f83dab9f8db072.tar.bz2
openbsd-03c5bd443995fbd8e7f9376ee4f83dab9f8db072.zip
typo
-rw-r--r--src/lib/libc/stdlib/getopt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3
index 3c8779d788..57a660a230 100644
--- a/src/lib/libc/stdlib/getopt.3
+++ b/src/lib/libc/stdlib/getopt.3
@@ -29,7 +29,7 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: getopt.3,v 1.9 1999/06/29 18:36:20 aaron Exp $ 32.\" $OpenBSD: getopt.3,v 1.10 1999/09/07 16:04:54 espie Exp $
33.\" 33.\"
34.Dd April 19, 1994 34.Dd April 19, 1994
35.Dt GETOPT 3 35.Dt GETOPT 3
@@ -199,7 +199,7 @@ argv += optind;
199.Sh HISTORY 199.Sh HISTORY
200The 200The
201.Fn getopt 201.Fn getopt
202function appeared 202function appeared in
203.Bx 4.3 . 203.Bx 4.3 .
204.Sh BUGS 204.Sh BUGS
205The 205The