Penguin
Annotated edit history of monitor(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 MONITOR
2 !!!MONITOR
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 EXIT STATUS
8 SEE ALSO
9 HISTORY
10 AUTHOR
11 ----
12 !!NAME
13
14
15 monitor - receive logging information from LPD
16 !!SYNOPSIS
17
18
19 __monitor__ [[ ''-u'' ] [[ ''-t'' ] [[ port
20 ]
21 !!DESCRIPTION
22
23
24 The __monitor__ program is a template for a printer
25 status monitoring program. It will open the specified TCP
26 and/or UDP port, and then wait for accounting or other
27 information to be sent. It prints this information on it
28 standard output.
29 !!OPTIONS
30
31
32 __-u__
33
34
35 wait for connections on the UDP port.
36
37
38 __-t__
39
40
41 wait for connections on the TCP port.
42
43
44 __ort__
45
46
47 Use the specified port number.
48 !!EXIT STATUS
49
50
51 The following exit values are returned:
52
53
54 __zero (0)__
55
56
57 Successful completion.
58
59
60 __non-zero (!=0)__
61
62
63 An error occurred.
64 !!SEE ALSO
65
66
67 lpd.conf(5), lpc(8), lpd(8), checkpc(8), lpr(1), lpq(1),
68 lprm(1), printcap(5), lpd.conf(5), pr(1).
69 !!HISTORY
70
71
72 LPRng is a enhanced printer spooler system with
73 functionality similar to the Berkeley LPR software. The
74 LPRng mailing list is lprng@lprng.com; subscribe by sending
75 mail to lprng-request@lprng.com with the word subscribe in
76 the body. The software is available from
77 ftp://ftp.lprng.com/pub/LPRng.
78 !!AUTHOR
79
80
81 Patrick Powell
82 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.