Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ppdhtml(1) [x11r4 man page]

ppdhtml(1)							    Apple Inc.								ppdhtml(1)

NAME
ppdhtml - cups html summary generator SYNOPSIS
ppdhtml [ -D name[=value] ] [ -I include-directory ] source-file DESCRIPTION
ppdhtml reads a driver information file and produces a HTML summary page that lists all of the drivers in a file and the supported options. The -D option sets the named variable for use in the source file. It is equivalent to using the #define directive in the source file. The -I option specifies an alternate include directory; multiple -I options can be supplied to add additional directories. SEE ALSO
ppdc(1), ppdcfile(5), ppdi(1), ppdmerge(1), ppdpo(1) http://localhost:631/help COPYRIGHT
Copyright 2007-2011 by Apple Inc. 10 October 2008 CUPS ppdhtml(1)

Check Out this Related Man Page

ppdpo(1)							    Apple Inc.								  ppdpo(1)

NAME
ppdpo - ppd message catalog generator SYNOPSIS
ppdpo [ -D name[=value] ] [ -I include-directory ] [ -o output-file ] source-file DESCRIPTION
ppdpo extracts UI strings from PPDC source files and updates either a GNU gettext or Mac OS X strings format message catalog source file for translation. The -D option sets the named variable for use in the source file. It is equivalent to using the #define directive in the source file. The -I option specifies an alternate include directory; multiple -I options can be supplied to add additional directories. The -o option specifies the output file. The supported extensions are ".po" or ".po.gz" for GNU gettext format message catalogs and ".strings" for Mac OS X strings files. SEE ALSO
ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdcfile(5) http://localhost:631/help COPYRIGHT
Copyright 2007-2011 by Apple Inc. 10 October 2008 CUPS ppdpo(1)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies