." intlink tagname rest
.de intlink
. ie \\n[www-html] \{\
. HTML \\$1\\$2
. \}
. el \{ \fB\\$1\fR\\$2 \}
..
." extlink URL text rest
.de extlink
. ie \\n[www-html] \{\
. HTML \\$2\\$3
. \}
. el \{ \fB\\$1\fR\\$3 \}
..
.de manlink
. ie \\n[www-html] \{\
. HTML \\$2\\$3
. \}
. el \{ \fB\\$2\fR\\$3 \}
..
.de paragraph
.HTML
.P
..
.de section
. ie \\n[www-html] \{\
.HTML
\\$1
. \}
. el \{
.SH \\$1
. \}
..
.de subsection
. ie \\n[www-html] \{\
.HTML
\\$1
. \}
. el \{
.SS \\$1
. \}
..
." type name (args ..."
.de func
.HTML
.HTML -
\\$1 \fB\\$2\fR\\$3
..
.de args
.br
.HTML
-
\\$1
..
.de endfunc
.br
.HTML
.P
..
.de options
. HTML
..
.de option
. ie \\n[www-html] \{\
. HTML "- \\$1
- "
. \}
. el \{
.HP
\\$1
.br
. \}
..
.de optionparagraph
.HTML
.IP
..
.de endoptions
. HTML
..
.de list
.HTML
..
.de entry
. ie \\n[www-html] \{\
. HTML "- \\$1"
. \}
. el \{ .TP 3
*
\\$1
\}
..
.de endlist
.HTML
..
.ds PA uschedule
.ds VE 0.7.1
.ds CL admin
.TH uschedulerm 1 \*(VE \*(PA
.hy 0
.URL "Uwe Ohse" ../uwe.html
.br
.URL "The uschedule package" ../uschedule.html
.paragraph
.SH NAME
uschedulerm - remove uschedule jobs
.LINE
.SH SYNOPSIS
\fBuschedulerm\fR [-.] [-d DIR] [-i] [-N] [-c] JOB-ID ...
.SH DESCRIPTION
\fBuschedulerm\fR reads information about scheduled jobs
from \fIDIR\fR, or, if this is not given, from \fI~/.uschedule/\fR.
The current working directory will be used instead of \fI~\fR if the
\fI-.\fR or \fI--dot-as-home\fR option is given.
.paragraph
It then deletes all jobs with the identifier \fIJOB-ID\fR.
.paragraph
If the \fI-c\fR option is used then \fBuschedulerm\fB will not delete
scheduled jobs but registered commands. In this mode no command with
more than one link is deleted, that is, commands referenced by any
active job cannot be removed.
.paragraph
To make \fIuschedulerm\fR ask before it removes any file use
the \fI-i\fR option. This option is the default is standard input
and output point to a terminal. If you don't want to be asked any
questions use the \fI-N\fR option.
.paragraph
.SH AUTHOR
Uwe Ohse, uwe@ohse.de
.SH "SEE ALSO"
.manlink uschedule.html uschedule(8) ,
.manlink intro.html uschedule_intro(7) .
.HTML