From 752ef176eb99f6315be27f00896b37ce217758b9 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Fri, 12 Sep 2014 15:35:49 +0200 Subject: Fix some miscellaneous stuffs in the manpages See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726962 https://bugs.freedesktop.org/show_bug.cgi?id=83797 Signed-off-by: Alan Coopersmith --- man/startx.man | 8 ++++---- man/xinit.man | 2 +- 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 -- cgit v1.2.1