diff options
author | Aurelien Aptel <aaptel@suse.com> | 2018-05-15 10:12:32 +0200 |
---|---|---|
committer | Aurelien Aptel <aaptel@suse.com> | 2018-07-10 17:42:52 +0200 |
commit | 81dcfb24f54a5757f7c9fe08285bf527b8333506 (patch) | |
tree | 8ef39f921e606077373f80e28bbbabaf76c48fd3 /mount.cifs.rst | |
parent | df47b113a9b7402438314eb6d617ce11c3598fd5 (diff) | |
download | cifs-utils-81dcfb24f54a5757f7c9fe08285bf527b8333506.tar.gz cifs-utils-81dcfb24f54a5757f7c9fe08285bf527b8333506.tar.bz2 cifs-utils-81dcfb24f54a5757f7c9fe08285bf527b8333506.zip |
docs: cleanup rst formating
Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Reviewed-by: Steve French <smfrench@gmail.com>
Reviewed-by: Pavel Shilovsky <piastryyy@gmail.com>
Diffstat (limited to 'mount.cifs.rst')
-rw-r--r-- | mount.cifs.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mount.cifs.rst b/mount.cifs.rst index a81c6c4..c0f0bdb 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -47,7 +47,6 @@ unmounted (usually via the ``umount`` utility). OPTIONS ******* - username=arg|user=arg specifies the username to connect as. If this is not given, then the environment variable USER is used. @@ -84,9 +83,9 @@ credentials=filename|cred=filename password=value domain=value - This is preferred over having passwords in plaintext in a shared file, - such as ``/etc/fstab`` . Be sure to protect any credentials file - properly. + This is preferred over having passwords in plaintext in a shared file, + such as */etc/fstab* . Be sure to protect any credentials file + properly. uid=arg sets the uid that will own all files or directories on the mounted @@ -558,7 +557,7 @@ It's generally preferred to use forward slashes (/) as a delimiter in service names. They are considered to be the "universal delimiter" since they are generally not allowed to be embedded within path components on Windows machines and the client can convert them to -backslashes (\) unconditionally. Conversely, backslash characters are +backslashes (\\) unconditionally. Conversely, backslash characters are allowed by POSIX to be part of a path component, and can't be automatically converted in the same way. |