diff options
Diffstat (limited to 'pod/urpmihowto.8.pod')
-rw-r--r-- | pod/urpmihowto.8.pod | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pod/urpmihowto.8.pod b/pod/urpmihowto.8.pod index 60255c9e..7b10d43b 100644 --- a/pod/urpmihowto.8.pod +++ b/pod/urpmihowto.8.pod @@ -108,9 +108,7 @@ In this synopsis, C<< <name> >> is the name of the new media, C<< <url> >> the URL where the RPMs are to be found. Supported URLs can be C<http://>, C<ftp://>, C<rsync://>, C<ssh://> (this -will use rsync over ssh), C<file://>, and C<removable://> (C<removable://> -works like C<file://>, but instructs urpmi that the directory is mounted -from a removable media, such as a CD or a DVD.) If the media requires +will use rsync over ssh), C<file://>, and C<cdrom://>. If the media requires authentication, you can use the usual URL syntax: <scheme>://<login>:<pass>@host/path |