diff --git a/hw/kdrive/ephyr/man/Xephyr.man b/hw/kdrive/ephyr/man/Xephyr.man index 89eb32116..765e43f2d 100644 --- a/hw/kdrive/ephyr/man/Xephyr.man +++ b/hw/kdrive/ephyr/man/Xephyr.man @@ -43,32 +43,32 @@ The server accepts all the standard options of .BR Xserver (@appmansuffix@) and the following additional options: .TP 8 -.BI -screen " width" x height +.BI \-screen " width" x height sets the screen size. .TP 8 -.BI -parent " id" +.BI \-parent " id" uses existing window .I id . If a -.B -screen +.B \-screen argument follows a -.B -parent +.B \-parent argument, this screen is embedded into the given window. .TP 8 -.B -host-cursor +.B \-host\-cursor set 'cursor acceleration': The host's cursor is reused. This is only really there to aid debugging by avoiding server paints for the cursor. Performance improvement is negligible. .TP 8 -.B -resizeable +.B \-resizeable Allow the Xephyr window to be resized, even if not embedded into a parent window. By default, the Xephyr window has a fixed size. .TP 8 -.B -no-host-grab +.B \-no\-host\-grab Disable grabbing the keyboard and mouse. .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. In this mode red rectangles are painted to 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 therefore not be of much use rotated. .IP \(bu 2 -The '-host-cursor' cursor is static in its appearance. +The '\-host\-cursor' cursor is static in its appearance. .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 round it. It doesn't appear to break anything however. .IP \(bu 2 @@ -94,4 +94,4 @@ Mouse button 5 probably won't work. .BR X (@miscmansuffix@), .BR Xserver (@appmansuffix@) .SH AUTHOR -Matthew Allum 2004 +Matthew Allum 2004