summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-10-28 11:14:32 +0000
committerkib <kib@FreeBSD.org>2009-10-28 11:14:32 +0000
commit8d44ea1c45f33329a04b2029f60cc562128d4316 (patch)
tree86d6fd96a11f6243d2c2d906f305dafe5015ec97 /lib
parentfbcfdff9990148733abdbe360a0772247bc9b07e (diff)
downloadFreeBSD-src-8d44ea1c45f33329a04b2029f60cc562128d4316.zip
FreeBSD-src-8d44ea1c45f33329a04b2029f60cc562128d4316.tar.gz
Move pselect(3) man page to section 2.
Noted by: jhb MFC after: 1 month
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/Makefile.inc2
-rw-r--r--lib/libc/sys/Makefile.inc3
-rw-r--r--lib/libc/sys/pselect.2 (renamed from lib/libc/gen/pselect.3)6
3 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index e5ca3fa..0bdee9d 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -62,7 +62,7 @@ MAN+= alarm.3 arc4random.3 \
posix_spawnattr_getpgroup.3 posix_spawnattr_getschedparam.3 \
posix_spawnattr_getschedpolicy.3 posix_spawnattr_init.3 \
posix_spawnattr_getsigdefault.3 posix_spawnattr_getsigmask.3 \
- pselect.3 psignal.3 pwcache.3 \
+ psignal.3 pwcache.3 \
raise.3 rand48.3 readpassphrase.3 rfork_thread.3 \
scandir.3 sem_destroy.3 sem_getvalue.3 sem_init.3 \
sem_open.3 sem_post.3 sem_timedwait.3 sem_wait.3 \
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 1e6059d..1915c55 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -83,7 +83,8 @@ MAN+= abort2.2 accept.2 access.2 acct.2 adjtime.2 \
mq_setattr.2 \
msgctl.2 msgget.2 msgrcv.2 msgsnd.2 \
msync.2 munmap.2 nanosleep.2 nfssvc.2 ntp_adjtime.2 open.2 \
- pathconf.2 pipe.2 poll.2 posix_openpt.2 profil.2 ptrace.2 quotactl.2 \
+ pathconf.2 pipe.2 poll.2 posix_openpt.2 profil.2 \
+ pselect.2 ptrace.2 quotactl.2 \
read.2 readlink.2 reboot.2 recv.2 rename.2 revoke.2 rfork.2 rmdir.2 \
rtprio.2
.if !defined(NO_P1003_1B)
diff --git a/lib/libc/gen/pselect.3 b/lib/libc/sys/pselect.2
index 8e306d6..cf784a5 100644
--- a/lib/libc/gen/pselect.3
+++ b/lib/libc/sys/pselect.2
@@ -28,8 +28,8 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 16, 2002
-.Dt PSELECT 3
+.Dd October 27, 2009
+.Dt PSELECT 2
.Os
.Sh NAME
.Nm pselect
@@ -116,7 +116,7 @@ The
function first appeared in
.Fx 5.0 .
.Sh AUTHORS
-The
+The first implementation of
.Fn pselect
function and this manual page were written by
.An Garrett Wollman Aq wollman@FreeBSD.org .
OpenPOWER on IntegriCloud