summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/startx.man8
-rw-r--r--man/xinit.man2
2 files changed, 5 insertions, 5 deletions
diff --git a/man/startx.man b/man/startx.man
index 72e5e17..5a48c3d 100644
--- a/man/startx.man
+++ b/man/startx.man
@@ -54,7 +54,7 @@ Arguments immediately following the
command are used to start a client in the same manner as
.BR xinit (__appmansuffix__).
The special argument
-.RB '--'
+.RB '\-\^\-'
marks the end of client arguments and the beginning of server options.
It may be convenient to specify server options with startx to change them on a
per-session basis.
@@ -62,11 +62,11 @@ Some examples of specifying server arguments follow; consult
the manual page for your X server to determine which arguments are legal.
.RS
.PP
-startx -- -depth 16
+startx \-\^\- \-depth 16
.PP
-startx -- -dpi 100
+startx \-\^\- \-dpi 100
.PP
-startx -- -layout Multihead
+startx \-\^\- \-layout Multihead
.RE
.PP
To determine the client to run,
diff --git a/man/xinit.man b/man/xinit.man
index de6e27c..d9d08df 100644
--- a/man/xinit.man
+++ b/man/xinit.man
@@ -161,7 +161,7 @@ novice users:
.in +8
.nf
\&#!/bin/sh
-xinit __configdir__/site.xinitrc \-\^\- __bindir__/X -br
+xinit __configdir__/site.xinitrc \-\^\- __bindir__/X \-br
.fi
.in -8
.sp