Move pselect(3) man page to section 2.

Noted by:	jhb
MFC after:	1 month
This commit is contained in:
Konstantin Belousov 2009-10-28 11:14:32 +00:00
parent b3fb748ccf
commit 9a714660ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198538
4 changed files with 8 additions and 5 deletions

View file

@ -14,6 +14,8 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
# 20091027: pselect.3 implemented as syscall
OLD_FILES+=usr/share/man/man3/pselect.3.gz
# 20091005: fusword.9 and susword.9 removed
OLD_FILES+=usr/share/man/man9/fusword.9.gz
OLD_FILES+=usr/share/man/man9/susword.9.gz

View file

@ -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 \

View file

@ -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)

View file

@ -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 .