From owner-cvs-usrbin Sun Feb 11 01:13:00 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA22592 for cvs-usrbin-outgoing; Sun, 11 Feb 1996 01:13:00 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA22585 Sun, 11 Feb 1996 01:12:58 -0800 (PST) Date: Sun, 11 Feb 1996 01:12:58 -0800 (PST) From: Mark Murray Message-Id: <199602110912.BAA22585@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/login klogin.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk markm 96/02/11 01:12:57 Modified: usr.bin/login klogin.c Log: #include -> #include Revision Changes Path 1.4 +1 -1 src/usr.bin/login/klogin.c From owner-cvs-usrbin Sun Feb 11 01:14:17 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA22681 for cvs-usrbin-outgoing; Sun, 11 Feb 1996 01:14:17 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA22674 Sun, 11 Feb 1996 01:14:15 -0800 (PST) Date: Sun, 11 Feb 1996 01:14:15 -0800 (PST) From: Mark Murray Message-Id: <199602110914.BAA22674@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/rsh rsh.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk markm 96/02/11 01:14:15 Modified: usr.bin/rsh rsh.c Log: #include -> #include Revision Changes Path 1.7 +2 -2 src/usr.bin/rsh/rsh.c From owner-cvs-usrbin Sun Feb 11 01:15:29 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA22887 for cvs-usrbin-outgoing; Sun, 11 Feb 1996 01:15:29 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA22878 Sun, 11 Feb 1996 01:15:27 -0800 (PST) Date: Sun, 11 Feb 1996 01:15:27 -0800 (PST) From: Mark Murray Message-Id: <199602110915.BAA22878@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/su su.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk markm 96/02/11 01:15:27 Modified: usr.bin/su su.c Log: #include -> #include Revision Changes Path 1.11 +1 -1 src/usr.bin/su/su.c From owner-cvs-usrbin Sun Feb 11 01:18:24 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA23105 for cvs-usrbin-outgoing; Sun, 11 Feb 1996 01:18:24 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA23098 Sun, 11 Feb 1996 01:18:22 -0800 (PST) Date: Sun, 11 Feb 1996 01:18:22 -0800 (PST) From: Mark Murray Message-Id: <199602110918.BAA23098@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/rlogin kcmd.c krcmd.c rlogin.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk markm 96/02/11 01:18:21 Modified: usr.bin/rlogin kcmd.c krcmd.c rlogin.c Log: #include -> #include Revision Changes Path 1.3 +1 -1 src/usr.bin/rlogin/kcmd.c 1.4 +1 -1 src/usr.bin/rlogin/krcmd.c 1.10 +1 -1 src/usr.bin/rlogin/rlogin.c From owner-cvs-usrbin Sun Feb 11 10:34:28 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA18694 for cvs-usrbin-outgoing; Sun, 11 Feb 1996 10:34:28 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA18687 Sun, 11 Feb 1996 10:34:26 -0800 (PST) Date: Sun, 11 Feb 1996 10:34:26 -0800 (PST) From: Mike Pritchard Message-Id: <199602111834.KAA18687@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate locate.1 Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk mpp 96/02/11 10:34:25 Modified: usr.bin/locate/locate locate.1 Log: Added some info describing the script that updates the database, and the fact that it is usually run by /etc/weekly. Closes docs/127. Revision Changes Path 1.2 +14 -1 src/usr.bin/locate/locate/locate.1 From owner-cvs-usrbin Sun Feb 11 10:54:46 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA19395 for cvs-usrbin-outgoing; Sun, 11 Feb 1996 10:54:46 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA19388 Sun, 11 Feb 1996 10:54:42 -0800 (PST) Date: Sun, 11 Feb 1996 10:54:42 -0800 (PST) From: Mike Pritchard Message-Id: <199602111854.KAA19388@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate locate.updatedb.8 Makefile locate.1 Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk mpp 96/02/11 10:54:41 Modified: usr.bin/locate/locate Makefile locate.1 Added: usr.bin/locate/locate locate.updatedb.8 Log: Added a small man page for locate.updatedb(8). Revision Changes Path 1.4 +2 -0 src/usr.bin/locate/locate/Makefile 1.3 +2 -1 src/usr.bin/locate/locate/locate.1 From owner-cvs-usrbin Sun Feb 11 14:38:51 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03429 for cvs-usrbin-outgoing; Sun, 11 Feb 1996 14:38:51 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03252 Sun, 11 Feb 1996 14:38:08 -0800 (PST) Date: Sun, 11 Feb 1996 14:38:08 -0800 (PST) From: Mike Pritchard Message-Id: <199602112238.OAA03252@freefall.freebsd.org> To: cvs-bin, CVS-committers, cvs-gnu, cvs-lib, cvs-libexec, cvs-sbin, cvs-share, cvs-usrbin, cvs-usrsbin Subject: cvs commit: src/usr.sbin/IPXrouted IPXrouted.8 src/bin/hostname hostname.1 src/lib/libc/compat-43 gethostid.3 src/usr.bin/logname logname.1 src/libexec/makekey makekey.8 src/usr.bin/mkfifo mkfifo.1 src/usr.sbin/mtree mtree.8 src/usr.sbin/named named.8 src/usr.sbin/ncrcontrol ncrcontrol.8 src/usr.bin/pagesize pagesize.1 src/usr.sbin/pcvt/ispcvt ispcvt.8 src/sbin/rdisc rdisc.8 src/sbin/reboot reboot.8 src/share/man/man4 cd.4 esis.4 fpa.4 intro.4 src/share/man/man8/man8.i386 MAKEDEV.8 src/usr.bin/symorder symorder.1 src/share/termcap termcap.5 src/usr.bin/vacation vacation.1 src/usr.sbin/ypbind ypbind.8 src/usr.bin/ypcat ypcat.1 src/usr.bin/ypmatch ypmatch.1 src/usr.sbin/yppush yppush.8 src/usr.sbin/ypserv ypserv.8 src/libexec/ypxfr ypxfr.8 src/usr.sbin/kbdmap kbdmap.1 src/lib/libc/gen Makefile.inc err.3 exec.3 getbootfile.3 getdomainname.3 gethostname.3 getloadavg.3 getpwent.3 setjmp.3 tcgetpgrp.3 tcsetpgrp.3 src/lib/libc/locale euc.4 src/lib/libc/net ethers.3 src/lib/libc/stdlib abort.3 alloca.3 malloc.3 src/lib/libc/stdtime time2posix.3 src/lib/libc/sys execve.2 getgid.2 getpid.2 getrlimit.2 getsockopt.2 listen.2 mmap.2 munmap.2 rtprio.2 setsid.2 wait.2 src/lib/libcompat/4.1 ftime.3 vtimes.3 src/lib/libcompat/4.4 cuserid.3 src/lib/libipx ipx.3 src/usr.sbin/lpr/lpd lpd.8 src/usr.sbin/pcvt/loadfont loadfont.1 src/usr.sbin/pcvt/scon scon.1 src/usr.sbin/rtprio rtprio.1 src/usr.sbin/sendmail/src sendmail.8 src/share/man/man4/man4.i386 fdc.4 fe.4 lpt.4 src/usr.bin/showmount showmount.8 src/gnu/usr.sbin/yppasswdd yppasswdd.8 Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk mpp 96/02/11 14:38:07 Modified: usr.sbin/IPXrouted IPXrouted.8 bin/hostname hostname.1 usr.sbin/kbdmap kbdmap.1 lib/libc/compat-43 gethostid.3 lib/libc/gen Makefile.inc err.3 exec.3 getbootfile.3 getdomainname.3 gethostname.3 getloadavg.3 getpwent.3 setjmp.3 tcgetpgrp.3 tcsetpgrp.3 lib/libc/locale euc.4 lib/libc/net ethers.3 lib/libc/stdlib abort.3 alloca.3 malloc.3 lib/libc/stdtime time2posix.3 lib/libc/sys execve.2 getgid.2 getpid.2 getrlimit.2 getsockopt.2 listen.2 mmap.2 munmap.2 rtprio.2 setsid.2 wait.2 lib/libcompat/4.1 ftime.3 vtimes.3 lib/libcompat/4.4 cuserid.3 lib/libipx ipx.3 usr.bin/logname logname.1 usr.sbin/lpr/lpd lpd.8 libexec/makekey makekey.8 usr.bin/mkfifo mkfifo.1 usr.sbin/mtree mtree.8 usr.sbin/named named.8 usr.sbin/ncrcontrol ncrcontrol.8 usr.bin/pagesize pagesize.1 usr.sbin/pcvt/ispcvt ispcvt.8 usr.sbin/pcvt/loadfont loadfont.1 usr.sbin/pcvt/scon scon.1 sbin/rdisc rdisc.8 sbin/reboot reboot.8 usr.sbin/rtprio rtprio.1 usr.sbin/sendmail/src sendmail.8 share/man/man4 cd.4 esis.4 fpa.4 intro.4 share/man/man4/man4.i386 fdc.4 fe.4 lpt.4 share/man/man8/man8.i386 MAKEDEV.8 usr.bin/showmount showmount.8 usr.bin/symorder symorder.1 share/termcap termcap.5 usr.bin/vacation vacation.1 usr.sbin/ypbind ypbind.8 usr.bin/ypcat ypcat.1 usr.bin/ypmatch ypmatch.1 gnu/usr.sbin/yppasswdd yppasswdd.8 usr.sbin/yppush yppush.8 usr.sbin/ypserv ypserv.8 libexec/ypxfr ypxfr.8 Log: Correct a bunch of man page cross references and generally try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however. Revision Changes Path 1.2 +1 -1 src/usr.sbin/IPXrouted/IPXrouted.8 1.3 +2 -2 src/bin/hostname/hostname.1 1.3 +3 -3 src/usr.sbin/kbdmap/kbdmap.1 1.2 +2 -2 src/lib/libc/compat-43/gethostid.3 1.18 +2 -2 src/lib/libc/gen/Makefile.inc 1.3 +3 -2 src/lib/libc/gen/err.3 1.2 +2 -3 src/lib/libc/gen/exec.3 1.2 +3 -3 src/lib/libc/gen/getbootfile.3 1.2 +3 -3 src/lib/libc/gen/getdomainname.3 1.2 +2 -2 src/lib/libc/gen/gethostname.3 1.2 +2 -2 src/lib/libc/gen/getloadavg.3 1.4 +3 -3 src/lib/libc/gen/getpwent.3 1.2 +2 -1 src/lib/libc/gen/setjmp.3 1.2 +1 -1 src/lib/libc/gen/tcgetpgrp.3 1.2 +1 -1 src/lib/libc/gen/tcsetpgrp.3 1.2 +1 -1 src/lib/libc/locale/euc.4 1.2 +3 -3 src/lib/libc/net/ethers.3 1.2 +1 -1 src/lib/libc/stdlib/abort.3 1.2 +2 -2 src/lib/libc/stdlib/alloca.3 1.5 +2 -2 src/lib/libc/stdlib/malloc.3 1.2 +1 -1 src/lib/libc/stdtime/time2posix.3 1.3 +2 -1 src/lib/libc/sys/execve.2 1.2 +1 -1 src/lib/libc/sys/getgid.2 1.2 +1 -1 src/lib/libc/sys/getpid.2 1.3 +2 -1 src/lib/libc/sys/getrlimit.2 1.4 +3 -3 src/lib/libc/sys/getsockopt.2 1.5 +3 -3 src/lib/libc/sys/listen.2 1.3 +2 -2 src/lib/libc/sys/mmap.2 1.3 +2 -2 src/lib/libc/sys/munmap.2 1.4 +3 -3 src/lib/libc/sys/rtprio.2 1.2 +1 -1 src/lib/libc/sys/setsid.2 1.2 +5 -4 src/lib/libc/sys/wait.2 1.2 +1 -1 src/lib/libcompat/4.1/ftime.3 1.3 +2 -2 src/lib/libcompat/4.1/vtimes.3 1.2 +2 -2 src/lib/libcompat/4.4/cuserid.3 1.2 +2 -2 src/lib/libipx/ipx.3 1.2 +1 -1 src/usr.bin/logname/logname.1 1.4 +3 -3 src/usr.sbin/lpr/lpd/lpd.8 1.3 +0 -1 src/libexec/makekey/makekey.8 1.2 +2 -1 src/usr.bin/mkfifo/mkfifo.1 1.7 +3 -3 src/usr.sbin/mtree/mtree.8 1.5 +1 -1 src/usr.sbin/named/named.8 1.4 +3 -2 src/usr.sbin/ncrcontrol/ncrcontrol.8 1.2 +2 -2 src/usr.bin/pagesize/pagesize.1 1.3 +1 -1 src/usr.sbin/pcvt/ispcvt/ispcvt.8 1.4 +2 -1 src/usr.sbin/pcvt/loadfont/loadfont.1 1.2 +1 -1 src/usr.sbin/pcvt/scon/scon.1 1.3 +3 -3 src/sbin/rdisc/rdisc.8 1.3 +2 -2 src/sbin/reboot/reboot.8 1.5 +3 -2 src/usr.sbin/rtprio/rtprio.1 1.5 +2 -2 src/usr.sbin/sendmail/src/sendmail.8 1.5 +2 -2 src/share/man/man4/cd.4 1.2 +1 -1 src/share/man/man4/esis.4 1.2 +1 -2 src/share/man/man4/fpa.4 1.2 +2 -2 src/share/man/man4/intro.4 1.3 +1 -1 src/share/man/man4/man4.i386/fdc.4 1.2 +4 -4 src/share/man/man4/man4.i386/fe.4 1.4 +3 -3 src/share/man/man4/man4.i386/lpt.4 1.3 +1 -1 src/share/man/man8/man8.i386/MAKEDEV.8 1.3 +1 -1 src/usr.bin/showmount/showmount.8 1.6 +3 -3 src/usr.bin/symorder/symorder.1 1.2 +1 -1 src/share/termcap/termcap.5 1.3 +3 -2 src/usr.bin/vacation/vacation.1 1.4 +4 -4 src/usr.sbin/ypbind/ypbind.8 1.3 +2 -2 src/usr.bin/ypcat/ypcat.1 1.3 +2 -2 src/usr.bin/ypmatch/ypmatch.1 1.4 +4 -4 src/gnu/usr.sbin/yppasswdd/yppasswdd.8 1.3 +3 -3 src/usr.sbin/yppush/yppush.8 1.3 +5 -5 src/usr.sbin/ypserv/ypserv.8 1.2 +3 -3 src/libexec/ypxfr/ypxfr.8 From owner-cvs-usrbin Sun Feb 11 16:02:51 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12043 for cvs-usrbin-outgoing; Sun, 11 Feb 1996 16:02:51 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12012 Sun, 11 Feb 1996 16:02:43 -0800 (PST) Date: Sun, 11 Feb 1996 16:02:43 -0800 (PST) From: Mike Pritchard Message-Id: <199602120002.QAA12012@freefall.freebsd.org> To: CVS-committers, cvs-lib, cvs-usrbin Subject: cvs commit: src/usr.bin/rpcgen rpcgen.1 src/lib/libc/rpc bindresvport.3 getrpcent.3 rpc.3 rpc.5 rstat.1 rstat_svc.8 src/lib/libc/xdr xdr.3 Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk mpp 96/02/11 16:02:43 Modified: lib/libc/rpc bindresvport.3 getrpcent.3 rpc.3 rpc.5 rstat.1 rstat_svc.8 lib/libc/xdr xdr.3 usr.bin/rpcgen rpcgen.1 Log: Minor cleanup of the rpc man pages to silence manck. Revision Changes Path 1.2 +1 -1 src/lib/libc/rpc/bindresvport.3 1.3 +1 -1 src/lib/libc/rpc/getrpcent.3 1.5 +2 -2 src/lib/libc/rpc/rpc.3 1.2 +1 -1 src/lib/libc/rpc/rpc.5 1.3 +4 -4 src/lib/libc/rpc/rstat.1 1.2 +1 -1 src/lib/libc/rpc/rstat_svc.8 1.2 +2 -2 src/lib/libc/xdr/xdr.3 1.4 +3 -3 src/usr.bin/rpcgen/rpcgen.1 From owner-cvs-usrbin Sun Feb 11 17:20:54 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22949 for cvs-usrbin-outgoing; Sun, 11 Feb 1996 17:20:54 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22848 Sun, 11 Feb 1996 17:20:40 -0800 (PST) Date: Sun, 11 Feb 1996 17:20:40 -0800 (PST) From: Mike Pritchard Message-Id: <199602120120.RAA22848@freefall.freebsd.org> To: CVS-committers, cvs-lib, cvs-sbin, cvs-share, cvs-usrbin Subject: cvs commit: src/sbin/dumpon dumpon.8 src/usr.bin/f2c f2c.1 src/usr.bin/file file.1 src/lib/msun/man acosh.3 asinh.3 atanh.3 exp.3 j0.3 lgamma.3 math.3 sqrt.3 src/share/man/man8/man8.i386 MAKEDEV.8 src/share/man/man4 fpa.4 src/share/man/man4/man4.i386 si.4 Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk mpp 96/02/11 17:20:39 Modified: sbin/dumpon dumpon.8 usr.bin/f2c f2c.1 usr.bin/file file.1 lib/msun/man acosh.3 asinh.3 atanh.3 exp.3 j0.3 lgamma.3 math.3 sqrt.3 share/man/man4 fpa.4 share/man/man4/man4.i386 si.4 share/man/man8/man8.i386 MAKEDEV.8 Log: Fixed some minor formatting problems to silence manck some more. Corrected some bogus cross references to man pages that we don't/won't have and either deleted them, or found a more appropriate man page that we do have. Various other minor changes to silence manck. Manck is currently down to about 200 lines of errors, down from the 500 - 600+ when I started all this. Revision Changes Path 1.2 +2 -2 src/sbin/dumpon/dumpon.8 1.4 +3 -9 src/usr.bin/f2c/f2c.1 1.6 +2 -3 src/usr.bin/file/file.1 1.3 +1 -2 src/lib/msun/man/acosh.3 1.3 +1 -2 src/lib/msun/man/asinh.3 1.3 +1 -2 src/lib/msun/man/atanh.3 1.3 +2 -3 src/lib/msun/man/exp.3 1.4 +2 -3 src/lib/msun/man/j0.3 1.3 +2 -3 src/lib/msun/man/lgamma.3 1.3 +2 -3 src/lib/msun/man/math.3 1.3 +2 -3 src/lib/msun/man/sqrt.3 1.3 +2 -2 src/share/man/man4/fpa.4 1.4 +2 -2 src/share/man/man4/man4.i386/si.4 1.4 +2 -3 src/share/man/man8/man8.i386/MAKEDEV.8 From owner-cvs-usrbin Sun Feb 11 18:32:44 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA00214 for cvs-usrbin-outgoing; Sun, 11 Feb 1996 18:32:44 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA00198 Sun, 11 Feb 1996 18:32:42 -0800 (PST) Date: Sun, 11 Feb 1996 18:32:42 -0800 (PST) From: Mike Pritchard Message-Id: <199602120232.SAA00198@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/passwd passwd.1 Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk mpp 96/02/11 18:32:42 Modified: usr.bin/passwd passwd.1 Log: Add a little info to this man page at the start so it doesn't appear that ALL the passwd command does is change a users Kerberos password, since that is incorrect. Actually, this man page needs a good overhaul to better reflect systems that don't have Kerberos installed. Revision Changes Path 1.3 +1 -1 src/usr.bin/passwd/passwd.1 From owner-cvs-usrbin Sun Feb 11 20:57:36 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA23449 for cvs-usrbin-outgoing; Sun, 11 Feb 1996 20:57:36 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA23296 Sun, 11 Feb 1996 20:57:04 -0800 (PST) Date: Sun, 11 Feb 1996 20:57:04 -0800 (PST) From: Mike Pritchard Message-Id: <199602120457.UAA23296@freefall.freebsd.org> To: CVS-committers, cvs-gnu, cvs-lib, cvs-sbin, cvs-share, cvs-user, cvs-usrbin, cvs-usrsbin Subject: cvs commit: src/usr.bin/checknr checknr.1 src/gnu/usr.bin/cvs/mkmodules mkmodules.1 src/usr.bin/dnsquery dnsquery.1 src/usr.bin/gprof gprof.1 src/gnu/usr.bin/groff/tmac Makefile src/usr.bin/lex lexdoc.1 src/lib/libc/gen Makefile.inc fnmatch.3 src/lib/libc/rpc rstat_svc.8 src/lib/libtermcap Makefile src/usr.bin/ncftp ncftp.1 src/gnu/usr.bin/rcs/ci ci.1 src/sbin/route route.8 src/usr.sbin/routed routed.8 src/share/man/man7 mdoc.samples.7 src/share/man/man9 devfs_add_devsw.9 devfs_link.9 src/usr.bin/uuencode uuencode.1 uuencode.format.5 src/gnu/usr.bin/as as.1 src/gnu/usr.bin/awk awk.1 src/gnu/usr.bin/groff/addftinfo addftinfo.man src/gnu/usr.bin/groff/groff groff.man src/gnu/usr.bin/groff/grops grops.man src/gnu/usr.bin/groff/grotty grotty.man src/gnu/usr.bin/gzip gzip.1 src/lib/libc/string Makefile.inc src/secure/lib/libcipher Makefile src/lib/libipx ipx.3 src/lib/libncurses curs_inopts.3 src/usr.sbin/pkg_install/add pkg_add.1 src/usr.sbin/pkg_install/create pkg_create.1 src/usr.sbin/pkg_install/delete pkg_delete.1 src/usr.sbin/pkg_install/info pkg_info.1 src/gnu/usr.bin/texinfo/info info.1 Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk mpp 96/02/11 20:57:04 Modified: gnu/usr.bin/as as.1 gnu/usr.bin/awk awk.1 usr.bin/checknr checknr.1 gnu/usr.bin/cvs/mkmodules mkmodules.1 usr.bin/dnsquery dnsquery.1 usr.bin/gprof gprof.1 gnu/usr.bin/groff/addftinfo addftinfo.man gnu/usr.bin/groff/groff groff.man gnu/usr.bin/groff/grops grops.man gnu/usr.bin/groff/grotty grotty.man gnu/usr.bin/groff/tmac Makefile gnu/usr.bin/gzip gzip.1 usr.bin/lex lexdoc.1 lib/libc/gen Makefile.inc fnmatch.3 lib/libc/rpc rstat_svc.8 lib/libc/string Makefile.inc secure/lib/libcipher Makefile lib/libipx ipx.3 lib/libncurses curs_inopts.3 lib/libtermcap Makefile usr.bin/ncftp ncftp.1 usr.sbin/pkg_install/add pkg_add.1 usr.sbin/pkg_install/create pkg_create.1 usr.sbin/pkg_install/delete pkg_delete.1 usr.sbin/pkg_install/info pkg_info.1 gnu/usr.bin/rcs/ci ci.1 sbin/route route.8 usr.sbin/routed routed.8 share/man/man7 mdoc.samples.7 share/man/man9 devfs_add_devsw.9 devfs_link.9 gnu/usr.bin/texinfo/info info.1 usr.bin/uuencode uuencode.1 uuencode.format.5 Log: Another round of man page cleanups. Down to only about 100 items left to cleanup! :-) Revision Changes Path 1.4 +1 -1 src/gnu/usr.bin/as/as.1 1.3 +52 -52 src/gnu/usr.bin/awk/awk.1 1.2 +1 -1 src/usr.bin/checknr/checknr.1 1.2 +3 -3 src/gnu/usr.bin/cvs/mkmodules/mkmodules.1 1.2 +1 -2 src/usr.bin/dnsquery/dnsquery.1 1.4 +3 -3 src/usr.bin/gprof/gprof.1 1.2 +0 -1 src/gnu/usr.bin/groff/addftinfo/addftinfo.man 1.3 +2 -2 src/gnu/usr.bin/groff/groff/groff.man 1.3 +1 -1 src/gnu/usr.bin/groff/grops/grops.man 1.4 +1 -2 src/gnu/usr.bin/groff/grotty/grotty.man 1.8 +2 -2 src/gnu/usr.bin/groff/tmac/Makefile 1.5 +1 -1 src/gnu/usr.bin/gzip/gzip.1 1.3 +2 -2 src/usr.bin/lex/lexdoc.1 1.19 +1 -1 src/lib/libc/gen/Makefile.inc 1.2 +1 -2 src/lib/libc/gen/fnmatch.3 1.3 +2 -2 src/lib/libc/rpc/rstat_svc.8 1.6 +1 -1 src/lib/libc/string/Makefile.inc 1.4 +3 -3 src/secure/lib/libcipher/Makefile 1.3 +1 -3 src/lib/libipx/ipx.3 1.4 +3 -3 src/lib/libncurses/curs_inopts.3 1.15 +1 -1 src/lib/libtermcap/Makefile 1.7 +3 -3 src/usr.bin/ncftp/ncftp.1 1.13 +9 -9 src/usr.sbin/pkg_install/add/pkg_add.1 1.15 +6 -6 src/usr.sbin/pkg_install/create/pkg_create.1 1.6 +8 -8 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.11 +5 -5 src/usr.sbin/pkg_install/info/pkg_info.1 1.3 +1 -2 src/gnu/usr.bin/rcs/ci/ci.1 1.2 +3 -2 src/sbin/route/route.8 1.4 +3 -2 src/usr.sbin/routed/routed.8 1.3 +1 -1 src/share/man/man7/mdoc.samples.7 1.3 +2 -2 src/share/man/man9/devfs_add_devsw.9 1.2 +2 -2 src/share/man/man9/devfs_link.9 1.2 +2 -1 src/gnu/usr.bin/texinfo/info/info.1 1.2 +1 -2 src/usr.bin/uuencode/uuencode.1 1.2 +0 -1 src/usr.bin/uuencode/uuencode.format.5 From owner-cvs-usrbin Tue Feb 13 01:24:55 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24782 for cvs-usrbin-outgoing; Tue, 13 Feb 1996 01:24:55 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24754 Tue, 13 Feb 1996 01:24:51 -0800 (PST) Date: Tue, 13 Feb 1996 01:24:51 -0800 (PST) From: Joerg Wunsch Message-Id: <199602130924.BAA24754@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk joerg 96/02/13 01:24:47 Modified: usr.bin Makefile Log: Include both, the regular and the `secure' telnet, when building a release. Revision Changes Path 1.66 +5 -1 src/usr.bin/Makefile From owner-cvs-usrbin Tue Feb 13 09:30:48 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA25218 for cvs-usrbin-outgoing; Tue, 13 Feb 1996 09:30:48 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA25169 Tue, 13 Feb 1996 09:30:39 -0800 (PST) Date: Tue, 13 Feb 1996 09:30:39 -0800 (PST) From: Garrett Wollman Message-Id: <199602131730.JAA25169@freefall.freebsd.org> To: CVS-committers, cvs-lib, cvs-sbin, cvs-usrbin, cvs-usrsbin Subject: cvs commit: src/usr.sbin/XNSrouted Makefile XNSrouted.8 af.c af.h defs.h if.c input.c interface.h main.c output.c protocol.h startup.c table.h tables.c timer.c trace.c trace.h src/sbin/ifconfig ifconfig.8 ifconfig.c src/usr.bin/netstat Makefile if.c main.c src/usr.sbin/trsp Makefile trsp.8 trsp.c src/usr.sbin/XNSrouted/tools query.c src/lib/libc/net Makefile.inc src/sbin/route route.c src/usr.sbin Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk wollman 96/02/13 09:30:38 Modified: sbin/ifconfig ifconfig.8 ifconfig.c lib/libc/net Makefile.inc usr.bin/netstat Makefile if.c main.c sbin/route route.c usr.sbin Makefile Removed: usr.sbin/XNSrouted Makefile XNSrouted.8 af.c af.h defs.h if.c input.c interface.h main.c output.c protocol.h startup.c table.h tables.c timer.c trace.c trace.h usr.sbin/XNSrouted/tools query.c usr.sbin/trsp Makefile trsp.8 trsp.c Log: XNS sort-of-support is no more. Revision Changes Path 1.7 +32 -29 src/sbin/ifconfig/ifconfig.8 1.15 +14 -0 src/sbin/ifconfig/ifconfig.c 1.13 +4 -3 src/lib/libc/net/Makefile.inc 1.5 +2 -2 src/usr.bin/netstat/Makefile 1.10 +6 -0 src/usr.bin/netstat/if.c 1.13 +12 -2 src/usr.bin/netstat/main.c 1.6 +27 -1 src/sbin/route/route.c 1.84 +1 -12 src/usr.sbin/Makefile From owner-cvs-usrbin Wed Feb 14 14:26:11 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA18840 for cvs-usrbin-outgoing; Wed, 14 Feb 1996 14:26:11 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA18823 Wed, 14 Feb 1996 14:26:08 -0800 (PST) Date: Wed, 14 Feb 1996 14:26:08 -0800 (PST) From: Mike Pritchard Message-Id: <199602142226.OAA18823@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/chpass chpass.1 Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk mpp 96/02/14 14:26:06 Modified: usr.bin/chpass chpass.1 Log: Fix typo in xref in NOTES section. Revision Changes Path 1.6 +1 -1 src/usr.bin/chpass/chpass.1 From owner-cvs-usrbin Fri Feb 16 07:42:20 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA10956 for cvs-usrbin-outgoing; Fri, 16 Feb 1996 07:42:20 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA10947 Fri, 16 Feb 1996 07:42:17 -0800 (PST) Date: Fri, 16 Feb 1996 07:42:17 -0800 (PST) From: Garrett Wollman Message-Id: <199602161542.HAA10947@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat route.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk wollman 96/02/16 07:42:17 Modified: usr.bin/netstat route.c Log: For some reason, the changes to make route.c compile didn't make it over. Fixed. Pointed-out-by: joerg Revision Changes Path 1.12 +9 -1 src/usr.bin/netstat/route.c From owner-cvs-usrbin Sat Feb 17 17:42:52 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA10033 for cvs-usrbin-outgoing; Sat, 17 Feb 1996 17:42:52 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA10017 Sat, 17 Feb 1996 17:42:45 -0800 (PST) Date: Sat, 17 Feb 1996 17:42:45 -0800 (PST) From: Wolfram Schneider Message-Id: <199602180142.RAA10017@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/calendar Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk wosch 96/02/17 17:42:45 Modified: usr.bin/calendar Makefile Log: more verbose output during install foreign calendar files Revision Changes Path 1.8 +1 -0 src/usr.bin/calendar/Makefile