Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sleep Improve wording.



details:   https://anonhg.NetBSD.org/src/rev/c95318434e99
branches:  trunk
changeset: 768364:c95318434e99
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Aug 15 14:45:36 2011 +0000

description:
Improve wording.
>From Snader_LB.

diffstat:

 bin/sleep/sleep.1 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r d25a7ae2a565 -r c95318434e99 bin/sleep/sleep.1
--- a/bin/sleep/sleep.1 Mon Aug 15 14:45:01 2011 +0000
+++ b/bin/sleep/sleep.1 Mon Aug 15 14:45:36 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sleep.1,v 1.21 2010/10/09 07:40:58 wiz Exp $
+.\"    $NetBSD: sleep.1,v 1.22 2011/08/15 14:45:36 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"    @(#)sleep.1     8.3 (Berkeley) 4/18/94
 .\"
-.Dd October 9, 2010
+.Dd August 13, 2011
 .Dt SLEEP 1
 .Os
 .Sh NAME
@@ -79,13 +79,13 @@
 .Pp
 .Dl (sleep 1800; sh command_file \*[Gt]\*[Am] errors)\*[Am]
 .Pp
-This incantation would wait a half hour before
+This incantation would wait half an hour before
 running the script command_file.
 (See the
 .Xr at 1
 utility.)
 .Pp
-To reiteratively run a command (with the
+To reiteratively run a command (with
 .Xr csh 1 ) :
 .Pp
 .Bd -literal -offset indent -compact



Home | Main Index | Thread Index | Old Index