Xephyr.man: Use \- to get ASCII hyphens instead of Unicode dashes
Used in command-line arguments and email addresses Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2009>
This commit is contained in:
parent
ff4f2f718b
commit
0d2213ec44
|
@ -43,32 +43,32 @@ The server accepts all the standard options of
|
||||||
.BR Xserver (@appmansuffix@)
|
.BR Xserver (@appmansuffix@)
|
||||||
and the following additional options:
|
and the following additional options:
|
||||||
.TP 8
|
.TP 8
|
||||||
.BI -screen " width" x height
|
.BI \-screen " width" x height
|
||||||
sets the screen size.
|
sets the screen size.
|
||||||
.TP 8
|
.TP 8
|
||||||
.BI -parent " id"
|
.BI \-parent " id"
|
||||||
uses existing window
|
uses existing window
|
||||||
.I id .
|
.I id .
|
||||||
If a
|
If a
|
||||||
.B -screen
|
.B \-screen
|
||||||
argument follows a
|
argument follows a
|
||||||
.B -parent
|
.B \-parent
|
||||||
argument, this screen is embedded into the given window.
|
argument, this screen is embedded into the given window.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B -host-cursor
|
.B \-host\-cursor
|
||||||
set 'cursor acceleration':
|
set 'cursor acceleration':
|
||||||
The host's cursor is reused. This is only really there to aid
|
The host's cursor is reused. This is only really there to aid
|
||||||
debugging by avoiding server paints for the cursor. Performance
|
debugging by avoiding server paints for the cursor. Performance
|
||||||
improvement is negligible.
|
improvement is negligible.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B -resizeable
|
.B \-resizeable
|
||||||
Allow the Xephyr window to be resized, even if not embedded into a parent
|
Allow the Xephyr window to be resized, even if not embedded into a parent
|
||||||
window. By default, the Xephyr window has a fixed size.
|
window. By default, the Xephyr window has a fixed size.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B -no-host-grab
|
.B \-no\-host\-grab
|
||||||
Disable grabbing the keyboard and mouse.
|
Disable grabbing the keyboard and mouse.
|
||||||
.SH "SIGNALS"
|
.SH "SIGNALS"
|
||||||
Send a SIGUSR1 to the server (e.g. pkill -USR1 Xephyr) to
|
Send a SIGUSR1 to the server (e.g. pkill \-USR1 Xephyr) to
|
||||||
toggle the debugging mode.
|
toggle the debugging mode.
|
||||||
In this mode red rectangles are painted to
|
In this mode red rectangles are painted to
|
||||||
screen areas getting painted before painting the actual content.
|
screen areas getting painted before painting the actual content.
|
||||||
|
@ -81,9 +81,9 @@ Rotated displays are currently updated via full blits. This
|
||||||
is slower than a normal orientated display. Debug mode will
|
is slower than a normal orientated display. Debug mode will
|
||||||
therefore not be of much use rotated.
|
therefore not be of much use rotated.
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
The '-host-cursor' cursor is static in its appearance.
|
The '\-host\-cursor' cursor is static in its appearance.
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
The build gets a warning about 'nanosleep'. I think the various '-D'
|
The build gets a warning about 'nanosleep'. I think the various '\-D'
|
||||||
build flags are causing this. I haven't figured as yet how to work
|
build flags are causing this. I haven't figured as yet how to work
|
||||||
round it. It doesn't appear to break anything however.
|
round it. It doesn't appear to break anything however.
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
|
@ -94,4 +94,4 @@ Mouse button 5 probably won't work.
|
||||||
.BR X (@miscmansuffix@),
|
.BR X (@miscmansuffix@),
|
||||||
.BR Xserver (@appmansuffix@)
|
.BR Xserver (@appmansuffix@)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Matthew Allum <mallum@o-hand.com> 2004
|
Matthew Allum <mallum@o\-hand.com> 2004
|
||||||
|
|
Loading…
Reference in New Issue