summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2006-09-27 20:43:42 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2006-09-27 20:43:42 +0000
commit1925d6ccbfe085c0189470be085dbfeadabfd1e6 (patch)
treef5efeb3be280eb06e5cdaacf099799a17d4d9c67
parent6e9b5685e7ffd323864339f2e60cc63543e09019 (diff)
remove superfluous paranthesis
from Matthew R. Dempsky <mrd at alkemio dot org> ok deraadt
-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 53b11f6f633..269694097bf 100644
--- a/lib/libc/sys/wait.2
+++ b/lib/libc/sys/wait.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wait.2,v 1.19 2004/03/11 18:58:39 millert Exp $
+.\" $OpenBSD: wait.2,v 1.20 2006/09/27 20:43:41 jasper Exp $
.\" $NetBSD: wait.2,v 1.6 1995/02/27 12:39:37 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
@@ -166,7 +166,7 @@ True if the process has not terminated, and has continued after a job
control stop.
This macro can be true only if the wait call specified the
.Dv WCONTINUED
-option).
+option.
.It Fn WIFEXITED status
True if the process terminated normally by a call to
.Xr _exit 2