Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/cron Quote question mark so it's correctly marked up.



details:   https://anonhg.NetBSD.org/src/rev/e76527b19628
branches:  trunk
changeset: 752942:e76527b19628
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Mar 12 09:36:15 2010 +0000

description:
Quote question mark so it's correctly marked up.
Problem reported by Ryo HAYASAKA in PR 42963.

diffstat:

 usr.sbin/cron/crontab.5 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0a62fe65d1e8 -r e76527b19628 usr.sbin/cron/crontab.5
--- a/usr.sbin/cron/crontab.5   Fri Mar 12 09:12:34 2010 +0000
+++ b/usr.sbin/cron/crontab.5   Fri Mar 12 09:36:15 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index