aboutsummaryrefslogtreecommitdiff
path: root/bin/sleep/sleep.1
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-02 14:54:02 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-02 14:54:02 +0000
commit4e86fcacf69e8dac21f67db61babdcae80903dc2 (patch)
tree11e6c1004800534c82bd3b37f48ff4dda29e2989 /bin/sleep/sleep.1
parentb22b0eaef005d00199fe216b0544647dc3682cf0 (diff)
Remove more single-space hard sentence breaks.
Notes
Notes: svn path=/head/; revision=57695
Diffstat (limited to 'bin/sleep/sleep.1')
-rw-r--r--bin/sleep/sleep.13
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1
index 2908b3dda829..41d6664dde87 100644
--- a/bin/sleep/sleep.1
+++ b/bin/sleep/sleep.1
@@ -89,7 +89,8 @@ number seconds later:
.Dl (sleep 1800; sh command_file >& errors)&
.Pp
This incantation would wait a half hour before
-running the script command_file. (See the
+running the script command_file.
+(See the
.Xr at 1
utility.)
.Pp