Module Name: src
Committed By: wiz
Date: Mon Aug 15 14:45:36 UTC 2011
Modified Files:
src/bin/sleep: sleep.1
Log Message:
Improve wording.
>From Snader_LB.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/bin/sleep/sleep.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/sleep/sleep.1
diff -u src/bin/sleep/sleep.1:1.21 src/bin/sleep/sleep.1:1.22
--- src/bin/sleep/sleep.1:1.21 Sat Oct 9 07:40:58 2010
+++ src/bin/sleep/sleep.1 Mon Aug 15 14:45:36 2011
@@ -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