Age | Commit message (Collapse) | Author |
|
suggest something that is a syntax error. OK jmc@
|
|
revert that part of yesterday's diffs;
|
|
|
|
|
|
Remove unused macros Skip_Line and MkLower
Remove trailing whitespace
|
|
- macro fixes
- kill whitespace at EOL
- new sentence, new line
|
|
The at(1) code is now more tightly integrated into the cron codebase.
|
|
o ANSI function headers
o return (foo) not return foo
o add -oi to sendmail flags
o update email address in man pages
o make some strings const
o completely remove globbing cruft from popen.c
o whitespace changes
o add DOW_STAR to flags for "monthly", "weekly", and "daily" cron entries
|
|
of fixed fields (the time spec, etc) and a command which may itself
be one or more fields long. Make this clear.
|
|
o User crontab has six (6) fields
o Closes PR 2021; thanks jamesez@cerberus.jimz.net
o Okay millert@
|
|
o) .Sh EXAMPLE -> .Sh EXAMPLES;
o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;
millert@ ok
|
|
sendmail support.
o Remove misleading info in STANDARDS about the syntax being different
from previous Vixie Cron versions. The flags have been this way for
all versions of cron we have shipped with.
|
|
I also fixed the signal handlers while I was at it.
|
|
- Correct some .Nm usage.
|
|
cleanup along the way.
|
|
|
|
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|