summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2000-11-07 06:43:24 +0000
committerlukem <lukem@NetBSD.org>2000-11-07 06:43:24 +0000
commit279552d3db7dbbd2034249fe9e94cfc152f162d6 (patch)
tree602c62d1dbfaebd93db58c990211d0f1fec4fbb5 /libexec
parent5929990d15578c1a6d535ccea04c6bab2f93a937 (diff)
fix up various .Nm abuses:
- keep the case consistent between the actual name and what's referenced. e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence. - remove unnecessary `.Nm foo' after the first occurrence (except for using `.Nm ""' if there's stuff following, or for the 2nd and so on occurrences in a SYNOPSIS - use Sx, Ic, Li, Em, Sq, and Xr as appropriate
Diffstat (limited to 'libexec')
-rw-r--r--libexec/atrun/atrun.810
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/atrun/atrun.8 b/libexec/atrun/atrun.8
index 66f2af80fbc..d45e28c65cd 100644
--- a/libexec/atrun/atrun.8
+++ b/libexec/atrun/atrun.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: atrun.8,v 1.9 2000/07/05 15:45:30 msaitoh Exp $
+.\" $NetBSD: atrun.8,v 1.10 2000/11/07 06:43:25 lukem 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
@@ -12,7 +12,7 @@
.Op Fl l Ar load_avg
.Op Fl d
.Sh DESCRIPTION
-.Nm Atrun
+.Nm
runs jobs queued by
.Xr at 1 .
Root's
@@ -31,7 +31,7 @@ At every invocation, every job in lowercase queues whose starting time
has passed is started.
A maximum of one batch job (denoted by uppercase queues) is started
each time
-.Nm atrun
+.Nm
is invoked.
.Sh OPTIONS
.Bl -tag -width indent
@@ -44,7 +44,7 @@ Debug; print error messages to standard error instead of using
.El
.Sh WARNINGS
For
-.Nm atrun
+.Nm
to work, you have to start up a
.Xr cron 8
daemon.
@@ -63,7 +63,7 @@ Directory containing job files
.Xr syslog 3
.Sh BUGS
The functionality of
-.Nm atrun
+.Nm
should be merged into
.Xr cron 8 .
.Sh AUTHOR