diff options
Diffstat (limited to 'xinit.man')
-rw-r--r-- | xinit.man | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -112,7 +112,7 @@ used. This will start up a server named \fIX\fP and run the user's \fI\.xinitrc\fP, if it exists, or else start an \fIxterm\fP. .TP 8 -.B "xinit \-\^\- /usr/X11R6/bin/Xqdss :1" +.B "xinit \-\^\- /usr/local/bin/Xqdss :1" This is how one could start a specific type of server on an alternate display. .TP 8 .B "xinit \-geometry =80x65+10+10 \-fn 8x13 \-j \-fg white \-bg navy" @@ -164,7 +164,7 @@ novice users: .in +8 .nf \&#!/bin/sh -xinit /usr/local/lib/site.xinitrc \-\^\- /usr/X11R6/bin/X -br +xinit /usr/local/lib/site.xinitrc \-\^\- __bindir__/X -br .fi .in -8 .sp |