diff options
author | nate <nate@FreeBSD.org> | 1995-05-27 04:17:04 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1995-05-27 04:17:04 +0000 |
commit | 0cd8cad49efec5be4098fbc7874263bd88cdc36a (patch) | |
tree | bdbd6da626d3ac2d4cee67c02368603d7b9dec30 /lib | |
parent | d88e789ffe5f57ea9aaea958505d788c8c505a01 (diff) | |
download | FreeBSD-src-0cd8cad49efec5be4098fbc7874263bd88cdc36a.zip FreeBSD-src-0cd8cad49efec5be4098fbc7874263bd88cdc36a.tar.gz |
Add a missing link from the setpgid manpage to the setpgrp manpage.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 12b7260..05cc6e8 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -128,6 +128,7 @@ MLINKS+=pathconf.2 fpathconf.2 MLINKS+=read.2 readv.2 MLINKS+=recv.2 recvfrom.2 recv.2 recvmsg.2 MLINKS+=send.2 sendmsg.2 send.2 sendto.2 +MLINKS+=setpgid.2 setpgrp.2 MLINKS+=setuid.2 setegid.2 setuid.2 seteuid.2 setuid.2 setgid.2 MLINKS+=stat.2 fstat.2 stat.2 lstat.2 MLINKS+=statfs.2 fstatfs.2 |