]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update documentation.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sun, 17 Oct 2010 04:45:14 +0000 (04:45 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sun, 17 Oct 2010 04:45:14 +0000 (04:45 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9339 7a7537e8-13f0-0310-91df-b6672ffda945

IPPTOOL.txt
man/ipptool.man

index c968220173b0526c217e879903a205c98643beef..c13da01ae7cdcc675c97fbdc521b77e38adfd947 100644 (file)
@@ -1,24 +1,23 @@
-IPPTOOL.txt - 2010-04-07
+IPPTOOL.txt - 2010-10-17
 ------------------------
 
 
 INTRODUCTION
 
-    Starting with CUPS 1.5, CUPS now installs a user program called
-    ipptool that can be used to send arbitrary IPP requests to a CUPS
-    server or IPP printer. This tool started life as part of the CUPS
-    automated test suite and has grown to support complex conformance
-    tests and a simple way to query printer, job, and subscription
-    attributes.
+    Starting with CUPS 1.5, CUPS now installs a user program called ipptool that
+    can be used to send arbitrary IPP requests to a CUPS server or IPP printer.
+    This tool started life as part of the CUPS automated test suite and has
+    grown to support complex conformance tests and a simple way to query
+    printer, job, and subscription attributes.
 
 
 BASIC USAGE
 
-    The ipptool command requires a printer URI and one or more "test"
-    files that describe the operations, attributes to display, and
-    expected status and attribute values. Several standard files are
-    included with CUPS, for example to show a list of pending print jobs
-    on a CUPS printer called "myprinter" you'd run:
+    The ipptool command requires a printer URI and one or more "test" files that
+    describe the operations, attributes to display, and expected status and
+    attribute values. Several standard files are included with CUPS, for example
+    to show a list of pending print jobs on a CUPS printer called "myprinter"
+    you'd run:
 
         ipptool ipp://localhost/printers/myprinter get-jobs.test
 
@@ -31,8 +30,8 @@ BASIC USAGE
        74     pending-held testfile.jpg msweet
        75     pending-held testfile.txt msweet
 
-    To get output suitable for import into a spreadsheet, use the "-c"
-    (CSV) option:
+    To get output suitable for import into a spreadsheet, use the "-c" (CSV)
+    option:
 
         ipptool -c ipp://localhost/printers/myprinter get-jobs.test
 
@@ -47,9 +46,8 @@ BASIC USAGE
 
 CONFORMANCE TESTS
 
-    We provide basic IPP conformance tests for IPP/1.1, IPP/2.0, and
-    IPP/2.1. For a given printer URI, the following commands perform
-    tests at each level:
+    We provide basic IPP conformance tests for IPP/1.1, IPP/2.0, and IPP/2.1.
+    For a given printer URI, the following commands perform tests at each level:
 
         ipptool -t printer-uri ipp-1.1.test
         ipptool -t -V 2.0 printer-uri ipp-2.0.test
@@ -58,8 +56,8 @@ CONFORMANCE TESTS
 
 READING THE DOCUMENTATION
 
-    The command usage is described in the ipptest(1) man page, while the
-    file format is described in the ipptestfile(5) man page.
+    The command usage is described in the ipptest(1) man page, while the file
+    format is described in the ipptestfile(5) man page.
 
 
 GETTING SUPPORT AND OTHER RESOURCES
index 1e9f59b3cc3e54971549858a1c1b950c5b40cf1a..e6370f8ece70f7b979bb194a4bba8fbbb9c57aa4 100644 (file)
@@ -11,7 +11,7 @@
 .\"   which should have been included with this file.  If this file is
 .\"   file is missing or damaged, see the license at "http://www.cups.org/".
 .\"
-.TH ipptool 1 "CUPS" "2 August 2010" "Apple Inc."
+.TH ipptool 1 "CUPS" "17 October 2010" "Apple Inc."
 .SH NAME
 ipptool - perform internet printing protocol requests
 .SH SYNOPSIS
@@ -68,7 +68,7 @@ Defines the named variable.
 Defines the default request filename for tests.
 .TP 5
 -i seconds
-Specifies that the (last) file should be repeated at the specified interval. This option is incompatible with the \fI-x\fR (XML plist output) option.
+Specifies that the (last) file should be repeated at the specified interval. This option is incompatible with the \fI-X\fR (XML plist output) option.
 .TP 5
 -l
 Specifies that plain text output is desired.