From owner-cvs-all Wed Dec 12 10:24:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA22837B41D; Wed, 12 Dec 2001 10:24:42 -0800 (PST) Received: (from charnier@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCIOgT38468; Wed, 12 Dec 2001 10:24:42 -0800 (PST) (envelope-from charnier) Message-Id: <200112121824.fBCIOgT38468@freefall.freebsd.org> From: Philippe Charnier Date: Wed, 12 Dec 2001 10:24:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ctags C.c ctags.1 ctags.c fortran.c print.c tree.c yacc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG charnier 2001/12/12 10:24:42 PST Modified files: usr.bin/ctags C.c ctags.1 ctags.c fortran.c print.c tree.c yacc.c Log: Remove unused #includes. lex -> Lex, yacc -> Yacc, ... Some .Nm to .Em conversions. Sort #includes. Spelling. use errx() instead of err() when explicit message is given. Revision Changes Path 1.6 +0 -1 src/usr.bin/ctags/C.c 1.9 +29 -27 src/usr.bin/ctags/ctags.1 1.12 +2 -2 src/usr.bin/ctags/ctags.c 1.8 +0 -1 src/usr.bin/ctags/fortran.c 1.8 +0 -2 src/usr.bin/ctags/print.c 1.7 +1 -1 src/usr.bin/ctags/tree.c 1.7 +1 -2 src/usr.bin/ctags/yacc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message