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

2011-06-05 Thread Cyril Brulebois
That resulted in the “TCPIP” string instead of “TCP/IP”.

Signed-off-by: Cyril Brulebois 
---
 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

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

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

2011-06-05 Thread James Cloos
Reviewed-by: James Cloos 

-JimC
-- 
James Cloos  OpenPGP: 1024D/ED7DAEA6
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel