From: alex Date: Tue, 7 Mar 2000 19:58:22 +0000 (+0000) Subject: Typo in synopsis: sont --> const X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4c0f4558447c05fa1c8555f6442b57eb24feea05;p=openbsd Typo in synopsis: sont --> const --- 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 , 1998. Public domain. .Dd August 20, 1998 .Dt SIGWAIT 3 @@ -9,7 +9,7 @@ .Sh SYNOPSIS .Fd #include .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 , 1998. Public domain. .Dd August 20, 1998 .Dt SIGWAIT 3 @@ -9,7 +9,7 @@ .Sh SYNOPSIS .Fd #include .Ft int -.Fn sigwait "sont sigset_t *set" "int *sig" +.Fn sigwait "const sigset_t *set" "int *sig" .Sh DESCRIPTION The .Fn sigwait