diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-09-18 08:44:07 -0700 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-09-21 14:18:52 -0400 |
commit | 9d65a0de95a20632f2a6a04ba596dcdd76d9f5e2 (patch) | |
tree | cd205a6cc3d6565c7494ce14a9fcc6eb27ec797c /man | |
parent | 82eb490b0a341729f25d0c42a937fe29d99da521 (diff) |
Remove DECnet from Xserver.man
DECnet support died in modularization (X11R7.0)
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/Xserver.man | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/Xserver.man b/man/Xserver.man index 8a09888b7..ea000e1a6 100644 --- a/man/Xserver.man +++ b/man/Xserver.man @@ -433,7 +433,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, 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. @@ -462,8 +462,8 @@ If no other authorization mechanism is being used, this list initially consists of the host on which the server is running as well as any machines listed in the file \fI/etc/X\fBn\fI.hosts\fR, where \fBn\fP is the display number of the server. Each line of the file should -contain either an Internet hostname (e.g. expo.lcs.mit.edu) or a DECnet -hostname in double colon format (e.g. hydra::) or a complete name in the format +contain either an Internet hostname (e.g. expo.lcs.mit.edu) +or a complete name in the format \fIfamily\fP:\fIname\fP as described in the \fIxhost\fP(1) manual page. There should be no leading or trailing spaces on any lines. For example: .sp @@ -471,7 +471,6 @@ There should be no leading or trailing spaces on any lines. For example: .nf joesworkstation corporate.company.com -star:: inet:bigcpu local: .fi |