From d48ddbd09a5f5bfcda06089e03eb7b3fc6c34136 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 5 Jun 2013 18:14:12 +0300 Subject: [PATCH] docs: update man pages Change-Id: I250b03151c9002b3f55fdf4cbe487ed8291047a0 Signed-off-by: Artem Bityutskiy --- docs/man1/bmaptool.1 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/man1/bmaptool.1 b/docs/man1/bmaptool.1 index 465438a..912c9ca 100644 --- a/docs/man1/bmaptool.1 +++ b/docs/man1/bmaptool.1 @@ -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. -- 2.7.4