docs: update man pages
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 5 Jun 2013 15:14:12 +0000 (18:14 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 5 Jun 2013 15:14:12 +0000 (18:14 +0300)
Change-Id: I250b03151c9002b3f55fdf4cbe487ed8291047a0
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
docs/man1/bmaptool.1

index 465438a9e4c378f0b317ab323952700cf4de8658..912c9ca044aa8023576db3707be5ff0bfea99501 100644 (file)
@@ -80,9 +80,14 @@ the "--nobmap" option.
 
 .PP
 Both IMAGE and the bmap file may be specified as an URL (http://, ftp://,
-https://, file://). In order to make \fIbmaptool\fR use a proxy server, please,
-specify the proxy using the standard "$http_proxy", "$https_proxy", "$ftp_proxy"
-or "$no_proxy" environment variables.
+https://, file://, ssh://). In order to make \fIbmaptool\fR use a proxy server,
+please, specify the proxy using the standard "$http_proxy", "$https_proxy",
+"$ftp_proxy" or "$no_proxy" environment variables.
+
+.PP
+If the server requires authentication, user name and password may be specified
+in the URL, for example "https://user:password@my.server.org/image.raw.bz2", or
+"ssh://user:password@host:path/to/image.raw".
 
 .PP
 IMAGE may be compressed, in which case \fIbmaptool\fR decompresses it on-the-fly.