From: Michael R Sweet Date: Wed, 28 Oct 2020 16:34:08 +0000 (-0400) Subject: Fix typo in ppdc(1) man page (Apple CUPS PR #5835) X-Git-Tag: v2.3.3op1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c302f5af51ab82d236d6452ac9ee9cc8d2c9a8b;p=thirdparty%2Fcups.git Fix typo in ppdc(1) man page (Apple CUPS PR #5835) --- diff --git a/doc/help/man-ppdc.html b/doc/help/man-ppdc.html index d4e178b558..f6a233d185 100644 --- a/doc/help/man-ppdc.html +++ b/doc/help/man-ppdc.html @@ -63,7 +63,7 @@ The default output directory is "ppd". The default language is "en" (English). Separate multiple languages with commas, for example "de_DE,en_UK,es_ES,es_MX,es_US,fr_CA,fr_FR,it_IT" will create PPD files with German, UK English, Spanish (Spain, Mexico, and US), French (France and Canada), and Italian languages in each file.
-m -
Specifies that the output filename should be based on the ModelName value instead of FileName or PCFilenName. +
Specifies that the output filename should be based on the ModelName value instead of FileName or PCFileName.
-t
Specifies that PPD files should be tested instead of generated.
-v diff --git a/man/ppdc.1 b/man/ppdc.1 index 44e9d24487..fdc065fa4b 100644 --- a/man/ppdc.1 +++ b/man/ppdc.1 @@ -7,7 +7,7 @@ .\" Licensed under Apache License v2.0. See the file "LICENSE" for more .\" information. .\" -.TH ppdc 1 "CUPS" "26 April 2019" "Apple Inc." +.TH ppdc 1 "CUPS" "28 October 2020" "Apple Inc." .SH NAME ppdc \- cups ppd compiler (deprecated) .SH SYNOPSIS @@ -69,7 +69,7 @@ The default language is "en" (English). Separate multiple languages with commas, for example "de_DE,en_UK,es_ES,es_MX,es_US,fr_CA,fr_FR,it_IT" will create PPD files with German, UK English, Spanish (Spain, Mexico, and US), French (France and Canada), and Italian languages in each file. .TP 5 .B \-m -Specifies that the output filename should be based on the ModelName value instead of FileName or PCFilenName. +Specifies that the output filename should be based on the ModelName value instead of FileName or PCFileName. .TP 5 .B \-t Specifies that PPD files should be tested instead of generated.