summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@usta.de>2015-08-30 15:26:40 +0200
committerAdam Jackson <ajax@redhat.com>2015-10-26 12:18:11 -0400
commit1688b7517e91dba84244c01d1a01fa8145b4367a (patch)
treec47192f783a6186227baf10238aa969f0b08c09b
parente9385b42a3f6cb1eadd5080019b9faf9538e5608 (diff)
remove bogus \/ escapes
some X manuals use then escape sequence \/ when they want to render a slash. That's bad because \/ is not a slash but an italic correction, never producing any output, having no effect at all in terminal output, and only changing spacing in a minor way in typeset output. Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Mark Kettenis <kettenis@openbsd.org> Signed-off-by: Keith Packard <keithp@keithp.com> (cherry picked from commit 634e357be2ec400f63bd5c42f706b709b6ddabc3)
-rw-r--r--hw/xfree86/man/Xorg.man2
-rw-r--r--man/Xserver.man2
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/man/Xorg.man b/hw/xfree86/man/Xorg.man
index 3ff6aef89..d88cc24dc 100644
--- a/hw/xfree86/man/Xorg.man
+++ b/hw/xfree86/man/Xorg.man
@@ -46,7 +46,7 @@ On most platforms, the "Local" connection type is a UNIX-domain socket.
On some System V platforms, the "local" connection types also include
STREAMS pipes, named pipes, and some other mechanisms.
.TP 4
-.I TCP\/IP
+.I TCP/IP
.B Xorg
listens on port
.RI 6000+ n ,
diff --git a/man/Xserver.man b/man/Xserver.man
index ac410cd71..1cf242d59 100644
--- a/man/Xserver.man
+++ b/man/Xserver.man
@@ -428,7 +428,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.