diff options
author | albator <albator@arcadia.vtf> | 2011-11-05 11:51:44 +0100 |
---|---|---|
committer | albator <albator@arcadia.vtf> | 2011-11-05 11:51:44 +0100 |
commit | 70bc259aa3f4dbd83bd239030690759449ee714b (patch) | |
tree | b61af2d70c64ca12dbec49053c0b20dae8ba7926 /ubuntu/maverick/tdelibs/debian/man/make_driver_db_cups-trinity.1 | |
parent | 1f3a44f73fa43d3c30f47ff8c4f5c414d83f4765 (diff) | |
parent | 169853a068683db6540e3b77542d5139bb7867d1 (diff) | |
download | tde-packaging-70bc259aa3f4dbd83bd239030690759449ee714b.tar.gz tde-packaging-70bc259aa3f4dbd83bd239030690759449ee714b.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/tdelibs/debian/man/make_driver_db_cups-trinity.1')
-rw-r--r-- | ubuntu/maverick/tdelibs/debian/man/make_driver_db_cups-trinity.1 | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/ubuntu/maverick/tdelibs/debian/man/make_driver_db_cups-trinity.1 b/ubuntu/maverick/tdelibs/debian/man/make_driver_db_cups-trinity.1 new file mode 100644 index 000000000..e4eb8251f --- /dev/null +++ b/ubuntu/maverick/tdelibs/debian/man/make_driver_db_cups-trinity.1 @@ -0,0 +1,47 @@ +.TH MAKE_DRIVER_DB_CUPS 1 "Jun 2006" "K Desktop Environment" "" +.SH NAME +make_driver_db_cups +\- create a printer database from ppd files +.SH SYNOPSIS +.B make_driver_db_cups +.RI [ db_directory ]\ [ output_filename ] +.SH DESCRIPTION +\fBmake_driver_db_cups\fP creates a printer database from PPD files. PPD files (Postscript Printer Description files) describe a specific printer. Nowadays they are also used for non\-Postscript printers. +.sp 1 +\fBmake_driver_db_cups\fP prints all printer descriptions found in a given directory and all its subdirectories to stdout. +The first line gives the number of all found printers. Every printer description block consists of the items FILE, MANUFACTURER, MODELNAME, MODEL and DESCRIPTION. +The block is followed by the current block number. +.sp 1 +If an output file is given \fBmake_driver_db_cups\fP suppresses all numbers. +.sp 1 +The PPD files may be gzip compressed. +.SH OPTIONS +.SS Arguments: +.TP +.I db_directory +directory with ppd files +.TP +.I output_filename +write printer database into this file +.SH FILES +.TP +.I $KDEHOME/share/apps/kdeprint/printerdb_cups.txt +KDE printer database +.br +(if $KDEHOME is not set ~/.kde is used) +.SH SEE ALSO +.BR make_driver_db_lpr (1) +.TP +.B www.linuxprinting.org +Information about printing under UNIX +.SH AUTHORS +.nf +The KDE project + +.br +.fi +Please use http://bugs.kde.org to report bugs. +.PP +This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the \fBDebian\fP Project (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. +.PP +On \fBDebian\fP systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL. |