diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-11-06 09:45:35 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-14 15:52:35 +0200 |
commit | 7c738c74e4337b3ea5682fd32cd56543235f596c (patch) | |
tree | 935244f4719421743323cbcb60f298f2e904b3ec /man | |
parent | 2bb808a7d1f80ea9a7fa137803bb4be88b669f44 (diff) |
Remove display class from Xserver examples. They are of little interest in xenodm.
Diffstat (limited to 'man')
-rw-r--r-- | man/xenodm.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/xenodm.man b/man/xenodm.man index 6cfe722..7c9ff80 100644 --- a/man/xenodm.man +++ b/man/xenodm.man @@ -488,7 +488,7 @@ line to start the server. A typical entry for local display number 0 would be: .nf - :0 Digital-QV local BINDIR/X :0 + :0 local BINDIR/X :0 .fi The only recognized display types is: @@ -502,8 +502,8 @@ local local display: \fIxenodm\fP will run the server The display name must be something that can be passed in the \fB\-display\fP option to an X program. This string is used to generate the display-specific resource names, so be careful to match the -names (e.g., use ``:0 Sun-CG3 local BINDIR/X :0'' instead of -``localhost:0 Sun-CG3 local BINDIR/X :0'' +names (e.g., use ``:0 local BINDIR/X :0'' instead of +``localhost:0 local BINDIR/X :0'' if your other resources are specified as ``DisplayManager._0.session''). The display class portion is also used in the display-specific resources, as the class of the resource. This is @@ -1020,7 +1020,7 @@ line: .nf .ta .5i - xenodm \-server \(lq:0 SUN-3/60CG4 local BINDIR/X :0\(rq + xenodm \-server \(lq:0 local BINDIR/X :0\(rq .fi .PP |