diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-08 15:18:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-08 15:18:15 +0000 |
commit | e7729529e91df0ac74a4587e6bcd27053d135dbc (patch) | |
tree | a7d9de763d4516fd0886654d9207f421f7e1f119 /lib/libc | |
parent | d9bb02c0216427321f562ce65d5c5005bebd3016 (diff) |
install rfork man page
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 15a658cb092..0f308371e19 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -101,7 +101,7 @@ MAN+= accept.2 access.2 acct.2 adjtime.2 bind.2 brk.2 chdir.2 chflags.2 \ minherit.2 mlock.2 \ mmap.2 mount.2 mprotect.2 msync.2 munmap.2 nfssvc.2 open.2 pathconf.2 \ pipe.2 profil.2 ptrace.2 quotactl.2 read.2 readlink.2 reboot.2 recv.2 \ - rename.2 revoke.2 rmdir.2 select.2 send.2 setgroups.2 setpgid.2 \ + rename.2 revoke.2 rfork.2 rmdir.2 select.2 send.2 setgroups.2 setpgid.2 \ setsid.2 setuid.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 swapon.2 symlink.2 sync.2 sysarch.2 \ |