diff options
author | 2004-02-24 19:39:48 +0000 | |
---|---|---|
committer | 2004-02-24 19:39:48 +0000 | |
commit | c7daa43b36a8e309919322791a49ebd5909ba1fa (patch) | |
tree | 5870a022cb6dabb734a1c25d2fb94bd3f96a8e86 | |
parent | sync (diff) | |
download | wireguard-openbsd-c7daa43b36a8e309919322791a49ebd5909ba1fa.tar.xz wireguard-openbsd-c7daa43b36a8e309919322791a49ebd5909ba1fa.zip |
remove reference to -x bit;
ok millert@
-rw-r--r-- | usr.sbin/cron/cron.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/cron.8 b/usr.sbin/cron/cron.8 index 766d7b606df..3f4e775b786 100644 --- a/usr.sbin/cron/cron.8 +++ b/usr.sbin/cron/cron.8 @@ -17,7 +17,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.\" $OpenBSD: cron.8,v 1.24 2003/06/17 21:56:26 millert Exp $ +.\" $OpenBSD: cron.8,v 1.25 2004/02/24 19:39:48 jmc Exp $ .\" .Dd July 6, 2002 .Dt CRON 8 @@ -29,7 +29,7 @@ .Nm cron .Op Fl l Ar load_avg .Op Fl n -.Op Fl x Ar [ext,sch,proc,pars,load,misc,test,bit] +.Op Fl x Ar [ext,sch,proc,pars,load,misc,test] .Sh DESCRIPTION The .Nm |