diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-06-13 13:27:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-06-13 13:27:38 +0000 |
commit | bdff207afbb43e1096d651dba31c1d0ad2dc9ccd (patch) | |
tree | 417dd0a414a4dc711a0966606d96e1e8ae3f94a1 /usr.sbin | |
parent | ffebb6c34c09a29f5b265d36ca12f1d79278c089 (diff) |
avoid a double flag;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/cron/crontab.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/crontab.5 b/usr.sbin/cron/crontab.5 index cdda7bb40dd..ec73617193c 100644 --- a/usr.sbin/cron/crontab.5 +++ b/usr.sbin/cron/crontab.5 @@ -17,7 +17,7 @@ .\" 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.35 2018/06/13 11:27:30 job Exp $ +.\" $OpenBSD: crontab.5,v 1.36 2018/06/13 13:27:37 jmc Exp $ .\" .Dd $Mdocdate: June 13 2018 $ .Dt CRONTAB 5 @@ -201,7 +201,7 @@ No mail is sent after a successful run. The execution output will only be mailed if the command exits with a non-zero exit code. The -.Fl -n +.Fl n option is an attempt to cure potentially copious volumes of mail coming from .Xr cron 8 . .It Fl q Ar command |