From owner-cvs-all Tue Sep 14 4:46: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28A6F1509F; Tue, 14 Sep 1999 04:46:06 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA27579; Tue, 14 Sep 1999 04:46:05 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199909141146.EAA27579@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 14 Sep 1999 04:46:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh csh.1 src/bin/sh sh.1 src/share/man/man1 builtin.1 src/bin/echo echo.1 src/bin/kill kill.1 src/usr.bin/login login.1 src/usr.bin/nice nice.1 src/usr.bin/nohup nohup.1 src/usr.bin/printf printf.1 src/bin/pwd ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/09/14 04:46:05 PDT Modified files: bin/csh csh.1 bin/sh sh.1 share/man/man1 builtin.1 bin/echo echo.1 bin/kill kill.1 usr.bin/login login.1 usr.bin/nice nice.1 usr.bin/nohup nohup.1 usr.bin/printf printf.1 bin/pwd pwd.1 usr.bin/time time.1 usr.bin/which which.1 Log: Correct some hard sentence breaks. Only those surrounding the previous commit and those which cause ugly nroff output have been fixed, since the purpose of the style guideline which they contravene is to reduce the sizes of deltas. Reported by: bde Revision Changes Path 1.16 +11 -8 src/bin/csh/csh.1 1.34 +66 -62 src/bin/sh/sh.1 1.2 +5 -4 src/share/man/man1/builtin.1 1.10 +3 -3 src/bin/echo/echo.1 1.11 +3 -3 src/bin/kill/kill.1 1.17 +3 -3 src/usr.bin/login/login.1 1.12 +5 -5 src/usr.bin/nice/nice.1 1.6 +5 -4 src/usr.bin/nohup/nohup.1 1.7 +3 -3 src/usr.bin/printf/printf.1 1.10 +5 -5 src/bin/pwd/pwd.1 1.13 +7 -5 src/usr.bin/time/time.1 1.15 +3 -3 src/usr.bin/which/which.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message