Subject: man2/Makefile fix (#140) Index: man/man2/Makefile 2.11BSD Description: When the 'GCL_RTP' kernel configuration option (rtp(2) syscall) and manual page was removed from the system the Makefile for the chapter 2 man pages was not updated. Oops. Repeat-By: Reformat the manual pages as part of a top level make of the system (cd /usr/src; make). Fix: Apply the patch below to complete the removal of 'rtp' from the system. ============================cut here=================== *** /usr/src/man/man2/Makefile.old Wed Mar 17 21:56:34 1993 --- /usr/src/man/man2/Makefile Wed Jun 16 23:19:27 1993 *************** *** 14,20 **** # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. # ! # @(#)Makefile 2.0 (2.11BSD GTE) 3/17/93 # MDIR= /usr/man/cat2 SRCS= accept.2 access.2 acct.2 adjtime.2 bind.2 brk.2 chdir.2 chmod.2 \ --- 14,20 ---- # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. # ! # @(#)Makefile 2.1 (2.11BSD GTE) 6/16/93 # MDIR= /usr/man/cat2 SRCS= accept.2 access.2 acct.2 adjtime.2 bind.2 brk.2 chdir.2 chmod.2 \ *************** *** 26,32 **** getuid.2 gldav.2 intro.2 ioctl.2 kill.2 killpg.2 link.2 listen.2 \ lock.2 lseek.2 mkdir.2 mknod.2 mount.2 nostk.2 open.2 phys.2 \ pipe.2 profil.2 ptrace.2 quota.2 read.2 readlink.2 reboot.2 \ ! recv.2 rename.2 rmdir.2 rtp.2 select.2 send.2 setgroups.2 setpgrp.2 \ setquota.2 setregid.2 setreuid.2 shutdown.2 sigblock.2 sigpause.2 \ sigreturn.2 sigsetmask.2 sigstack.2 sigvec.2 socket.2 socketpair.2 \ stat.2 swapon.2 symlink.2 sync.2 syscall.2 truncate.2 ucall.2 \ --- 26,32 ---- getuid.2 gldav.2 intro.2 ioctl.2 kill.2 killpg.2 link.2 listen.2 \ lock.2 lseek.2 mkdir.2 mknod.2 mount.2 nostk.2 open.2 phys.2 \ pipe.2 profil.2 ptrace.2 quota.2 read.2 readlink.2 reboot.2 \ ! recv.2 rename.2 rmdir.2 select.2 send.2 setgroups.2 setpgrp.2 \ setquota.2 setregid.2 setreuid.2 shutdown.2 sigblock.2 sigpause.2 \ sigreturn.2 sigsetmask.2 sigstack.2 sigvec.2 socket.2 socketpair.2 \ stat.2 swapon.2 symlink.2 sync.2 syscall.2 truncate.2 ucall.2 \ *************** *** 40,46 **** getuid.0 gldav.0 intro.0 ioctl.0 kill.0 killpg.0 link.0 listen.0 \ lock.0 lseek.0 mkdir.0 mknod.0 mount.0 nostk.0 open.0 phys.0 \ pipe.0 profil.0 ptrace.0 quota.0 read.0 readlink.0 reboot.0 \ ! recv.0 rename.0 rmdir.0 rtp.0 select.0 send.0 setgroups.0 setpgrp.0 \ setquota.0 setregid.0 setreuid.0 shutdown.0 sigblock.0 sigpause.0 \ sigreturn.0 sigsetmask.0 sigstack.0 sigvec.0 socket.0 socketpair.0 \ stat.0 swapon.0 symlink.0 sync.0 syscall.0 truncate.0 ucall.0 \ --- 40,46 ---- getuid.0 gldav.0 intro.0 ioctl.0 kill.0 killpg.0 link.0 listen.0 \ lock.0 lseek.0 mkdir.0 mknod.0 mount.0 nostk.0 open.0 phys.0 \ pipe.0 profil.0 ptrace.0 quota.0 read.0 readlink.0 reboot.0 \ ! recv.0 rename.0 rmdir.0 select.0 send.0 setgroups.0 setpgrp.0 \ setquota.0 setregid.0 setreuid.0 shutdown.0 sigblock.0 sigpause.0 \ sigreturn.0 sigsetmask.0 sigstack.0 sigvec.0 socket.0 socketpair.0 \ stat.0 swapon.0 symlink.0 sync.0 syscall.0 truncate.0 ucall.0 \