From ca9384623054fde64510edfbee3fc291f1d09fb9 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 16 Jul 2003 05:42:10 +0000 Subject: Documentation Update for Beta3. (This used to be commit a88dc502cb3b6b2d905106675f50680bf22e2cfa) --- docs/htmldocs/smbmount.8.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/htmldocs/smbmount.8.html') diff --git a/docs/htmldocs/smbmount.8.html b/docs/htmldocs/smbmount.8.html index 233dee51d7..eff8fea825 100644 --- a/docs/htmldocs/smbmount.8.html +++ b/docs/htmldocs/smbmount.8.html @@ -29,9 +29,9 @@ on the command line. However, the same password defined in the PASSWD environment variable or a credentials file (see below) will be read correctly. -

credentials=<filename>

specifies a file that contains a username and/or password. +

credentials=<filename>
specifies a file that contains a username and/or password. The format of the file is: -

+
 username = <value>
 password = <value>
 

This is preferred over having passwords in plaintext in a -- cgit