Module Name: src
Committed By: joerg
Date: Thu May 13 22:35:57 UTC 2010
Modified Files:
src/external/bsd/cron/dist: crontab.1
Log Message:
Fix .At argument.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/cron/dist/crontab.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/cron/dist/crontab.1
diff -u src/external/bsd/cron/dist/crontab.1:1.4 src/external/bsd/cron/dist/crontab.1:1.5
--- src/external/bsd/cron/dist/crontab.1:1.4 Sat May 8 11:55:01 2010
+++ src/external/bsd/cron/dist/crontab.1 Thu May 13 22:35:57 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: crontab.1,v 1.4 2010/05/08 11:55:01 wiz Exp $
+.\" $NetBSD: crontab.1,v 1.5 2010/05/13 22:35:57 joerg Exp $
.\"
.\"/* Copyright 1988,1990,1993 by Paul Vixie
.\" * All rights reserved
@@ -140,7 +140,7 @@
.St -p1003.2 .
This new command syntax
differs from previous versions of Vixie Cron, as well as from the classic
-.At V3
+.At v3
syntax.
.Sh AUTHORS
.An Paul Vixie