summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Feldman <alex@cvs.openbsd.org>2000-03-07 19:58:23 +0000
committerAlex Feldman <alex@cvs.openbsd.org>2000-03-07 19:58:23 +0000
commit4296b4d5a3e9b5f49cf036f71a69b9a7d91f62a2 (patch)
tree3cc5d9a3fcfbeba6287ce276126704966eb78b1c
parentf2228b6d7b2087997feccdaed9ecc4ed208af60b (diff)
Typo in synopsis: sont --> const
-rw-r--r--lib/libc_r/man/sigwait.34
-rw-r--r--lib/libpthread/man/sigwait.34
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc_r/man/sigwait.3 b/lib/libc_r/man/sigwait.3
index 724189b4855..ace9af3f1c4 100644
--- a/lib/libc_r/man/sigwait.3
+++ b/lib/libc_r/man/sigwait.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sigwait.3,v 1.8 1999/09/23 04:12:00 alex Exp $
+.\" $OpenBSD: sigwait.3,v 1.9 2000/03/07 19:58:22 alex Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd August 20, 1998
.Dt SIGWAIT 3
@@ -9,7 +9,7 @@
.Sh SYNOPSIS
.Fd #include <signal.h>
.Ft int
-.Fn sigwait "sont sigset_t *set" "int *sig"
+.Fn sigwait "const sigset_t *set" "int *sig"
.Sh DESCRIPTION
The
.Fn sigwait
diff --git a/lib/libpthread/man/sigwait.3 b/lib/libpthread/man/sigwait.3
index 724189b4855..ace9af3f1c4 100644
--- a/lib/libpthread/man/sigwait.3
+++ b/lib/libpthread/man/sigwait.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sigwait.3,v 1.8 1999/09/23 04:12:00 alex Exp $
+.\" $OpenBSD: sigwait.3,v 1.9 2000/03/07 19:58:22 alex Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd August 20, 1998
.Dt SIGWAIT 3
@@ -9,7 +9,7 @@
.Sh SYNOPSIS
.Fd #include <signal.h>
.Ft int
-.Fn sigwait "sont sigset_t *set" "int *sig"
+.Fn sigwait "const sigset_t *set" "int *sig"
.Sh DESCRIPTION
The
.Fn sigwait