diff options
author | 2003-04-12 21:00:46 +0000 | |
---|---|---|
committer | 2003-04-12 21:00:46 +0000 | |
commit | 03efc4c481822e0c2298d21fafca25b97492d2b5 (patch) | |
tree | 521888c0c8488855b821775148b20a8071f50130 /lib/libc | |
parent | test HFSC (diff) | |
download | wireguard-openbsd-03efc4c481822e0c2298d21fafca25b97492d2b5.tar.xz wireguard-openbsd-03efc4c481822e0c2298d21fafca25b97492d2b5.zip |
underfined -> undefined;
from Fabio Olive Leite;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/wait.2 | 4 |
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 |