From owner-cvs-bin Tue May 5 23:54:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA24830 for cvs-bin-outgoing; Tue, 5 May 1998 23:54:41 -0700 (PDT) (envelope-from owner-cvs-bin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA24782; Tue, 5 May 1998 23:54:23 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA08790; Tue, 5 May 1998 23:51:44 -0700 (PDT) Date: Tue, 5 May 1998 23:51:44 -0700 (PDT) Message-Id: <199805060651.XAA08790@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/cat cat.1 cat.c src/bin/chio chio.1 chio.c src/bin/chmod chmod.1 chmod.c src/bin/cp cp.1 cp.c utils.c src/bin/csh alloc.c csh.1 dol.c err.c exec.c exp.c file.c glob.c hist.c lex.c misc.c parse.c proc.c sem.c set.c src/bin/date date.1 ... Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1998/05/05 23:51:44 PDT Modified files: bin/cat cat.1 cat.c Log: Correct use of .Nm, .An and other cosmetics. Add rcsid. Remove unused #inc. Revision Changes Path 1.7 +11 -9 src/bin/cat/cat.1 1.10 +4 -4 src/bin/cat/cat.c Modified files: bin/chio chio.1 chio.c bin/chmod chmod.1 chmod.c bin/cp cp.1 cp.c utils.c bin/csh alloc.c csh.1 dol.c err.c exec.c exp.c file.c glob.c hist.c lex.c misc.c parse.c proc.c sem.c set.c bin/date date.1 date.c netdate.c vary.c bin/dd args.c conv.c conv_tab.c dd.1 dd.c misc.c position.c Log: Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc. Revision Changes Path 1.5 +49 -48 src/bin/chio/chio.1 1.5 +5 -6 src/bin/chio/chio.c 1.9 +5 -5 src/bin/chmod/chmod.1 1.10 +4 -3 src/bin/chmod/chmod.c 1.10 +11 -11 src/bin/cp/cp.1 1.15 +4 -8 src/bin/cp/cp.c 1.17 +6 -5 src/bin/cp/utils.c 1.8 +1 -2 src/bin/csh/alloc.c 1.10 +71 -70 src/bin/csh/csh.1 1.7 +1 -2 src/bin/csh/dol.c 1.7 +1 -3 src/bin/csh/err.c 1.10 +1 -2 src/bin/csh/exec.c 1.6 +1 -6 src/bin/csh/exp.c 1.9 +1 -5 src/bin/csh/file.c 1.11 +1 -3 src/bin/csh/glob.c 1.7 +1 -3 src/bin/csh/hist.c 1.9 +1 -3 src/bin/csh/lex.c 1.7 +1 -3 src/bin/csh/misc.c 1.7 +1 -3 src/bin/csh/parse.c 1.9 +1 -2 src/bin/csh/proc.c 1.8 +1 -2 src/bin/csh/sem.c 1.9 +1 -6 src/bin/csh/set.c 1.24 +12 -12 src/bin/date/date.1 1.24 +4 -5 src/bin/date/date.c 1.9 +4 -3 src/bin/date/netdate.c 1.4 +5 -2 src/bin/date/vary.c 1.12 +4 -3 src/bin/dd/args.c 1.9 +4 -2 src/bin/dd/conv.c 1.7 +4 -2 src/bin/dd/conv_tab.c 1.7 +9 -9 src/bin/dd/dd.1 1.14 +4 -4 src/bin/dd/dd.c 1.13 +4 -7 src/bin/dd/misc.c 1.7 +4 -7 src/bin/dd/position.c