Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Nov 2003 09:10:57 -0800 (PST)
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200311151710.hAFHAvWP078776@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311151710.hAFHAvWP078776>