From: chas w. <ch...@us...> - 2007-08-26 11:59:53
|
Update of /cvsroot/linux-atm/linux-atm/src/br2684 In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26639 Modified Files: Tag: V2_5_0 br2684ctl.8 Log Message: Debian patch from Marco d'Itri extracted by "seventh guardian" <sev...@gm...> Corrects some things on the man page (most notably, it is marked as being on section 1). Index: br2684ctl.8 =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/br2684/Attic/br2684ctl.8,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** br2684ctl.8 19 Jul 2003 22:03:28 -0000 1.1.2.1 --- br2684ctl.8 25 Aug 2007 16:56:40 -0000 1.1.2.2 *************** *** 1,4 **** .\" ! .TH br2684ctl 1 "7 Jul 2003" .SH NAME br2684ctl \- RFC1483/2684 Bridge Daemon --- 1,4 ---- .\" ! .TH br2684ctl 8 "7 Jul 2003" .SH NAME br2684ctl \- RFC1483/2684 Bridge Daemon *************** *** 69,72 **** --- 69,74 ---- % ifconfig nas0 192.168.2.1 netmask 255.255.255.0 + + Messages are logged to the LOCAL0 syslog facility. .SH NOTES This man page is based on a tutorial by by Joonbum Byun <jb...@me...> |