summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-04-12 21:00:47 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-04-12 21:00:47 +0000
commit207be832895823dbe342275de8ba3f20b3d3fc3f (patch)
tree3ebae63bd5c1dbf95e5ab6174cd259dd93765270 /lib
parentf07a560ba5486f15436fcbb2e1bc328de4c931e3 (diff)
underfined -> undefined;
from Fabio Olive Leite;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/wait.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2
index 64686c40759..1feaa5e51d5 100644
--- a/lib/libc/sys/wait.2
+++ b/lib/libc/sys/wait.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wait.2,v 1.12 2002/01/24 21:18:36 mickey Exp $
+.\" $OpenBSD: wait.2,v 1.13 2003/04/12 21:00:46 jmc Exp $
.\" $NetBSD: wait.2,v 1.6 1995/02/27 12:39:37 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
@@ -256,7 +256,7 @@ The call was interrupted by a caught signal, or the signal did not have the
.Dv SA_RESTART
flag set.
.It Bq Er EINVAL
-Invalid or underfined flags were passed in the
+Invalid or undefined flags were passed in the
.Fa options
argument.
.El