diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2010-11-19 17:16:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2010-11-19 17:16:49 +0000 |
commit | 6464d6fcfee94889eb23250557a343aff5e4e5ee (patch) | |
tree | 5f056e0235c7c70043e317e49dcad785534062a8 /usr.sbin | |
parent | 2524be2504f53f7139c8519108946b0e4cec0476 (diff) |
Use regular double quotes ("") in the MAILTO example so we don't
suggest something that is a syntax error. OK jmc@
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 ef0bdeeb2fc..e7135ae71bb 100644 --- a/usr.sbin/cron/crontab.5 +++ b/usr.sbin/cron/crontab.5 @@ -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.5,v 1.23 2010/09/20 07:41:17 jmc Exp $ +.\" $OpenBSD: crontab.5,v 1.24 2010/11/19 17:16:48 millert Exp $ .\" -.Dd $Mdocdate: September 20 2010 $ +.Dd $Mdocdate: November 19 2010 $ .Dt CRONTAB 5 .Os .Sh NAME @@ -159,7 +159,7 @@ mail is sent to the user so named. If .Ev MAILTO is defined but empty -.Pq Ev MAILTO \&= Sq , +.Pq Ev MAILTO \&= Qq , no mail will be sent. Otherwise mail is sent to the owner of the |