Module Name:    src
Committed By:   wiz
Date:           Wed Jun 20 09:43:51 UTC 2012

Modified Files:
        src/libexec/atrun: atrun.8

Log Message:
- Remove redundant argument to (successive) `.Nm' macro;
- copy exact line from root's crontab(5) file (and the user name
  is indeed unneeded, as root's crontab(5) file is not the system's
  one);
- reword the warning: cron(8) _is_ running, by default.

>From patch by Bug Hunting.

While here, remove xref to itself.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/libexec/atrun/atrun.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/atrun/atrun.8
diff -u src/libexec/atrun/atrun.8:1.11 src/libexec/atrun/atrun.8:1.12
--- src/libexec/atrun/atrun.8:1.11	Tue Jan 15 02:19:26 2002
+++ src/libexec/atrun/atrun.8	Wed Jun 20 09:43:51 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: atrun.8,v 1.11 2002/01/15 02:19:26 wiz Exp $
+.\" $NetBSD: atrun.8,v 1.12 2012/06/20 09:43:51 wiz 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
@@ -8,7 +8,7 @@
 .Nm atrun
 .Nd run jobs queued for later execution
 .Sh SYNOPSIS
-.Nm atrun
+.Nm
 .Op Fl l Ar load_avg
 .Op Fl d
 .Sh DESCRIPTION
@@ -19,11 +19,11 @@ Root's
 .Xr crontab 5
 must contain the line:
 .Bd -literal
-*/10     *       *       *       *       root    /usr/libexec/atrun
+*/10	*	*	*	*	/usr/libexec/atrun
 .Ed
 .Pp
 so that
-.Xr atrun 8
+.Nm
 gets called every ten minutes.
 .Pp
 At every invocation, every job in lowercase queues whose starting time
@@ -44,9 +44,9 @@ Debug; print error messages to standard 
 .Sh WARNINGS
 For
 .Nm
-to work, you have to start up a
+to work, a
 .Xr cron 8
-daemon.
+daemon needs to be running.
 .Sh FILES
 .Bl -tag -width /var/at/spool -compact
 .It Pa /var/at/spool

Reply via email to