Date: Sat, 8 May 1999 03:43:23 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cat cat.1 src/bin/chmod chmod.1 src/bin/cp cp.1 cp.c utils.c src/bin/csh csh.1 csh.c csh.h err.c func.c lex.c proc.c sem.c set.c time.c src/bin/date date.1 src/bin/dd args.c dd.1 src/bin/echo echo.1 src/bin/ed buf.c cbc.c undo.c src/bin/ls ... Message-ID: <199905081043.DAA68770@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 1999/05/08 03:43:22 PDT Modified files: (Branch: RELENG_3) bin/cat cat.1 bin/chmod chmod.1 bin/cp cp.1 cp.c utils.c bin/csh csh.1 csh.c csh.h err.c func.c lex.c proc.c sem.c set.c time.c bin/date date.1 bin/dd args.c dd.1 bin/echo echo.1 bin/ed buf.c cbc.c undo.c bin/ls ls.1 ls.c bin/mkdir mkdir.1 bin/mv mv.1 bin/pax ar_io.c ar_subs.c buf_subs.c cache.c cache.h cpio.c file_subs.c ftree.c options.c pax.1 pax.c pax.h sel_subs.c tables.c tables.h tar.c tar.h tty_subs.c bin/ps ps.1 bin/pwd pwd.1 bin/sh alias.c error.h eval.c expand.c jobs.c main.c miscbltin.c trap.c bin/sleep sleep.1 bin/stty stty.1 bin/test test.c Log: MFC: Spelling/formatting fixes. Revision Changes Path 1.8.2.1 +2 -2 src/bin/cat/cat.1 1.10.2.1 +2 -2 src/bin/chmod/chmod.1 1.11.2.1 +5 -4 src/bin/cp/cp.1 1.17.2.1 +2 -2 src/bin/cp/cp.c 1.21.2.1 +2 -2 src/bin/cp/utils.c 1.11.2.1 +2 -2 src/bin/csh/csh.1 1.13.2.1 +2 -2 src/bin/csh/csh.c 1.6.2.1 +3 -3 src/bin/csh/csh.h 1.8.2.1 +2 -2 src/bin/csh/err.c 1.11.2.1 +2 -2 src/bin/csh/func.c 1.10.2.1 +2 -2 src/bin/csh/lex.c 1.9.2.1 +2 -2 src/bin/csh/proc.c 1.8.2.1 +2 -2 src/bin/csh/sem.c 1.10.2.1 +4 -4 src/bin/csh/set.c 1.8.2.1 +3 -3 src/bin/csh/time.c 1.26.2.2 +4 -2 src/bin/date/date.1 1.13.2.1 +2 -2 src/bin/dd/args.c 1.8.2.1 +3 -3 src/bin/dd/dd.1 1.6.2.1 +2 -2 src/bin/echo/echo.1 1.15.2.1 +2 -2 src/bin/ed/buf.c 1.10.2.1 +2 -2 src/bin/ed/cbc.c 1.7.2.1 +2 -2 src/bin/ed/undo.c 1.26.2.2 +2 -2 src/bin/ls/ls.1 1.23.2.1 +2 -2 src/bin/ls/ls.c 1.7.2.1 +5 -4 src/bin/mkdir/mkdir.1 1.11.2.1 +2 -2 src/bin/mv/mv.1 1.10.2.1 +7 -7 src/bin/pax/ar_io.c 1.11.2.1 +6 -6 src/bin/pax/ar_subs.c 1.10.2.1 +6 -6 src/bin/pax/buf_subs.c 1.10.2.1 +3 -3 src/bin/pax/cache.c 1.4.2.1 +2 -2 src/bin/pax/cache.h 1.10.2.1 +2 -2 src/bin/pax/cpio.c 1.10.2.1 +3 -3 src/bin/pax/file_subs.c 1.11.2.1 +4 -4 src/bin/pax/ftree.c 1.11.2.1 +2 -2 src/bin/pax/options.c 1.8.2.1 +2 -2 src/bin/pax/pax.1 1.11.2.1 +8 -8 src/bin/pax/pax.c 1.6.2.1 +5 -5 src/bin/pax/pax.h 1.9.2.1 +3 -3 src/bin/pax/sel_subs.c 1.11.2.1 +5 -5 src/bin/pax/tables.c 1.5.2.1 +2 -2 src/bin/pax/tables.h 1.11.2.1 +6 -6 src/bin/pax/tar.c 1.4.2.1 +3 -3 src/bin/pax/tar.h 1.9.2.1 +2 -2 src/bin/pax/tty_subs.c 1.19.2.1 +3 -3 src/bin/ps/ps.1 1.6.2.1 +6 -4 src/bin/pwd/pwd.1 1.10.2.1 +2 -2 src/bin/sh/alias.c 1.9.2.1 +2 -2 src/bin/sh/error.h 1.15.2.3 +2 -2 src/bin/sh/eval.c 1.24.2.2 +3 -3 src/bin/sh/expand.c 1.23.2.1 +2 -2 src/bin/sh/jobs.c 1.15.2.1 +2 -2 src/bin/sh/main.c 1.18.2.1 +2 -2 src/bin/sh/miscbltin.c 1.17.2.2 +2 -2 src/bin/sh/trap.c 1.8.2.1 +2 -2 src/bin/sleep/sleep.1 1.10.2.1 +3 -3 src/bin/stty/stty.1 1.20.2.1 +2 -2 src/bin/test/test.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905081043.DAA68770>