summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/cron.8
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-07-07 10:50:04 +0000
committeraaron <aaron@openbsd.org>1999-07-07 10:50:04 +0000
commit7f3168a29b6e53d1206c7a5ea2f46df581d49a76 (patch)
tree6061850677851fbd46945b0bbca49b48001c1182 /usr.sbin/cron/cron.8
parentAttempt to make photurisd limitations clearer. (diff)
downloadwireguard-openbsd-7f3168a29b6e53d1206c7a5ea2f46df581d49a76.tar.xz
wireguard-openbsd-7f3168a29b6e53d1206c7a5ea2f46df581d49a76.zip
The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
Diffstat (limited to 'usr.sbin/cron/cron.8')
-rw-r--r--usr.sbin/cron/cron.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/cron.8 b/usr.sbin/cron/cron.8
index 9068b837c7f..f9dced87356 100644
--- a/usr.sbin/cron/cron.8
+++ b/usr.sbin/cron/cron.8
@@ -15,11 +15,11 @@
.\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul
.\" */
.\"
-.\" $Id: cron.8,v 1.6 1999/07/02 20:11:48 aaron Exp $
+.\" $Id: cron.8,v 1.7 1999/07/07 10:50:11 aaron Exp $
.\"
.Dd June 6, 1999
-.Os
.Dt CRON 8
+.Os
.Sh NAME
.Nm cron
.Nd daemon to execute scheduled commands (Vixie Cron)