cvs commit: src/usr.sbin/IPXrouted IPXrouted.8 Makefile af.c if.c input.c main.c output.c sap_tables.c startup.c tables.c timer.c trace.c

Tom Rhodes trhodes at FreeBSD.org
Sat Nov 15 09:10:58 PST 2003


trhodes     2003/11/15 09:10:57 PST

  FreeBSD src repository

  Modified files:
    usr.sbin/IPXrouted   IPXrouted.8 Makefile af.c if.c input.c 
                         main.c output.c sap_tables.c startup.c 
                         tables.c timer.c trace.c 
  Log:
  Make this WARNS 2 clean, and fix up the manual page:
  
  Avoid implicit function calls by adding the proper include files.
  Use const char copyright.
  Fix some fprint formatting.
  
  In the manual page:
  
  Use the .Pa macro for filenames and locations.
  Kill hard setence breaks.
  Make use of the .Tn and .Dq macros.
  Add some to text to the otherwise blank HISTORY section (taken from CVS).
  
  Revision  Changes    Path
  1.16      +42 -18    src/usr.sbin/IPXrouted/IPXrouted.8
  1.8       +3 -1      src/usr.sbin/IPXrouted/Makefile
  1.7       +1 -1      src/usr.sbin/IPXrouted/af.c
  1.6       +1 -1      src/usr.sbin/IPXrouted/if.c
  1.9       +1 -1      src/usr.sbin/IPXrouted/input.c
  1.11      +2 -2      src/usr.sbin/IPXrouted/main.c
  1.9       +1 -1      src/usr.sbin/IPXrouted/output.c
  1.9       +2 -3      src/usr.sbin/IPXrouted/sap_tables.c
  1.10      +4 -3      src/usr.sbin/IPXrouted/startup.c
  1.8       +2 -1      src/usr.sbin/IPXrouted/tables.c
  1.6       +1 -1      src/usr.sbin/IPXrouted/timer.c
  1.10      +1 -1      src/usr.sbin/IPXrouted/trace.c


More information about the cvs-src mailing list