On Tue, Oct 27, 2015 at 02:28:51PM +0100, Jan Stary wrote: > > usr.sbin/rbootd: rbootd.c > > usr.sbin/rarpd : rarpd.c > > usr.sbin/mrouted: main.c > > usr.bin/usbhidaction: usbhidaction.c > > usr.sbin/wsmoused: wsmoused.8 wsmoused.c wsmoused.h > > usr.sbin/ypserv/ypserv: Makefile ypserv.c > > usr.sbin/pppd : main.c > > Below are the missing manpage bits. >
thanks. i've just fixed these. jmc > While there, should the commented > .\" .It Pa /tftpboot > be removed from rarpd.8 ? > > Also, > $ find /var/run/ -name \*pid > /var/run/syslog.pid > /var/run/unbound.pid > /var/run/lpd.pid > /var/run/sshd.pid > /var/run/smtpd.pid > /var/run/cron.pid > > - should these stop using pidfiles too? > > Jan > > > Index: usr.sbin/mrouted/mrouted.8 > =================================================================== > RCS file: /cvs/src/usr.sbin/mrouted/mrouted.8,v > retrieving revision 1.25 > diff -u -p -u -p -r1.25 mrouted.8 > --- usr.sbin/mrouted/mrouted.8 8 Sep 2014 01:27:55 -0000 1.25 > +++ usr.sbin/mrouted/mrouted.8 27 Oct 2015 13:23:34 -0000 > @@ -344,18 +344,11 @@ Dumps the internal routing tables to std > .Nm > was invoked with a non-zero debug level). > .El > -.Pp > -For convenience in sending signals, > -.Nm > -writes its process ID to > -.Pa /var/run/mrouted.pid > -upon startup. > .Sh FILES > .Bl -tag -width /var/tmp/mrouted.cache -compact > .It Pa /etc/mrouted.conf > .It Pa /var/tmp/mrouted.cache > .It Pa /var/tmp/mrouted.dump > -.It Pa /var/run/mrouted.pid > .El > .Sh EXAMPLES > The routing tables look like this: > Index: usr.sbin/pppd/pppd.8 > =================================================================== > RCS file: /cvs/src/usr.sbin/pppd/pppd.8,v > retrieving revision 1.45 > diff -u -p -u -p -r1.45 pppd.8 > --- usr.sbin/pppd/pppd.8 14 Sep 2015 20:06:59 -0000 1.45 > +++ usr.sbin/pppd/pppd.8 27 Oct 2015 13:23:34 -0000 > @@ -1241,14 +1241,6 @@ script. > .El > .Sh FILES > .Bl -tag -width Ds > -.It Pa /var/run/ppp Ns Ar n Ns .pid > -.\" (BSD or Linux), > -.\" /etc/ppp/ppp Ns Ar n Ns .pid > -.\" (others) > -Process-ID for > -.Nm > -process on PPP interface unit > -.Ar n . > .It Pa /etc/ppp/pap-secrets > Usernames, passwords and IP addresses for PAP authentication. > This file should be owned by root and not readable or writable by any other > Index: usr.sbin/rarpd/rarpd.8 > =================================================================== > RCS file: /cvs/src/usr.sbin/rarpd/rarpd.8,v > retrieving revision 1.20 > diff -u -p -u -p -r1.20 rarpd.8 > --- usr.sbin/rarpd/rarpd.8 8 Sep 2014 01:27:55 -0000 1.20 > +++ usr.sbin/rarpd/rarpd.8 27 Oct 2015 13:23:34 -0000 > @@ -82,14 +82,11 @@ is the target IP address expressed in up > (only the first 8 characters of filenames are checked). > .El > .Sh FILES > -.Bl -tag -width "/var/run/rarpd.pidXXX" -compact > +.Bl -tag -width /etc/ethers -compact > .It Pa /etc/ethers > Ethernet host name database. > .It Pa /etc/hosts > Host name database. > -.It Pa /var/run/rarpd.pid > -Process ID of > -.Nm . > .\" .It Pa /tftpboot > .El > .Sh SEE ALSO > Index: usr.sbin/rbootd/rbootd.8 > =================================================================== > RCS file: /cvs/src/usr.sbin/rbootd/rbootd.8,v > retrieving revision 1.14 > diff -u -p -u -p -r1.14 rbootd.8 > --- usr.sbin/rbootd/rbootd.8 15 Nov 2014 14:41:03 -0000 1.14 > +++ usr.sbin/rbootd/rbootd.8 27 Oct 2015 13:23:34 -0000 > @@ -143,8 +143,6 @@ configuration file > debug output > .It Pa /usr/mdec/rbootd > directory containing boot files > -.It Pa /var/run/rbootd.pid > -process ID > .El > .Sh SEE ALSO > .Xr kill 1 , > Index: usr.sbin/ypserv/ypserv/ypserv.8 > =================================================================== > RCS file: /cvs/src/usr.sbin/ypserv/ypserv/ypserv.8,v > retrieving revision 1.27 > diff -u -p -u -p -r1.27 ypserv.8 > --- usr.sbin/ypserv/ypserv/ypserv.8 16 Jul 2013 11:13:34 -0000 1.27 > +++ usr.sbin/ypserv/ypserv/ypserv.8 27 Oct 2015 13:23:34 -0000 > @@ -98,9 +98,6 @@ map files and the > or > .Xr securenet 5 > configuration file. > -The process ID > -can be found in the file > -.Pa /var/run/ypserv.pid . > .Pp > The options are as follows: > .Bl -tag -width Ds > @@ -136,7 +133,6 @@ or > .Bl -tag -width /var/yp/ypserv.log -compact > .It Pa /var/yp/ypserv.log > .It Pa /var/yp/securenet > -.It Pa /var/run/ypserv.pid > .El > .Sh SEE ALSO > .Xr securenet 5 , >