diff options
author | bde <bde@FreeBSD.org> | 1999-12-23 16:51:27 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-12-23 16:51:27 +0000 |
commit | 6e13854ccb65ac9639030b20e5bcad90ce0dffb8 (patch) | |
tree | ebdefd9c08952b0b34afe0d50901bba7924f8631 /lib/libc_r/man | |
parent | 1ab948f6cc46af3e7df3436372e453e51273ea55 (diff) | |
download | FreeBSD-src-6e13854ccb65ac9639030b20e5bcad90ce0dffb8.zip FreeBSD-src-6e13854ccb65ac9639030b20e5bcad90ce0dffb8.tar.gz |
Fixed bitrot in synopsis. The change from "int *pshared" to "int pshared"
hadn't reached here.
Diffstat (limited to 'lib/libc_r/man')
-rw-r--r-- | lib/libc_r/man/pthread_rwlockattr_setpshared.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/man/pthread_rwlockattr_setpshared.3 b/lib/libc_r/man/pthread_rwlockattr_setpshared.3 index b98e081..4e4b158 100644 --- a/lib/libc_r/man/pthread_rwlockattr_setpshared.3 +++ b/lib/libc_r/man/pthread_rwlockattr_setpshared.3 @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Fd #include <pthread.h> .Ft int -.Fn pthread_rwlockattr_setpshared "pthread_rwlockattr_t *attr" "int *pshared" +.Fn pthread_rwlockattr_setpshared "pthread_rwlockattr_t *attr" "int pshared" .Sh DESCRIPTION The .Fn pthread_rwlockattr_setpshared |