From owner-cvs-sbin Sun Apr 7 21:18:46 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA28897 for cvs-sbin-outgoing; Sun, 7 Apr 1996 21:18:46 -0700 (PDT) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA28854 Sun, 7 Apr 1996 21:18:33 -0700 (PDT) Date: Sun, 7 Apr 1996 21:18:33 -0700 (PDT) From: Mike Pritchard Message-Id: <199604080418.VAA28854@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-share, cvs-usrbin, cvs-sbin, cvs-gnu, cvs-libexec, cvs-usrsbin Subject: cvs commit: src/usr.bin/ar ar.5 src/sbin/init init.8 src/usr.bin/key key.1 src/lib/libc/gen glob.3 nlist.3 src/usr.sbin/lpr/lpr lpr.1 src/usr.sbin/lptcontrol lptcontrol.8 src/gnu/usr.bin/man/makewhatis makewhatis.1 src/libexec/rbootd rbootd.8 src/usr.sbin/rpc.yppasswdd rpc.yppasswdd.8 src/share/man/man3 sysexits.3 src/share/man/man7 clocks.7 environ.7 hier.7 src/usr.bin/tip/tip modems.5 src/usr.bin/ul ul.1 src/usr.sbin/amd/amq amq.8 src/gnu/usr.bin/ld/ldconfig ldconfig.8 src/lib/libc/net linkaddr.3 src/usr.sbin/lpr/lpc lpc.8 src/usr.sbin/pkg_install/add pkg_add.1 src/usr.sbin/pkg_install/create pkg_create.1 src/share/man/man4 icmp.4 ip.4 netintro.4 pty.4 su.4 tcp.4 termios.4 udp.4 uk.4 worm.4 yp.4 src/share/man/man5 fs.5 fstab.5 link.5 networks.5 printcap.5 remote.5 utmp.5 src/share/man/man8 rc.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/04/07 21:18:33 Modified: usr.sbin/amd/amq amq.8 usr.bin/ar ar.5 sbin/init init.8 usr.bin/key key.1 gnu/usr.bin/ld/ldconfig ldconfig.8 lib/libc/gen glob.3 nlist.3 lib/libc/net linkaddr.3 usr.sbin/lpr/lpc lpc.8 usr.sbin/lpr/lpr lpr.1 usr.sbin/lptcontrol lptcontrol.8 gnu/usr.bin/man/makewhatis makewhatis.1 usr.sbin/pkg_install/add pkg_add.1 usr.sbin/pkg_install/create pkg_create.1 libexec/rbootd rbootd.8 usr.sbin/rpc.yppasswdd rpc.yppasswdd.8 share/man/man3 sysexits.3 share/man/man4 icmp.4 ip.4 netintro.4 pty.4 su.4 tcp.4 termios.4 udp.4 uk.4 worm.4 yp.4 share/man/man5 fs.5 fstab.5 link.5 networks.5 printcap.5 remote.5 utmp.5 share/man/man7 clocks.7 environ.7 hier.7 share/man/man8 rc.8 usr.bin/tip/tip modems.5 usr.bin/ul ul.1 Log: Correct some man page xrefs, and some other minor changes to bring some man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk. Revision Changes Path 1.3 +3 -3 src/usr.sbin/amd/amq/amq.8 1.2 +2 -2 src/usr.bin/ar/ar.5 1.3 +17 -17 src/sbin/init/init.8 1.2 +1 -1 src/usr.bin/key/key.1 1.8 +12 -12 src/gnu/usr.bin/ld/ldconfig/ldconfig.8 1.3 +2 -2 src/lib/libc/gen/glob.3 1.2 +2 -2 src/lib/libc/gen/nlist.3 1.3 +1 -1 src/lib/libc/net/linkaddr.3 1.2 +3 -3 src/usr.sbin/lpr/lpc/lpc.8 1.4 +1 -2 src/usr.sbin/lpr/lpr/lpr.1 1.3 +2 -2 src/usr.sbin/lptcontrol/lptcontrol.8 1.3 +2 -3 src/gnu/usr.bin/man/makewhatis/makewhatis.1 1.15 +1 -1 src/usr.sbin/pkg_install/add/pkg_add.1 1.16 +2 -2 src/usr.sbin/pkg_install/create/pkg_create.1 1.2 +1 -2 src/libexec/rbootd/rbootd.8 1.3 +2 -2 src/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 1.2 +2 -2 src/share/man/man3/sysexits.3 1.2 +2 -2 src/share/man/man4/icmp.4 1.3 +5 -4 src/share/man/man4/ip.4 1.3 +5 -5 src/share/man/man4/netintro.4 1.2 +8 -8 src/share/man/man4/pty.4 1.3 +1 -1 src/share/man/man4/su.4 1.5 +4 -4 src/share/man/man4/tcp.4 1.3 +35 -15 src/share/man/man4/termios.4 1.2 +2 -2 src/share/man/man4/udp.4 1.4 +1 -1 src/share/man/man4/uk.4 1.4 +2 -2 src/share/man/man4/worm.4 1.6 +19 -15 src/share/man/man4/yp.4 1.3 +1 -1 src/share/man/man5/fs.5 1.3 +2 -2 src/share/man/man5/fstab.5 1.5 +31 -16 src/share/man/man5/link.5 1.2 +1 -1 src/share/man/man5/networks.5 1.3 +5 -5 src/share/man/man5/printcap.5 1.2 +9 -9 src/share/man/man5/remote.5 1.2 +2 -2 src/share/man/man5/utmp.5 1.3 +12 -7 src/share/man/man7/clocks.7 1.6 +10 -6 src/share/man/man7/environ.7 1.4 +1 -1 src/share/man/man7/hier.7 1.2 +1 -1 src/share/man/man8/rc.8 1.2 +4 -4 src/usr.bin/tip/tip/modems.5 1.2 +4 -3 src/usr.bin/ul/ul.1 From owner-cvs-sbin Sun Apr 7 22:15:27 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02355 for cvs-sbin-outgoing; Sun, 7 Apr 1996 22:15:27 -0700 (PDT) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02335 Sun, 7 Apr 1996 22:15:11 -0700 (PDT) Date: Sun, 7 Apr 1996 22:15:11 -0700 (PDT) From: Mike Pritchard Message-Id: <199604080515.WAA02335@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-share, cvs-sbin Subject: cvs commit: src/sbin/route route.8 src/share/man/man7 hier.7 src/lib/libc/net Makefile.inc linkaddr.3 src/lib/libipx ipx.3 src/share/man/man4 Makefile lo.4 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/04/07 22:15:10 Modified: lib/libc/net Makefile.inc linkaddr.3 lib/libipx ipx.3 sbin/route route.8 share/man/man4 Makefile lo.4 share/man/man7 hier.7 Log: Do not install the now unsupported netns and netiso related man pages. Comment out cross references to those man pages from other man pages. Revision Changes Path 1.14 +5 -2 src/lib/libc/net/Makefile.inc 1.4 +2 -2 src/lib/libc/net/linkaddr.3 1.4 +1 -1 src/lib/libipx/ipx.3 1.3 +1 -1 src/sbin/route/route.8 1.19 +9 -6 src/share/man/man4/Makefile 1.2 +2 -2 src/share/man/man4/lo.4 1.5 +12 -12 src/share/man/man7/hier.7 From owner-cvs-sbin Sun Apr 7 22:21:33 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02886 for cvs-sbin-outgoing; Sun, 7 Apr 1996 22:21:33 -0700 (PDT) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02841 Sun, 7 Apr 1996 22:21:17 -0700 (PDT) From: Mike Pritchard Message-Id: <199604080521.WAA02841@freefall.freebsd.org> Subject: Re: cvs commit: src/sbin/route route.8 src/share/man/man7 hier.7 src/lib/libc/net Makefile.inc linkaddr.3 src/lib/libipx ipx.3 src/ To: mpp@freefall.freebsd.org (Mike Pritchard) Date: Sun, 7 Apr 1996 22:21:17 -0700 (PDT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, cvs-share@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-Reply-To: <199604080515.WAA02335@freefall.freebsd.org> from "Mike Pritchard" at Apr 7, 96 10:15:11 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike Pritchard wrote: > > mpp 96/04/07 22:15:10 > > Modified: lib/libc/net Makefile.inc linkaddr.3 > lib/libipx ipx.3 > sbin/route route.8 > share/man/man4 Makefile lo.4 > share/man/man7 hier.7 > Log: > Do not install the now unsupported netns and netiso > related man pages. Comment out cross references to those man > pages from other man pages. I forgot to mention which man pages those are no longer installed. From section 4: clnp.4 cltp.4 esis.4 idp.4 iso.4 ns.4 nsip.4 spp.4 tp.4 >From libc/section 3: ns.3 w/links to ns_addr.3 and ns_ntoa.3 -- Mike Pritchard mpp@freebsd.org "Go that way. Really fast. If something gets in your way, turn" From owner-cvs-sbin Tue Apr 9 04:31:45 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA04874 for cvs-sbin-outgoing; Tue, 9 Apr 1996 04:31:45 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA04858 Tue, 9 Apr 1996 04:31:37 -0700 (PDT) Date: Tue, 9 Apr 1996 04:31:37 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199604091131.EAA04858@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/adjkerntz adjkerntz.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/04/09 04:31:36 Modified: sbin/adjkerntz adjkerntz.8 Log: English corrections from jdp. Add main purpose description (MSDOS timestamps) Revision Changes Path 1.10 +23 -18 src/sbin/adjkerntz/adjkerntz.8 From owner-cvs-sbin Thu Apr 11 00:49:48 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19996 for cvs-sbin-outgoing; Thu, 11 Apr 1996 00:49:48 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19952 Thu, 11 Apr 1996 00:49:36 -0700 (PDT) Date: Thu, 11 Apr 1996 00:49:36 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199604110749.AAA19952@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/clri clri.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/04/11 00:49:35 Modified: sbin/clri clri.8 Log: removed xref to icheck(8), ncheck(8) as they don't exist Revision Changes Path 1.2 +1 -3 src/sbin/clri/clri.8 From owner-cvs-sbin Thu Apr 11 00:52:36 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA20607 for cvs-sbin-outgoing; Thu, 11 Apr 1996 00:52:36 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA20573 Thu, 11 Apr 1996 00:52:23 -0700 (PDT) Date: Thu, 11 Apr 1996 00:52:23 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199604110752.AAA20573@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/clri clri.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/04/11 00:52:23 Branch: sbin/clri RELENG_2_1_0 Modified: sbin/clri clri.8 Log: removed xrefs to icheck(8), ncheck(8) that don't exist Revision Changes Path 1.1.1.1.6.1 +1 -3 src/sbin/clri/clri.8 From owner-cvs-sbin Thu Apr 11 09:38:50 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA23707 for cvs-sbin-outgoing; Thu, 11 Apr 1996 09:38:50 -0700 (PDT) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA23674 Thu, 11 Apr 1996 09:38:31 -0700 (PDT) From: Mike Pritchard Message-Id: <199604111638.JAA23674@freefall.freebsd.org> Subject: Re: cvs commit: src/sbin/clri clri.8 To: scrappy@freefall.freebsd.org (Marc G. Fournier) Date: Thu, 11 Apr 1996 09:38:31 -0700 (PDT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-Reply-To: <199604110749.AAA19952@freefall.freebsd.org> from "Marc G. Fournier" at Apr 11, 96 00:49:36 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Marc G. Fournier wrote: > > scrappy 96/04/11 00:49:35 > > Modified: sbin/clri clri.8 > Log: > removed xref to icheck(8), ncheck(8) as they don't exist > > Revision Changes Path > 1.2 +1 -3 src/sbin/clri/clri.8 I've been leaving those xrefs in on the off chance that someone re-implements those utilties. In this case it isn't that big of a deal, since I'm not sure that anyone is ever going to bother re-implementing those two programs. There are a quite a few other missing xrefs in the system that I've purposely left in because the man page in question really should exist, but doesn't at the moment. That is something to keep in mind in the future when removing xrefs. -- Mike Pritchard mpp@freebsd.org "Go that way. Really fast. If something gets in your way, turn" From owner-cvs-sbin Fri Apr 12 23:08:34 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA22498 for cvs-sbin-outgoing; Fri, 12 Apr 1996 23:08:34 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA22482 Fri, 12 Apr 1996 23:08:26 -0700 (PDT) Date: Fri, 12 Apr 1996 23:08:26 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199604130608.XAA22482@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/nfsd nfsd.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/04/12 23:08:26 Modified: sbin/nfsd nfsd.c Log: default to udp if no flags specified...closes PR#bin/759 - should this be documented in the man page? Revision Changes Path 1.8 +1 -0 src/sbin/nfsd/nfsd.c From owner-cvs-sbin Fri Apr 12 23:15:01 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA23054 for cvs-sbin-outgoing; Fri, 12 Apr 1996 23:15:01 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA23033 Fri, 12 Apr 1996 23:14:54 -0700 (PDT) Date: Fri, 12 Apr 1996 23:14:54 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199604130614.XAA23033@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/nfsd nfsd.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/04/12 23:14:54 Branch: sbin/nfsd RELENG_2_1_0 Modified: sbin/nfsd nfsd.c Log: nfsd now defaults to UDP if no flags given on command line Revision Changes Path 1.3.6.2 +1 -0 src/sbin/nfsd/nfsd.c From owner-cvs-sbin Fri Apr 12 23:17:08 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA23199 for cvs-sbin-outgoing; Fri, 12 Apr 1996 23:17:08 -0700 (PDT) Received: from grumble.grondar.za (root@grumble.grondar.za [196.7.18.130]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id XAA23193 Fri, 12 Apr 1996 23:17:00 -0700 (PDT) Received: from grumble.grondar.za (mark@localhost [127.0.0.1]) by grumble.grondar.za (8.7.5/8.7.3) with ESMTP id IAA11924; Sat, 13 Apr 1996 08:16:55 +0200 (SAT) Message-Id: <199604130616.IAA11924@grumble.grondar.za> To: "Marc G. Fournier" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/nfsd nfsd.c Date: Sat, 13 Apr 1996 08:16:54 +0200 From: Mark Murray Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Marc G. Fournier" wrote: > scrappy 96/04/12 23:08:26 > > Modified: sbin/nfsd nfsd.c > Log: > default to udp if no flags specified...closes PR#bin/759 > - should this be documented in the man page? Of course, partticularly if ths has changed something... :-) M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grondar.za for PGP key From owner-cvs-sbin Fri Apr 12 23:28:12 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA23699 for cvs-sbin-outgoing; Fri, 12 Apr 1996 23:28:12 -0700 (PDT) Received: from ki.net (root@ki.net [205.150.102.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id XAA23626 Fri, 12 Apr 1996 23:27:52 -0700 (PDT) Received: from freebsd.ki.net (root@freebsd.ki.net [205.150.102.51]) by ki.net (8.7.4/8.7.4) with ESMTP id CAA06633; Sat, 13 Apr 1996 02:27:49 -0400 (EDT) Received: from localhost (scrappy@localhost) by freebsd.ki.net (8.7.5/8.7.5) with SMTP id CAA00909; Sat, 13 Apr 1996 02:28:06 -0400 (EDT) X-Authentication-Warning: freebsd.ki.net: scrappy owned process doing -bs Date: Sat, 13 Apr 1996 02:28:05 -0400 (EDT) From: "Marc G. Fournier" To: Mark Murray cc: "Marc G. Fournier" , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/nfsd nfsd.c In-Reply-To: <199604130616.IAA11924@grumble.grondar.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 13 Apr 1996, Mark Murray wrote: > "Marc G. Fournier" wrote: > > scrappy 96/04/12 23:08:26 > > > > Modified: sbin/nfsd nfsd.c > > Log: > > default to udp if no flags specified...closes PR#bin/759 > > > > - should this be documented in the man page? > > Of course, partticularly if ths has changed something... > :-) > Ack, not *really* the answer I was hoping for :) I hate man pages...*sigh* Will get a modified man page up by the end of the weekend though... Marc G. Fournier | POP Mail Telnet Acct DNS Hosting System | WWW Services Database Services | Knowledge, Administrator | | Information and scrappy@ki.net | WWW: http://www.ki.net | Communications, Inc From owner-cvs-sbin Sat Apr 13 02:21:22 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA10604 for cvs-sbin-outgoing; Sat, 13 Apr 1996 02:21:22 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA10565 Sat, 13 Apr 1996 02:21:01 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id LAA21063; Sat, 13 Apr 1996 11:20:57 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id LAA12955; Sat, 13 Apr 1996 11:20:56 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id KAA17845; Sat, 13 Apr 1996 10:54:41 +0200 (MET DST) From: J Wunsch Message-Id: <199604130854.KAA17845@uriah.heep.sax.de> Subject: Re: cvs commit: src/sbin/nfsd nfsd.c To: mark@grondar.za (Mark Murray) Date: Sat, 13 Apr 1996 10:54:41 +0200 (MET DST) Cc: scrappy@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199604130616.IAA11924@grumble.grondar.za> from "Mark Murray" at Apr 13, 96 08:16:54 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Mark Murray wrote: > > - should this be documented in the man page? > > Of course, partticularly if ths has changed something... > :-) I haven't looked into Marc's diff, anyway: Unless otherwise specified, four servers for UDP transport are started. ...it seems that he's only been adapting the program to do what the man page already claimed. :-) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-sbin Sat Apr 13 05:06:21 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA19858 for cvs-sbin-outgoing; Sat, 13 Apr 1996 05:06:21 -0700 (PDT) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id FAA19851 Sat, 13 Apr 1996 05:06:13 -0700 (PDT) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.5/8.7.3) with SMTP id UAA11516; Sat, 13 Apr 1996 20:06:07 +0800 (WST) Message-Id: <199604131206.UAA11516@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: Mike Pritchard cc: scrappy@freefall.freebsd.org (Marc G. Fournier), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/clri clri.8 In-reply-to: Your message of "Thu, 11 Apr 1996 09:38:31 MST." <199604111638.JAA23674@freefall.freebsd.org> Date: Sat, 13 Apr 1996 20:06:06 +0800 From: Peter Wemm Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Marc G. Fournier wrote: >> >> scrappy 96/04/11 00:49:35 >> >> Modified: sbin/clri clri.8 >> Log: >> removed xref to icheck(8), ncheck(8) as they don't exist >> >> Revision Changes Path >> 1.2 +1 -3 src/sbin/clri/clri.8 > >I've been leaving those xrefs in on the off chance that someone >re-implements those utilties. In this case it isn't that big >of a deal, since I'm not sure that anyone is ever going to >bother re-implementing those two programs. > >There are a quite a few other missing xrefs in the system that >I've purposely left in because the man page in question really >should exist, but doesn't at the moment. That is something to >keep in mind in the future when removing xrefs. >-- >Mike Pritchard >mpp@freebsd.org >"Go that way. Really fast. If something gets in your way, turn" % man ncheck NCHECK(8) FreeBSD System Manager's Manual NCHECK(8) NAME ncheck - filesystem check tool SEE ALSO fsck(8), fsdb(8). BUGS ncheck is not implemented. Send mail to hackers@freebsd.org if you feel like writing one. :-) % Cheers, -Peter From owner-cvs-sbin Sat Apr 13 08:27:45 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA28298 for cvs-sbin-outgoing; Sat, 13 Apr 1996 08:27:45 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA28235 Sat, 13 Apr 1996 08:26:59 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id RAA27984; Sat, 13 Apr 1996 17:26:36 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id RAA17017; Sat, 13 Apr 1996 17:26:35 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id QAA19885; Sat, 13 Apr 1996 16:42:05 +0200 (MET DST) From: J Wunsch Message-Id: <199604131442.QAA19885@uriah.heep.sax.de> Subject: Re: cvs commit: src/sbin/clri clri.8 To: peter@jhome.dialix.com (Peter Wemm) Date: Sat, 13 Apr 1996 16:42:05 +0200 (MET DST) Cc: mpp@freefall.freebsd.org, scrappy@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199604131206.UAA11516@jhome.DIALix.COM> from "Peter Wemm" at Apr 13, 96 08:06:06 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Peter Wemm wrote: > NCHECK(8) FreeBSD System Manager's Manual NCHECK(8) > > NAME > ncheck - filesystem check tool > > SEE ALSO > fsck(8), fsdb(8). > > BUGS > ncheck is not implemented. Send mail to hackers@freebsd.org if you > feel like writing one. :-) Neither are dcheck and icheck. :) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-sbin Sat Apr 13 08:47:53 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29393 for cvs-sbin-outgoing; Sat, 13 Apr 1996 08:47:53 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29377 Sat, 13 Apr 1996 08:47:44 -0700 (PDT) Date: Sat, 13 Apr 1996 08:47:44 -0700 (PDT) From: Bruce Evans Message-Id: <199604131547.IAA29377@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin, cvs-sbin Subject: cvs commit: src/usr.sbin/ppp main.c src/sbin/startslip uucplock.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 08:47:44 Modified: usr.sbin/ppp main.c sbin/startslip uucplock.c Log: Fixed a couple of format strings to match the change of pid_t from long to int32_t. I only fixed the ones that I noticed the warnings for. Perhaps most of the format strings are correct now because they were wrong before. Except of course if int32_t isn't compatible with `int'. Revision Changes Path 1.18 +2 -2 src/usr.sbin/ppp/main.c 1.6 +1 -1 src/sbin/startslip/uucplock.c From owner-cvs-sbin Sat Apr 13 10:53:22 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA07788 for cvs-sbin-outgoing; Sat, 13 Apr 1996 10:53:22 -0700 (PDT) Received: from ki.net (root@ki.net [205.150.102.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA07639 Sat, 13 Apr 1996 10:52:42 -0700 (PDT) Received: from freebsd.ki.net (root@freebsd.ki.net [205.150.102.51]) by ki.net (8.7.4/8.7.4) with ESMTP id NAA09229; Sat, 13 Apr 1996 13:52:38 -0400 (EDT) Received: from localhost (scrappy@localhost) by freebsd.ki.net (8.7.5/8.7.5) with SMTP id NAA04577; Sat, 13 Apr 1996 13:53:17 -0400 (EDT) X-Authentication-Warning: freebsd.ki.net: scrappy owned process doing -bs Date: Sat, 13 Apr 1996 13:53:16 -0400 (EDT) From: "Marc G. Fournier" To: Joerg Wunsch cc: Mark Murray , scrappy@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/nfsd nfsd.c In-Reply-To: <199604130854.KAA17845@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 13 Apr 1996, J Wunsch wrote: > As Mark Murray wrote: > > > > - should this be documented in the man page? > > > > Of course, partticularly if ths has changed something... > > :-) > > I haven't looked into Marc's diff, anyway: > > > Unless otherwise specified, four servers for UDP transport are started. > > > ...it seems that he's only been adapting the program to do what the > man page already claimed. :-) > Good, I had read through the man page before doing the modification and totally missed that line. I was half tempted to make the default behaviour what is being used in /etc/rc (-u -t 4), but figured that was overkill so just turned on UDP transport as default... Marc G. Fournier | POP Mail Telnet Acct DNS Hosting System | WWW Services Database Services | Knowledge, Administrator | | Information and scrappy@ki.net | WWW: http://www.ki.net | Communications, Inc From owner-cvs-sbin Sat Apr 13 11:15:33 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA11386 for cvs-sbin-outgoing; Sat, 13 Apr 1996 11:15:33 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA11375 Sat, 13 Apr 1996 11:15:25 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id EAA14571; Sun, 14 Apr 1996 04:14:11 +1000 Date: Sun, 14 Apr 1996 04:14:11 +1000 From: Bruce Evans Message-Id: <199604131814.EAA14571@godzilla.zeta.org.au> To: joerg_wunsch@uriah.heep.sax.de, scrappy@ki.net Subject: Re: cvs commit: src/sbin/nfsd nfsd.c Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org, mark@grondar.za, scrappy@freefall.freebsd.org Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Unless otherwise specified, four servers for UDP transport are started. I think this says that 4 servers for UDP transport are started _if UDP service is enabled_. Now UDP is always enabled unless nfsd is execed in an unusual way to get argc == 0. Bruce *** nfsd.c~ Sat Apr 13 20:31:54 1996 --- nfsd.c Sat Apr 13 20:37:20 1996 *************** *** 195,198 **** --- 195,200 ---- #define USAGE "[-rtu] [-n num_servers]" #endif + if (argc <= 1) + udpflag = 1; while ((ch = getopt(argc, argv, GETOPT)) != EOF) switch (ch) { *************** *** 230,234 **** usage(); }; - if(argc) udpflag = 1; argv += optind; argc -= optind; --- 232,235 ---- From owner-cvs-sbin Sat Apr 13 11:51:36 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16002 for cvs-sbin-outgoing; Sat, 13 Apr 1996 11:51:36 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA15892 Sat, 13 Apr 1996 11:50:57 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id UAA02579; Sat, 13 Apr 1996 20:50:52 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id UAA19447; Sat, 13 Apr 1996 20:50:52 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id UAA21438; Sat, 13 Apr 1996 20:31:38 +0200 (MET DST) From: J Wunsch Message-Id: <199604131831.UAA21438@uriah.heep.sax.de> Subject: Re: cvs commit: src/sbin/nfsd nfsd.c To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Date: Sat, 13 Apr 1996 20:31:38 +0200 (MET DST) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199604131814.EAA14571@godzilla.zeta.org.au> from "Bruce Evans" at Apr 14, 96 04:14:11 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Bruce Evans wrote: > > >> Unless otherwise specified, four servers for UDP transport are started. > > I think this says that 4 servers for UDP transport are started _if UDP > service is enabled_. Ah, what sense does it make to start a daemon just with the intention to do nothing? (No args -> do nothing.) Of course, the English language is perhaps more ambigous than C. :-) > Now UDP is always enabled unless nfsd is execed in an unusual way to > get argc == 0. > > Bruce > > *** nfsd.c~ Sat Apr 13 20:31:54 1996 > --- nfsd.c Sat Apr 13 20:37:20 1996 > *************** > *** 195,198 **** > --- 195,200 ---- > #define USAGE "[-rtu] [-n num_servers]" > #endif > + if (argc <= 1) > + udpflag = 1; > while ((ch = getopt(argc, argv, GETOPT)) != EOF) > switch (ch) { > *************** > *** 230,234 **** > usage(); > }; > - if(argc) udpflag = 1; > argv += optind; > argc -= optind; > --- 232,235 ---- > Ain't this reverse? (But i agree that it needs to be fixed.) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-sbin Sat Apr 13 12:52:36 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23360 for cvs-sbin-outgoing; Sat, 13 Apr 1996 12:52:36 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA23338 Sat, 13 Apr 1996 12:52:11 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id VAA03794; Sat, 13 Apr 1996 21:52:02 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id VAA20280; Sat, 13 Apr 1996 21:52:02 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id VAA21609; Sat, 13 Apr 1996 21:04:50 +0200 (MET DST) From: J Wunsch Message-Id: <199604131904.VAA21609@uriah.heep.sax.de> Subject: Re: cvs commit: src/sbin/nfsd nfsd.c To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Date: Sat, 13 Apr 1996 21:04:48 +0200 (MET DST) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199604131814.EAA14571@godzilla.zeta.org.au> from "Bruce Evans" at Apr 14, 96 04:14:11 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Bruce Evans wrote: > Now UDP is always enabled unless nfsd is execed in an unusual way to > get argc == 0. Wouldn't this be more explanatory: Index: nfsd.c =================================================================== RCS file: /home/ncvs/src/sbin/nfsd/nfsd.c,v retrieving revision 1.8 diff -u -u -r1.8 nfsd.c --- nfsd.c 1996/04/13 06:08:24 1.8 +++ nfsd.c 1996/04/13 19:02:48 @@ -229,7 +229,8 @@ case '?': usage(); }; - if(argc) udpflag = 1; + if (!tcpflag && !udpflag) + udpflag = 1; /* Default to UDP instead of do nothing. */ argv += optind; argc -= optind; -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-sbin Sat Apr 13 13:15:40 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA24619 for cvs-sbin-outgoing; Sat, 13 Apr 1996 13:15:40 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA24593 Sat, 13 Apr 1996 13:15:23 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id GAA17624; Sun, 14 Apr 1996 06:13:53 +1000 Date: Sun, 14 Apr 1996 06:13:53 +1000 From: Bruce Evans Message-Id: <199604132013.GAA17624@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org, j@uriah.heep.sax.de Subject: Re: cvs commit: src/sbin/nfsd nfsd.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Wouldn't this be more explanatory: >- if(argc) udpflag = 1; >+ if (!tcpflag && !udpflag) >+ udpflag = 1; /* Default to UDP instead of do nothing. */ What about ISO support? :-). I think defaulting to usage() would be better. However, the usage message says that args are optional. Bruce From owner-cvs-sbin Sat Apr 13 13:40:25 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA26582 for cvs-sbin-outgoing; Sat, 13 Apr 1996 13:40:25 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA26378 Sat, 13 Apr 1996 13:39:04 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id WAA04611; Sat, 13 Apr 1996 22:38:48 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id WAA20976; Sat, 13 Apr 1996 22:38:48 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id WAA00440; Sat, 13 Apr 1996 22:29:28 +0200 (MET DST) From: J Wunsch Message-Id: <199604132029.WAA00440@uriah.heep.sax.de> Subject: Re: cvs commit: src/sbin/nfsd nfsd.c To: bde@zeta.org.au (Bruce Evans) Date: Sat, 13 Apr 1996 22:29:27 +0200 (MET DST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-Reply-To: <199604132013.GAA17624@godzilla.zeta.org.au> from "Bruce Evans" at Apr 14, 96 06:13:53 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Bruce Evans wrote: > > >Wouldn't this be more explanatory: > > >- if(argc) udpflag = 1; > >+ if (!tcpflag && !udpflag) > >+ udpflag = 1; /* Default to UDP instead of do nothing. */ > > What about ISO support? :-). That's out of question (NFS is IP). The only question were whether somebody would implement an ICMP transport layer for NFS. :-)) > I think defaulting to usage() would be better. However, the usage message > says that args are optional. I don't mind either (we could change the usage message and the man page), though i think defaulting to -u4 (or was it -u8?) is historical practice also for the Sun implementation. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)