summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-01-18 05:38:05 +0000
committerbde <bde@FreeBSD.org>2000-01-18 05:38:05 +0000
commitcc85ed5238da99459d50c0825fedb1ae2095ff98 (patch)
tree4c6ae8263bfe02cb1c08ae725c1c9cb10ea00317 /lib/libc
parentab8476344d05d8674a0400c12767bf78f50b4f35 (diff)
downloadFreeBSD-src-cc85ed5238da99459d50c0825fedb1ae2095ff98.zip
FreeBSD-src-cc85ed5238da99459d50c0825fedb1ae2095ff98.tar.gz
Fixed missing backslash in previous commit. Adding setresuid.2 has taken
4 commits and 2 world breakages so far.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 914f147..ebca7ed 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -93,7 +93,7 @@ MAN2+= _exit.2 accept.2 access.2 acct.2 adjtime.2 \
nfssvc.2 open.2 pathconf.2 pipe.2 poll.2 profil.2 ptrace.2 quotactl.2 \
read.2 readlink.2 reboot.2 recv.2 rename.2 revoke.2 rfork.2 rmdir.2 \
rtprio.2 select.2 semctl.2 semget.2 semop.2 send.2 sendfile.2 \
- setgroups.2 setpgid.2 setregid.2 setresuid.2 setreuid.2 setsid.2
+ setgroups.2 setpgid.2 setregid.2 setresuid.2 setreuid.2 setsid.2 \
setuid.2 shmat.2 shmctl.2 shmget.2 shutdown.2 \
sigaction.2 sigaltstack.2 sigpending.2 sigprocmask.2 sigreturn.2 \
sigstack.2 sigsuspend.2 socket.2 socketpair.2 stat.2 statfs.2 \
OpenPOWER on IntegriCloud