summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-08-26 18:51:57 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-08-26 18:51:57 +0000
commitdd3fdd2c595564be3b3900316267188b988f6aa9 (patch)
treef76ea642fb89ca6fc6740367f98f59d0b950292b /man
parentff455bc67fc7aafeee3cc56bc85efb66c1af4ec8 (diff)
downloadcups-dd3fdd2c595564be3b3900316267188b988f6aa9.tar.gz
Documentation updates (STR #4691, STR #4693)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12848 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'man')
-rw-r--r--man/filter.man8
-rw-r--r--man/ipptool.man4
-rw-r--r--man/mime.convs.man8
3 files changed, 10 insertions, 10 deletions
diff --git a/man/filter.man b/man/filter.man
index cd82ed304..356b3537d 100644
--- a/man/filter.man
+++ b/man/filter.man
@@ -3,7 +3,7 @@
.\"
.\" filter man page for CUPS.
.\"
-.\" Copyright 2007-2014 by Apple Inc.
+.\" Copyright 2007-2015 by Apple Inc.
.\" Copyright 1997-2007 by Easy Software Products.
.\"
.\" These coded instructions, statements, and computer programs are the
@@ -12,7 +12,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 filter 7 "CUPS" "4 April 2014" "Apple Inc."
+.TH filter 7 "CUPS" "26 August 2015" "Apple Inc."
.SH NAME
filter \- cups file conversion filter interface
.SH SYNOPSIS
@@ -68,7 +68,7 @@ Options are passed in \fIargv[5]\fR and are encoded from the corresponding IPP a
function to load the options into a \fBcups_option_t\fR array and the
.BR cupsGetOption ()
function to get the value of a specific attribute.
-Be careful to look for common aliases of IPP attributes such as "lansdscape" for the IPP "orientation-requested" attribute.
+Be careful to look for common aliases of IPP attributes such as "landscape" for the IPP "orientation-requested" attribute.
.LP
Options passed on the command-line typically do not include the default choices the printer's PPD file. Use the
.BR ppdMarkDefaults ()
@@ -222,7 +222,7 @@ program to use the appropriate filters to do the conversions you need.
.br
CUPS Online Help (http://localhost:631/help)
.SH COPYRIGHT
-Copyright \[co] 2007-2014 by Apple Inc.
+Copyright \[co] 2007-2015 by Apple Inc.
.\"
.\" End of "$Id$".
.\"
diff --git a/man/ipptool.man b/man/ipptool.man
index 9c9410c02..249d871e7 100644
--- a/man/ipptool.man
+++ b/man/ipptool.man
@@ -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" "3 February 2015" "Apple Inc."
+.TH ipptool 1 "CUPS" "26 August 2015" "Apple Inc."
.SH NAME
ipptool \- perform internet printing protocol requests
.SH SYNOPSIS
@@ -183,7 +183,7 @@ This is the default for XML output.
.SH EXIT STATUS
The
.B ipptool
-program returns 0 if all tests were sucessful and 1 otherwise.
+program returns 0 if all tests were successful and 1 otherwise.
.SH FILES
The following standard files are available:
.nf
diff --git a/man/mime.convs.man b/man/mime.convs.man
index 4a67bcd96..06d677a3f 100644
--- a/man/mime.convs.man
+++ b/man/mime.convs.man
@@ -3,7 +3,7 @@
.\"
.\" mime.convs man page for CUPS.
.\"
-.\" Copyright 2007-2014 by Apple Inc.
+.\" Copyright 2007-2015 by Apple Inc.
.\" Copyright 1997-2006 by Easy Software Products.
.\"
.\" These coded instructions, statements, and computer programs are the
@@ -12,7 +12,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 mime.convs 5 "CUPS" "12 June 2014" "Apple Inc."
+.TH mime.convs 5 "CUPS" "26 August 2015" "Apple Inc."
.SH NAME
mime.convs \- mime type conversion file for cups
.SH DESCRIPTION
@@ -32,7 +32,7 @@ Filter lines specify the source and destination MIME types along with a relative
.fi
The \fIsource/type\fR field specifies the source MIME media type that is consumed by the filter.
.LP
-The \fIdestination/type\fR field specifies the destiantion MIME media type that is produced by the filter.
+The \fIdestination/type\fR field specifies the destination MIME media type that is produced by the filter.
.LP
The \fIcost\fR field specifies the relative cost for running the filter.
A value of 100 means that the filter uses a large amount of resources while a value of 0 means that the filter uses very few resources.
@@ -60,7 +60,7 @@ Define a filter that converts PostScript documents to CUPS Raster format:
.BR mime.types (5),
CUPS Online Help (http://localhost:631/help)
.SH COPYRIGHT
-Copyright \[co] 2007-2014 by Apple Inc.
+Copyright \[co] 2007-2015 by Apple Inc.
.\"
.\" End of "$Id$".
.\"