Updated man page

CVS patchset: 1678
CVS date: 1997/06/02 15:46:25
This commit is contained in:
ewt 1997-06-02 15:46:25 +00:00
parent fccf9d0249
commit 79b6469198
2 changed files with 6 additions and 3 deletions

View File

@ -5,6 +5,7 @@
- added rpmfilename tag to rpmrc to define the filename format to
use for binary packages (note the rpmdir is prepended to it)
- used pclose() instead of fclose() in -t code
- updated man pages
2.4 -> 2.4.1:
- take advantage of lchown() if it's available

8
rpm.8
View File

@ -144,9 +144,11 @@ characters) and \fBprintf(3)\fP type formatters. As \fBrpm\fP
already knows the type to print, the type specifier must be
omitted however, and replaced by the name of the header tag to
be printed, enclosed by \fB{}\fP characters. The
\fBRPMTAG_\fP portion of the tag name may be omitted, and the
tag name may be preceded by a \fB\-\fP to format the tag as
a date if possible.
\fBRPMTAG_\fP portion of the tag name may be omitted.
Alternate output formats may be requested by following the tag with
\fB:\fItypetag\fR. Currently, the following types are supported: \fBoctal\fR,
\fBdate\fR, \fBshescape\fR, \fBperms\fR, \fBfflags\fR, and \fBdepflags\fR.
For example, to print only the names of the packages queried, you
could use \fB%{NAME}\fP as the format string. To print the packages