Module Name: src
Committed By: wiz
Date: Fri Mar 12 09:36:15 UTC 2010
Modified Files:
src/usr.sbin/cron: crontab.5
Log Message:
Quote question mark so it's correctly marked up.
Problem reported by Ryo HAYASAKA in PR 42963.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/cron/crontab.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/cron/crontab.5
diff -u src/usr.sbin/cron/crontab.5:1.13 src/usr.sbin/cron/crontab.5:1.14
--- src/usr.sbin/cron/crontab.5:1.13 Sat Apr 4 17:29:59 2009
+++ src/usr.sbin/cron/crontab.5 Fri Mar 12 09:36:15 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: crontab.5,v 1.13 2009/04/04 17:29:59 wiz Exp $
+.\" $NetBSD: crontab.5,v 1.14 2010/03/12 09:36:15 wiz Exp $
.\"
.\"/* Copyright 1988,1990,1993,1994 by Paul Vixie
.\" * All rights reserved
@@ -198,7 +198,7 @@
entry specifies execution at hours 8, 9, 10, and 11.
.Pp
A field may begin with a question mark
-.Pq Sq ? ,
+.Pq Sq \&? ,
which indicates a single value randomly selected when the crontab
file is read.
If the field contains only a question mark, the value is randomly