summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-01-30 13:29:00 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-01-30 13:29:00 +0000
commit1a39894e72e55684340ecd6081e228b38120d02b (patch)
treea81a486c01ec4e50cbdcea76a1e88fcb66a5ac0e /usr.sbin
parent6c8b8bce306f26481ffc8f9afc8856077470b4e6 (diff)
expand STANDARDS; ok millert
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/cron/crontab.116
1 files changed, 14 insertions, 2 deletions
diff --git a/usr.sbin/cron/crontab.1 b/usr.sbin/cron/crontab.1
index 53375096919..021c3a48d1d 100644
--- a/usr.sbin/cron/crontab.1
+++ b/usr.sbin/cron/crontab.1
@@ -17,9 +17,9 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
.\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" $OpenBSD: crontab.1,v 1.30 2013/07/16 11:13:33 schwarze Exp $
+.\" $OpenBSD: crontab.1,v 1.31 2014/01/30 13:28:59 jmc Exp $
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: January 30 2014 $
.Dt CRONTAB 1
.Os
.Sh NAME
@@ -166,5 +166,17 @@ specification.
The flag
.Op Fl u
is an extension to that specification.
+.Pp
+The flag
+.Op Fl e
+is marked by
+.St -p1003.1-2008
+as being optional.
+.Pp
+The cron.allow/deny mechanism is marked by
+.St -p1003.1-2008
+as being an
+X/Open System Interfaces
+option.
.Sh AUTHORS
.An Paul Vixie Aq Mt vixie@isc.org