From c0f8290ff2f8a1f3db447f4f9afac8a5a9ef89ff Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Wed, 10 Dec 2025 11:06:26 -0500 Subject: [PATCH] doc/mgr: fix some wording issues Be more smarticle about the article. Also banish a stray. Signed-off-by: John Mulligan --- doc/mgr/smb.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/mgr/smb.rst b/doc/mgr/smb.rst index ca6198c9b68d..fa88c11036de 100644 --- a/doc/mgr/smb.rst +++ b/doc/mgr/smb.rst @@ -117,7 +117,7 @@ password_filter_out ``none`` the password fields in the output are emitted as plain text. If the filter is ``base64`` password fields will be obscured by base64 encoding the string. If the filter is ``hidden`` the password values will be - replaced by a invalid generic replacement string containing only asterisks. + replaced by an invalid generic replacement string containing only asterisks. Examples @@ -184,7 +184,7 @@ password_filter ``none`` the password fields in the output are emitted as plain text. If the filter is ``base64`` password fields will be obscured by base64 encoding the string. If the filter is ``hidden`` the password values will - be replaced by a invalid generic replacement string containing only + be replaced by an invalid generic replacement string containing only asterisks. @@ -321,7 +321,7 @@ password_filter_out ``none`` the password fields in the output are emitted as plain text. If the filter is ``base64`` password fields will be obscured by base64 encoding the string. If the filter is ``hidden`` the password values will - be replaced by a invalid generic replacement string containing only + be replaced by an invalid generic replacement string containing only asterisks. input A file name or ``-`` to use the standard input (aka ``stdin``). @@ -358,7 +358,7 @@ password_filter ``none`` the password fields in the output are emitted as plain text. If the filter is ``base64`` password fields will be obscured by base64 encoding the string. If the filter is ``hidden`` the password values will - be replaced by a invalid generic replacement string containing only + be replaced by an invalid generic replacement string containing only asterisks. ``resource_name`` arguments can take the following forms: @@ -771,7 +771,7 @@ cephfs Optional string. Name of a subvolumegroup to share subvolume Optional string. Name of a subvolume to share. If ``subvolumegroup`` is - not set and this value contains a exactly one ``/`` character, the + not set and this value contains exactly one ``/`` character, the subvolume field will automatically be split into ``/`` parts for convenience provider -- 2.47.3