diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-14 08:41:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-14 08:41:17 +0000 |
commit | a70a448e49b67613f471f824ea81ce4681c3b602 (patch) | |
tree | 2879bcdb408ee78f23f62071d2ad482a33cd0a1e /usr.sbin | |
parent | 1b35e175a1e0c27d0d65a68f21535770bfbecd61 (diff) |
macro simplification;
From: Jan Stary
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/cron/crontab.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/cron/crontab.5 b/usr.sbin/cron/crontab.5 index b89982995b2..eac399c9506 100644 --- a/usr.sbin/cron/crontab.5 +++ b/usr.sbin/cron/crontab.5 @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.\" $OpenBSD: crontab.5,v 1.26 2013/08/14 08:39:32 jmc Exp $ +.\" $OpenBSD: crontab.5,v 1.27 2013/08/14 08:41:16 jmc Exp $ .\" .Dd $Mdocdate: August 14 2013 $ .Dt CRONTAB 5 @@ -36,10 +36,10 @@ at these times on these dates run this command .Dc . There may be a system .Nm -.Pf ( Pa /etc/crontab ) +.Pq Pa /etc/crontab and each user may have their own .Nm -.Pf ( Pa /var/cron/tabs/<user> ) . +.Pq Pa /var/cron/tabs/<user> . Commands in any given .Nm will be |