Merge pull request #11 from schaal/manpage-fixes
Fix spelling errors, trailing whitespaces in manpages.
This commit is contained in:
commit
e37994db36
@ -4,18 +4,18 @@
|
||||
crontab - maintain crontab files for individual users
|
||||
|
||||
.SH SYNOPSIS
|
||||
crontab [-u user] file
|
||||
crontab [\-u user] file
|
||||
.br
|
||||
crontab [-u user] [-l | -r | -e] [-i]
|
||||
crontab [\-u user] [\-l | \-r | \-e] [\-i]
|
||||
|
||||
.SH DESCRIPTION
|
||||
Crontab is the program used to lest users install, deinstall or list
|
||||
Crontab is the program used to let users install, deinstall or list
|
||||
recurrent jobs in the legacy cron format.
|
||||
.br
|
||||
Each user can have their own crontab, and though these are files in /var/spool/,
|
||||
they are not intended to be edited directly.
|
||||
.br
|
||||
These jobs are then automaticaly translated in systemd Timers & Units
|
||||
These jobs are then automatically translated in systemd Timers & Units
|
||||
by systemd-crontab-generator.
|
||||
|
||||
.SH FILES
|
||||
@ -24,7 +24,7 @@ by systemd-crontab-generator.
|
||||
Directory for users crontabs.
|
||||
|
||||
.SH LIMITATIONS
|
||||
The -s flag (SELinux) is not supported.
|
||||
The \-s flag (SELinux) is not supported.
|
||||
.br
|
||||
/etc/cron.allow & /etc/cron.deny are not supported.
|
||||
|
||||
|
@ -285,7 +285,7 @@ SHELL=/bin/sh
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||
|
||||
# m h dom mon dow user command
|
||||
17 * * * * root cd / && run-parts --report /etc/cron.hourly
|
||||
17 * * * * root cd / && run-parts \-\-report /etc/cron.hourly
|
||||
25 6 * * * root test \-x /usr/sbin/anacron || ( cd / && run-parts \-\-report /etc/cron.daily )
|
||||
47 6 * * 7 root test \-x /usr/sbin/anacron || ( cd / && run-parts \-\-report /etc/cron.weekly )
|
||||
52 6 1 * * root test \-x /usr/sbin/anacron || ( cd / && run-parts \-\-report /etc/cron.monthly )
|
||||
@ -346,7 +346,7 @@ For example, to run a program the last Saturday of every month you could use
|
||||
the following wrapper code:
|
||||
|
||||
.nf
|
||||
0 4 * * Sat [ "$(date +\\%e)" = "`ncal | grep $(date +\\%a | sed -e 's/.$//') | sed -e 's/^.*\\s\\([0-9]\\+\\)\\s*$/\\1/'`" ] && echo "Last Saturday" && program_to_run
|
||||
0 4 * * Sat [ "$(date +\\%e)" = "`ncal | grep $(date +\\%a | sed \-e 's/.$//') | sed \-e 's/^.*\\s\\([0-9]\\+\\)\\s*$/\\1/'`" ] && echo "Last Saturday" && program_to_run
|
||||
.fi
|
||||
|
||||
.B systemd-crontab-generator
|
||||
|
@ -42,7 +42,7 @@ Directory for users crontabs.
|
||||
.br
|
||||
|
||||
.\.SH LIMITATIONS
|
||||
.\The -s flag (SELinux) is not supported.
|
||||
.\The \-s flag (SELinux) is not supported.
|
||||
.\.br
|
||||
.\/etc/cron.allow & /etc/cron.deny are not supported.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user