diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-07-16 06:52:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-07-16 06:52:06 +0000 |
commit | a9ca323d2ac66d03c0b4c111702912a411142a6e (patch) | |
tree | 022df548a8e976231f72fb73884f60950c6b4e8c /usr.sbin/cron/crontab.1 | |
parent | a7f1602fa178c1bb6f47ef612d0cefb884079aaf (diff) |
where "-" represents stdin, just use Sq, not Fl, since it's not a flag;
from Jan Stary
Diffstat (limited to 'usr.sbin/cron/crontab.1')
-rw-r--r-- | usr.sbin/cron/crontab.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/cron/crontab.1 b/usr.sbin/cron/crontab.1 index 1051b4fa44f..3ccb11f4b9e 100644 --- a/usr.sbin/cron/crontab.1 +++ b/usr.sbin/cron/crontab.1 @@ -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.1,v 1.28 2011/01/31 19:13:31 millert Exp $ +.\" $OpenBSD: crontab.1,v 1.29 2013/07/16 06:52:05 jmc Exp $ .\" -.Dd $Mdocdate: January 31 2011 $ +.Dd $Mdocdate: July 16 2013 $ .Dt CRONTAB 1 .Os .Sh NAME @@ -48,7 +48,7 @@ they are not intended to be edited directly. .Pp The first form of this command is used to install a new crontab from some named file, or standard input if the pseudo-filename -.Sq Fl +.Sq - is given. .Pp If the |