]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
WHATSNEW: Unify usage of "''".
authorKarolin Seeger <kseeger@samba.org>
Sun, 10 Sep 2017 14:02:24 +0000 (16:02 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 11 Sep 2017 03:30:28 +0000 (05:30 +0200)
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Autobuild-User(v4-7-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-7-test): Mon Sep 11 05:30:28 CEST 2017 on sn-devel-144

WHATSNEW.txt

index 9ee804cca97f743aa5efdf112876ce85d3e932e9..f692e84106aaaf7f3d8876687197d11c45b69593 100644 (file)
@@ -22,7 +22,7 @@ consistently. In interactive sessions the following banner is now presented
 to the user: 'Try "help" do get a list of possible commands.'.
 
 The default for "client max protocol" has changed to "SMB3_11",
-which means that smbclient (and related commands) will work against
+which means that 'smbclient' (and related commands) will work against
 servers without SMB1 support.
 
 It's possible to use the '-m/--max-protocol' option to overwrite
@@ -32,7 +32,7 @@ Note that the '-e/--encrypt' option also works with most SMB3 servers
 (e.g. Windows >= 2012 and Samba >= 4.0.0), so the SMB1 unix extensions
 are not required for encryption.
 
-The change to SMB3_11 as default also means smbclient no longer
+The change to SMB3_11 as default also means 'smbclient' no longer
 negotiates SMB1 unix extensions by default, when talking to a Samba server with
 "unix extensions = yes".  As a result, some commands are not available, e.g.
 'posix_encrypt', 'posix_open', 'posix_mkdir', 'posix_rmdir', 'posix_unlink',
@@ -42,7 +42,7 @@ server supports SMB1.
 Note the default ("CORE") for "client min protocol" hasn't changed,
 so it's still possible to connect to SMB1-only servers by default.
 
-'smbclient' learned a new command "deltree" that is able to do
+'smbclient' learned a new command 'deltree' that is able to do
 a recursive deletion of a directory tree.