diff options
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 |