summaryrefslogtreecommitdiff
path: root/man/xinit.man
diff options
context:
space:
mode:
authorEgbert Eich <eich@freedesktop.org>2011-05-19 09:26:24 +0200
committerEgbert Eich <eich@freedesktop.org>2013-01-04 05:53:53 -0500
commit7c2f87264db950dfecb1a5467d06b3d9d621e32c (patch)
treef974c6ff793d037fd4cfd814103e9fafeb609a78 /man/xinit.man
parentfb4d46c9a85755910a222dcc7167df3b5a5c8d94 (diff)
man: Set correct config file location in man page
Change the config file location from a hard coded path to what is set during build. Signed-off-by: Egbert Eich <eich@freedesktop.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/xinit.man')
-rw-r--r--man/xinit.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/xinit.man b/man/xinit.man
index 31b93aa..f8005ce 100644
--- a/man/xinit.man
+++ b/man/xinit.man
@@ -109,7 +109,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/local/bin/Xvnc :1"
+.B "xinit \-\^\- __bindir__/Xvnc :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"
@@ -149,7 +149,7 @@ a default \fI\.xinitrc\fP that references a site-wide startup file:
.in +8
.nf
\&#!/bin/sh
-\&. /usr/local/lib/site.xinitrc
+\&. __configdir__/site.xinitrc
.fi
.in -8
.sp
@@ -161,7 +161,7 @@ novice users:
.in +8
.nf
\&#!/bin/sh
-xinit /usr/local/lib/site.xinitrc \-\^\- __bindir__/X -br
+xinit __configdir__/site.xinitrc \-\^\- __bindir__/X -br
.fi
.in -8
.sp