Deleted Added
full compact
lprm.1 (81449) lprm.1 (95127)
1.\" Copyright (c) 1983, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)lprm.1 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1983, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)lprm.1 8.1 (Berkeley) 6/6/93
33.\" $FreeBSD: head/usr.sbin/lpr/lprm/lprm.1 81449 2001-08-10 13:45:36Z ru $
33.\" $FreeBSD: head/usr.sbin/lpr/lprm/lprm.1 95127 2002-04-20 12:27:18Z charnier $
34.\"
35.Dd June 6, 1993
36.Dt LPRM 1
37.Os
38.Sh NAME
39.Nm lprm
40.Nd remove jobs from the line printer spooling queue
41.Sh SYNOPSIS
42.Nm
43.Op Fl P Ns Ar printer
44.Op Fl
45.Op job # ...\&
46.Op Ar user ...\&
47.Sh DESCRIPTION
34.\"
35.Dd June 6, 1993
36.Dt LPRM 1
37.Os
38.Sh NAME
39.Nm lprm
40.Nd remove jobs from the line printer spooling queue
41.Sh SYNOPSIS
42.Nm
43.Op Fl P Ns Ar printer
44.Op Fl
45.Op job # ...\&
46.Op Ar user ...\&
47.Sh DESCRIPTION
48.Nm Lprm
49will remove a job, or jobs, from a printer's spool queue.
48The
49.Nm
50utility will remove a job, or jobs, from a printer's spool queue.
50Since the spooling directory is protected from users, using
51.Nm
52is normally the only method by which a user may remove a job.
53The owner of a job is determined by the user's login name
54and host name on the machine where the
55.Xr lpr 1
56command was invoked.
57.Pp

--- 34 unchanged lines hidden (view full) ---

92.El
93.Pp
94If neither arguments or options are given,
95.Nm
96will delete the currently active job if it is
97owned by the user who invoked
98.Nm .
99.Pp
51Since the spooling directory is protected from users, using
52.Nm
53is normally the only method by which a user may remove a job.
54The owner of a job is determined by the user's login name
55and host name on the machine where the
56.Xr lpr 1
57command was invoked.
58.Pp

--- 34 unchanged lines hidden (view full) ---

93.El
94.Pp
95If neither arguments or options are given,
96.Nm
97will delete the currently active job if it is
98owned by the user who invoked
99.Nm .
100.Pp
100.Nm Lprm
101announces the names of any files it removes and is silent if
101The
102.Nm
103utility announces the names of any files it removes and is silent if
102there are no jobs in the queue which match the request list.
103.Pp
104there are no jobs in the queue which match the request list.
105.Pp
104.Nm Lprm
105will kill off an active daemon, if necessary, before removing
106The
107.Nm
108utility will kill off an active daemon, if necessary, before removing
106any spooling files. If a daemon is killed, a new one is
107automatically restarted upon completion of file removals.
108.Sh ENVIRONMENT
109If the following environment variable exists, it is utilized by
110.Nm .
111.Bl -tag -width PRINTER
112.It Ev PRINTER
113If the environment variable

--- 33 unchanged lines hidden ---
109any spooling files. If a daemon is killed, a new one is
110automatically restarted upon completion of file removals.
111.Sh ENVIRONMENT
112If the following environment variable exists, it is utilized by
113.Nm .
114.Bl -tag -width PRINTER
115.It Ev PRINTER
116If the environment variable

--- 33 unchanged lines hidden ---