diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-12 21:48:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-12 21:48:06 +0000 |
commit | 92dcc59984c834e34afcdaac99c0197d63a33ac8 (patch) | |
tree | eb25de6f69d8162ab25e130d8aa6b85c3bce5624 /bin/sleep/sleep.1 | |
parent | e264389dcab269557e4c11a85d01749c8069c994 (diff) |
Trailing whitespace begone!
Diffstat (limited to 'bin/sleep/sleep.1')
-rw-r--r-- | bin/sleep/sleep.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1 index c1d9b2b4632..cd470caaef0 100644 --- a/bin/sleep/sleep.1 +++ b/bin/sleep/sleep.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sleep.1,v 1.11 2000/02/19 23:03:50 aaron Exp $ +.\" $OpenBSD: sleep.1,v 1.12 2000/04/12 21:47:47 aaron Exp $ .\" $NetBSD: sleep.1,v 1.9 1995/07/25 19:37:43 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -68,7 +68,7 @@ To repetitively run a command (with .Xr csh 1 ) : .Pp .Bd -literal -offset indent -compact -while (! -r zzz.rawdata) +while (! -r zzz.rawdata) sleep 300 end foreach i (*.rawdata) @@ -79,8 +79,8 @@ end .Pp The scenario for such a script might be: a program currently running is taking longer than expected to process a series of -files, and it would be nice to have another program start -processing the files created by the first program as soon as it is finished +files, and it would be nice to have another program start +processing the files created by the first program as soon as it is finished (when .Pa zzz.rawdata is created). |