diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-22 22:16:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-22 22:16:30 +0000 |
commit | 8e113f355000945a88f3e7451e90ea572697f8c4 (patch) | |
tree | 3bb8f2e9f1bd8a34f0112e355aa09e6afdf399b5 /libexec/atrun | |
parent | 7014bd4a307c0bfbee176db3d6d74985afd21dcb (diff) |
nicer
Diffstat (limited to 'libexec/atrun')
-rw-r--r-- | libexec/atrun/atrun.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/atrun/atrun.8 b/libexec/atrun/atrun.8 index ef8eb1f0c4c..44559cdd267 100644 --- a/libexec/atrun/atrun.8 +++ b/libexec/atrun/atrun.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atrun.8,v 1.3 1997/03/01 23:39:43 millert Exp $ +.\" $OpenBSD: atrun.8,v 1.4 1998/05/22 22:16:29 deraadt Exp $ .\" $FreeBSD: atrun.man,v 1.3 1997/02/22 14:20:55 peter Exp $ .Dd April 12, 1995 .Dt ATRUN 8 @@ -28,7 +28,7 @@ gets called every ten minutes. .Pp At every invocation, every job in lowercase queues whose starting time has passed is started. -A maximum of one batch jobs (denoted by uppercase queues) are started +A maximum of one batch job (denoted by uppercase queues) is started each time .Nm atrun is invoked. @@ -36,7 +36,7 @@ is invoked. .Bl -tag -width indent .It Fl l Ar load_avg Specifies a limiting load factor, over which batch jobs should -not be run, instead of the compiled \- in value of 1.5. +not be run, instead of the compiled-in value of 1.5. .It Fl d Debug; print error messages to standard error instead of using .Xr syslog 3 . |