emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 075a747: Improve wording for SMB support


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 075a747: Improve wording for SMB support
Date: Mon, 25 Jan 2016 00:09:41 +0000

branch: emacs-25
commit 075a747478724c19e72c42742affda1a3349b5db
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Improve wording for SMB support
    
    * doc/misc/tramp.texi (External methods): Improve and modernize
    wording for discussion of smbclient.  There is no longer any
    need to mention the laundry list of old MS Windows implementations
    of SMB and CIFS, nor to mention CIFS.  Also, give a URL for Samba.
---
 doc/misc/tramp.texi |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 14cd7fc..7bf2e53 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -851,11 +851,9 @@ This method works only for unified file names, see 
@ref{Issues}.
 @cindex method smb
 @cindex smb method
 
-This is another non-native @value{tramp} method.  @command{smbclient}
-connects to any server supporting the SMB/CIFS protocol, such as MS Windows and
-Samba running on GNU/Linux.  Tests show this @value{tramp} method
-works with MS Windows NT, MS Windows 2000, MS Windows XP, MS Windows
-Vista, and MS Windows 7.
+This non-native @value{tramp} method connects via the Server Message
+Block (SMB) networking protocol to hosts running file servers that are
+typically based on @url{https://www.samba.org/,,Samba} or MS Windows.
 
 Using @command{smbclient} requires a few tweaks when working with
 @value{tramp}:
@@ -863,7 +861,7 @@ Using @command{smbclient} requires a few tweaks when 
working with
 The first directory in the localname must be a share name on the
 remote host.
 
-Since smb shares end in the @code{$} character, @value{tramp} must use
+Since SMB shares end in the @code{$} character, @value{tramp} must use
 @code{$$} when specifying those shares to avoid environment variable
 substitutions.
 
@@ -907,7 +905,7 @@ uses the anonymous user (without prompting for password).  
This
 behavior is unlike other @value{tramp} methods, where local user name
 is substituted.
 
address@hidden method is unavailable if @value{emacsname} is run under a
+The @option{smb} method is unavailable if @value{emacsname} is run under a
 local user authentication context in MS Windows.  However such users
 can still access remote files using UNC file names instead of @value{tramp}:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]