]> git.ipfire.org Git - thirdparty/cups.git/blame - test/ippproxy.man
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / test / ippproxy.man
CommitLineData
92ee0d7c 1.\"
92ee0d7c
MS
2.\" ippproxy man page for CUPS.
3.\"
4.\" Copyright 2014 by Apple Inc.
5.\"
6.\" These coded instructions, statements, and computer programs are the
7.\" property of Apple Inc. and are protected by Federal copyright
8.\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
9.\" which should have been included with this file. If this file is
10.\" file is missing or damaged, see the license at "http://www.cups.org/".
11.\"
12.TH ippproxy 1 "CUPS" "16 September 2014" "Apple Inc."
13.SH NAME
14ippproxy \- a simple ipp proxy client
15.SH SYNOPSIS
16.B ippproxy
17[
18.B \-v[vvv]
19]
20.I infrastructure-printer-uri
21.I local-printer-uri
22.SH DESCRIPTION
23.B ippproxy
24is a simple IPP proxy client conforming to the IPP Shared Infrastructure Extensions (INFRA) specification. It can be used to proxy access to a local IPP printer through an Infrastructure Printer such as
25.BR ippinfra (1).
26.SH OPTIONS
27The following options are recognized by
28.B ippproxy:
29.TP 5
30.B \-v[vvv]
31Be (very) verbose when logging activity to the standard output.
32.SH EXIT STATUS
33The
34.B ippproxy
35program returns 1 if it is unable to process the command-line arguments or connect to either the infrastructure or local printers.
36Otherwise
37.B ippproxy
38will run continuously until terminated.
39.SH CONFORMING TO
40The
41.B ippproxy
42program is unique to CUPS and conforms to the IPP Shared Infrastructure Extensions (INFRA) specification.
43.SH EXAMPLE
44Run
45.B ippproxy
46with an infrastructure URI of "ipps://host.example.com/ipp/print" and a local URI of "ipp://10.0.1.2/ipp/print":
47.nf
48
49 ippproxy ipps://host.example.com/ipp/print ipp://10.0.1.2/ipp/print
50.fi
51.SH SEE ALSO
52PWG Internet Printing Protocol Workgroup (http://www.pwg.org/ipp)
53.SH COPYRIGHT
54Copyright \[co] 2007-2014 by Apple Inc.