diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-09-02 16:36:50 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-09-02 16:36:50 +0000 |
commit | 1a6ced1bd67ddbd46e9592bd601abc999000a182 (patch) | |
tree | e03c6aab03c15e132ecc48ac9c078f75eb3fdee9 | |
parent | cc6c0586f819c9e9792623fc8940c0e6c5c0f60b (diff) |
awk -> .Xr awk 1
-rw-r--r-- | bin/sleep/sleep.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1 index d14d5be6ec0..a592097c6be 100644 --- a/bin/sleep/sleep.1 +++ b/bin/sleep/sleep.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sleep.1,v 1.7 1998/12/15 01:20:27 aaron Exp $ +.\" $OpenBSD: sleep.1,v 1.8 1999/09/02 16:36:49 aaron Exp $ .\" $NetBSD: sleep.1,v 1.9 1995/07/25 19:37:43 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -80,7 +80,7 @@ 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 @@ -105,7 +105,8 @@ program as soon as it is finished (when zzz.rawdata is created). The script checks every five minutes for the file zzz.rawdata, when the file is found, then another portion processing is done courteously by sleeping for 70 seconds in between each -awk job. +.Xr awk 1 +job. .Sh SEE ALSO .Xr at 1 , .Xr setitimer 2 , |