[PATCH 4/7] man: Fix extraneous escaping for TCP/IP.

Cyril Brulebois kibi at debian.org
Sun Jun 5 14:32:27 PDT 2011


That resulted in the “TCPIP” string instead of “TCP/IP”.

Signed-off-by: Cyril Brulebois <kibi at debian.org>
---
 man/Xserver.man |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/man/Xserver.man b/man/Xserver.man
index 204caf4..8ad4af9 100644
--- a/man/Xserver.man
+++ b/man/Xserver.man
@@ -393,7 +393,7 @@ elapse between autorepeat-generated keystrokes).
 loads keyboard description in \fIfilename\fP on server startup.
 .SH "NETWORK CONNECTIONS"
 The X server supports client connections via a platform-dependent subset of
-the following transport types: TCP\/IP, Unix Domain sockets, DECnet,
+the following transport types: TCP/IP, Unix Domain sockets, DECnet,
 and several varieties of SVR4 local connections.  See the DISPLAY
 NAMES section of the \fIX\fP(__miscmansuffix__) manual page to learn how to
 specify which transport type clients should try to use.
-- 
1.7.5.3



More information about the xorg-devel mailing list