From owner-cvs-src@FreeBSD.ORG Sat Nov 15 09:10:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC59316A4CF; Sat, 15 Nov 2003 09:10:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FA5D43FBF; Sat, 15 Nov 2003 09:10:57 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAFHAvXJ078777; Sat, 15 Nov 2003 09:10:57 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAFHAvWP078776; Sat, 15 Nov 2003 09:10:57 -0800 (PST) (envelope-from trhodes) Message-Id: <200311151710.hAFHAvWP078776@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 15 Nov 2003 09:10:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 17:10:58 -0000 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