diff options
-rw-r--r-- | app/xinit/man/xinit.man | 2 | ||||
-rw-r--r-- | doc/xorg-docs/man/X.man | 6 | ||||
-rw-r--r-- | xserver/hw/xfree86/man/Xorg.man | 2 | ||||
-rw-r--r-- | xserver/man/Xserver.man | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/app/xinit/man/xinit.man b/app/xinit/man/xinit.man index f8005ce40..de6e27cd1 100644 --- a/app/xinit/man/xinit.man +++ b/app/xinit/man/xinit.man @@ -117,7 +117,7 @@ This will start up a server named \fIX\fP, and will append the given arguments to the default \fIxterm\fP command. It will ignore \fI\.xinitrc\fP. .TP 8 .B "xinit \-e widgets \-\^\- ./Xorg \-l \-c" -This will use the command \fI\.\/Xorg \-l \-c\fP to start the server and will +This will use the command \fI\./Xorg \-l \-c\fP to start the server and will append the arguments \fI\-e widgets\fP to the default \fIxterm\fP command. .TP 8 .B "xinit /usr/ucb/rsh fasthost cpupig \-display ws:1 \-\^\- :1 \-a 2 \-t 5" diff --git a/doc/xorg-docs/man/X.man b/doc/xorg-docs/man/X.man index 8522a49ff..8d2d01ea4 100644 --- a/doc/xorg-docs/man/X.man +++ b/doc/xorg-docs/man/X.man @@ -219,7 +219,7 @@ The hostname part of the display name should be the empty string. For example: \fI:0\fP, \fI:1\fP, and \fI:0.1\fP. The most efficient local transport will be chosen. .TP 8 -.I TCP\/IP +.I TCP/IP .br The hostname part of the display name should be the server machine's hostname or IP address. Full Internet names, abbreviated names, IPv4 @@ -482,7 +482,7 @@ implementation dependent. If the name is not found, the color is looked up in the X server's database. The text form of this database is commonly stored in the file -\fI\__datadir__/X11/rgb.txt\fP. +\fI__datadir__/X11/rgb.txt\fP. .PP A numerical color specification consists of a color space name and a set of values in the following syntax: @@ -1159,7 +1159,7 @@ A wide variety of error messages are generated from various programs. The default error handler in \fIXlib\fP (also used by many toolkits) uses standard resources to construct diagnostic messages when errors occur. The defaults for these messages are usually stored in -\fI\__datadir__/X11/XErrorDB\fP. If this file is not present, +\fI__datadir__/X11/XErrorDB\fP. If this file is not present, error messages will be rather terse and cryptic. .PP When the X Toolkit Intrinsics encounter errors converting resource strings to diff --git a/xserver/hw/xfree86/man/Xorg.man b/xserver/hw/xfree86/man/Xorg.man index 0d90d4745..7780c2a95 100644 --- a/xserver/hw/xfree86/man/Xorg.man +++ b/xserver/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/xserver/man/Xserver.man b/xserver/man/Xserver.man index d25a3611d..07226d5f9 100644 --- a/xserver/man/Xserver.man +++ b/xserver/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. |