source: trunk/third/transcript/man/ascomm.8p @ 9090

Revision 9090, 2.5 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9089, which included commits to RCS files with non-trunk default branches.
Line 
1.TH ASCOMM 8 "4 April 1994" "Adobe Systems"
2\" Copyright (c) 1994 Adobe Systems Incorporated. All Rights Reserved.
3\" ATTN GOVERNMENT END USERS: See notice of rights in file XPSLIBDIRX/Notice
4\" RCSID: $Header: /afs/dev.mit.edu/source/repository/third/transcript/man/ascomm.8p,v 1.1.1.1 1996-10-07 20:25:40 ghudson Exp $
5.ds PS P\s-2OST\s+2S\s-2CRIPT\s+2
6.ds TS T\s-2RAN\s+2S\s-2CRIPT\s+2
7.SH NAME
8ascomm\(em\*(TS AppSocket TCP/IP communication filter for \*(PS printers
9.SH "SYNOPSIS"
10.B XPSLIBDIRX/ascomm
11.SH "DESCRIPTION"
12This is the low-level \*(TS AppSocket TCP/IP communication filter for use
13by the 4.2BSD line printer spooling system through the printer description
14file /etc/printcap, or by the System V spooling system.
15For 4.2BSD, it is called from the
16.I psint.sh
17shell script.  This script uses argv[0] (the name it was invoked under)
18to determine which action to take, which may involve invoking a translation
19filter or management filter before invoking the communications filter.
20The options are as specified in the
21.I 4.2BSD Line Printer Spooler Manual.
22If a log file is specified in /etc/printcap,
23.ascomm
24will maintain a log of each job processed, as well as any error output from
25the printer.
26For System V, it is called from the
27.I psinterface
28shell script.
29The program
30.I ascomm
31is the lowest level filter.  It manages communication with the printer,
32error handling, status reporting, etc.  It also manages a printer log file
33named transcript/\fIprinter\fP-log (under the lp spooling directory).
34.SH ENVIRONMENT
35.IP VERBOSELOG=\fInumber\fP
36print verbose log messages
37.IP ASCONTROL=\fInumber\fP
38if 1, use AppSocket control protocol (default)
39.IP ASSTATUS=\fInumber\fP
40if 1, query status during job on status port (default)
41.br
42.SH FILES
43.TP 2.2i
44\fIprinter\fP.acct
45printer accounting file  (4.2BSD)
46.TP 2.2i
47\fIprinter\fP-log
48printer log file
49.TP 2.2i
50status
51printer status file (in the spool directory), shared by
52.I lpd(8)
53and
54.I ascomm
55(4.2BSD)
56.SH "SEE ALSO"
57lpr(1), lpc(8), lpd(8), printcap(5), psint(8) (4.2BSD)
58.br
59lp(1), lpstat(1), lpsched(1M), lpadmin(1M), psinterface(8) (SysV)
60.br
61transcript(1)
62.br
63.I 4.2BSD Line Printer Spooler Manual
64.br
65.I System V Line Printer Spooling Utilities
66.SH AUTHOR
67Adobe Systems Incorporated
68.SH NOTES
69To use ascomm to communicate with HP printers via TCP/IP, set both
70ASCONTROL and ASSTATUS to 0 (in the .options or \fIprinter\fP.opt files.)
71.br
72\*(PS is a registered trademark of Adobe Systems Incorporated.
73.br
74\*(TS is a trademark of Adobe Systems Incorporated.
75.br
76Unix is a trademark of AT&T Bell Laboratories.
77
Note: See TracBrowser for help on using the repository browser.