diff options
author | ewt <devnull@localhost> | 1997-03-03 15:46:23 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-03-03 15:46:23 +0000 |
commit | 464233cdd82086249d957ef57109fb85a420fac4 (patch) | |
tree | 49ced9b38f853c09a2f18813a4cdcbdb087d2ee3 /rpm.8 | |
parent | cdc098cb403643b08384b66b8acec5e9430ec098 (diff) | |
download | rpm-464233cdd82086249d957ef57109fb85a420fac4.tar.gz rpm-464233cdd82086249d957ef57109fb85a420fac4.tar.bz2 rpm-464233cdd82086249d957ef57109fb85a420fac4.zip |
fixed ftp URLs
CVS patchset: 1463
CVS date: 1997/03/03 15:46:23
Diffstat (limited to 'rpm.8')
-rw-r--r-- | rpm.8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -395,7 +395,7 @@ which are available over the internet. Package files for install, upgrade, and query operations may be specified as an ftp style URL: .PP - \fBftp://<user>@<password>:hostname/path/to/package.rpm\fP + \fBftp://<user>:<password>@hostname/path/to/package.rpm\fP .PP If the \fB@password\fP portion is omitted, the password will be prompted for (once per user/hostname pair). If both the user and password are |