diff options
-rw-r--r-- | doc/rpm.8 | 6 | ||||
-rw-r--r-- | doc/rpmbuild.8 | 4 | ||||
-rw-r--r-- | doc/rpmgraph.8 | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -164,7 +164,7 @@ information. Only the first file in the list must exist, and tildes will be expanded to the value of \fB$HOME\fR. The default \fIFILELIST\fR is -\fI/usr/lib/rpm/rpmrc\fR:\fI/usr/lib/rpm/redhat/rpmrc\fR:\fI~/.rpmrc\fR. +\fI/usr/lib/rpm/rpmrc\fR:\fI/usr/lib/rpm/redhat/rpmrc\fR:\fI/etc/rpmrc\fR:\fI~/.rpmrc\fR. .TP \fB--pipe \fICMD\fB\fR Pipes the output of \fBrpm\fR to the command \fICMD\fR. @@ -868,7 +868,7 @@ for all ftp transfers, which allows users to ftp through firewall machines which use proxy systems. This option may also be specified by configuring the macro \fB%_ftpproxy\fR. .TP -\fB--ftpport \fIHOST\fB\fR +\fB--ftpport \fIPORT\fB\fR The TCP \fIPORT\fR number to use for the ftp connection on the proxy ftp server instead of the default port. This option may also be specified by configuring the macro @@ -966,7 +966,7 @@ rpm exec --short-circuit rpmb --short-circuit \fI/var/lib/rpm/Sigmd5\fR \fI/var/lib/rpm/Triggername\fR .fi -.SS "Temporaray" +.SS "Temporary" .PP \fI/var/tmp/rpm*\fR .SH "SEE ALSO" diff --git a/doc/rpmbuild.8 b/doc/rpmbuild.8 index e6aa18d3f..7d10c7493 100644 --- a/doc/rpmbuild.8 +++ b/doc/rpmbuild.8 @@ -82,7 +82,7 @@ information. Only the first file in the list must exist, and tildes will be expanded to the value of \fB$HOME\fR. The default \fIFILELIST\fR is -\fI/usr/lib/rpm/rpmrc\fR:\fI/usr/lib/rpm/redhat/rpmrc\fR:\fI~/.rpmrc\fR. +\fI/usr/lib/rpm/rpmrc\fR:\fI/usr/lib/rpm/redhat/rpmrc\fR:\fI/etc/rpmrc\fR:\fI~/.rpmrc\fR. .TP \fB--pipe \fICMD\fB\fR Pipes the output of \fBrpm\fR to the command \fICMD\fR. @@ -249,7 +249,7 @@ configuration file(s). \fI/var/lib/rpm/Sigmd5\fR \fI/var/lib/rpm/Triggername\fR .fi -.SS "Temporaray" +.SS "Temporary" .PP \fI/var/tmp/rpm*\fR .SH "SEE ALSO" diff --git a/doc/rpmgraph.8 b/doc/rpmgraph.8 index 5a4bd7d59..790607341 100644 --- a/doc/rpmgraph.8 +++ b/doc/rpmgraph.8 @@ -24,7 +24,7 @@ ordered elements are then printed to standard output. Nodes in the dependency graph are package names, and edges in the directed graph point to the parent of each node. The parent node is defined as the last predecessor of a package when partially ordered -using the package depndencies as a relation. That means that the +using the package dependencies as a relation. That means that the parent of a given package is the package's last prerequisite. .PP The output is in \fBdot\fR(1) directed graph format, |