aboutsummaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2011-02-20 09:52:29 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2011-02-20 09:52:29 +0000
commitba13377a7e91ef426307c5dafc89927f15e5e8cc (patch)
tree49484adb699c86544372e13ed0833466fd7d7d3e /share/man
parentf9e66923e5c77925e566778b4d25c0cc5daa2324 (diff)
downloadsrc-ba13377a7e91ef426307c5dafc89927f15e5e8cc.tar.gz
src-ba13377a7e91ef426307c5dafc89927f15e5e8cc.zip
Add restrict keyword to pthread_sigmask prototype and manpage.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=218881
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man3/pthread_sigmask.35
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man3/pthread_sigmask.3 b/share/man/man3/pthread_sigmask.3
index c4125430d960..013ba7cb6844 100644
--- a/share/man/man3/pthread_sigmask.3
+++ b/share/man/man3/pthread_sigmask.3
@@ -26,7 +26,7 @@
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD$
-.Dd April 27, 2000
+.Dd February 19, 2011
.Dt PTHREAD_SIGMASK 3
.Os
.Sh NAME
@@ -38,7 +38,8 @@
.In pthread.h
.In signal.h
.Ft int
-.Fn pthread_sigmask "int how" "const sigset_t *set" "sigset_t *oset"
+.Fn pthread_sigmask "int how" "const sigset_t * restrict set" \
+ "sigset_t * restrict oset"
.Sh DESCRIPTION
The
.Fn pthread_sigmask