Xserver.man: some minor markup changes
Dash for a range is \(en Change a HYPHEN-MINUS (code 0x55, 2D) to a minus (\-), if in front of a name for an option. Add extra word space Originally from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726063 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1875>
This commit is contained in:
parent
c7b6424eed
commit
d7b7789cac
|
@ -125,7 +125,7 @@ This is the default unless \fB\+byteswappedclients\fP is specified.
|
|||
turns off key-click.
|
||||
.TP 8
|
||||
.B c \fIvolume\fP
|
||||
sets key-click volume (allowable range: 0-100).
|
||||
sets key-click volume (allowable range: 0\(en100).
|
||||
.TP 8
|
||||
.B \-cc \fIclass\fP
|
||||
sets the visual class for the root window of color screens.
|
||||
|
@ -160,16 +160,16 @@ default state is platform and configuration specific.
|
|||
disables DPMS (display power management services). The default state
|
||||
is platform and configuration specific.
|
||||
.TP 8
|
||||
.BI \-extension extensionName
|
||||
.BI "\-extension " extensionName
|
||||
disables named extension. If an unknown extension name is specified,
|
||||
a list of accepted extension names is printed.
|
||||
.TP 8
|
||||
.BI +extension extensionName
|
||||
.BI "+extension " extensionName
|
||||
enables named extension. If an unknown extension name is specified,
|
||||
a list of accepted extension names is printed.
|
||||
.TP 8
|
||||
.B \-f \fIvolume\fP
|
||||
sets beep (bell) volume (allowable range: 0-100).
|
||||
sets beep (bell) volume (allowable range: 0\(en100).
|
||||
.TP 8
|
||||
.B \-fakescreenfps \fFps\fP
|
||||
sets fake presenter screen default fps (allowable range: 1-600).
|
||||
|
@ -251,7 +251,7 @@ turns off auto-repeat.
|
|||
.B r
|
||||
turns on auto-repeat.
|
||||
.TP 8
|
||||
.B -retro
|
||||
.B \-retro
|
||||
starts the server with the classic stipple and cursor visible. The default
|
||||
is to start with a black root window, and to suppress display of the cursor
|
||||
until the first time an application calls XDefineCursor(). For kdrive
|
||||
|
@ -302,8 +302,8 @@ pattern.
|
|||
loads the specified extension at init.
|
||||
This is a no-op for most implementations.
|
||||
.TP 8
|
||||
.B [+-]xinerama
|
||||
enables(+) or disables(-) the XINERAMA extension. The default state is
|
||||
.B [+\-]xinerama
|
||||
enables(+) or disables(\-) the XINERAMA extension. The default state is
|
||||
platform and configuration specific.
|
||||
.SH SERVER DEPENDENT OPTIONS
|
||||
Some X servers accept the following options:
|
||||
|
@ -416,8 +416,8 @@ located in the XKB base directory or a subdirectory, and specified as the
|
|||
relative path from the XKB base directory. The default XKB base directory is
|
||||
.IR @projectroot@/lib/X11/xkb .
|
||||
.TP 8
|
||||
.BR [+-]accessx " [ \fItimeout\fP [ \fItimeout_mask\fP [ \fIfeedback\fP [ \fIoptions_mask\fP ] ] ] ]"
|
||||
enables(+) or disables(-) AccessX key sequences.
|
||||
.BR [+\-]accessx " [ \fItimeout\fP [ \fItimeout_mask\fP [ \fIfeedback\fP [ \fIoptions_mask\fP ] ] ] ]"
|
||||
enables(+) or disables(\-) AccessX key sequences.
|
||||
.TP 8
|
||||
.B \-xkbdir \fIdirectory\fP
|
||||
base directory for keyboard layout files. This option is not available
|
||||
|
@ -577,10 +577,10 @@ the following font path:
|
|||
.I /etc/X\fBn\fP.hosts
|
||||
Initial access control list for display number \fBn\fP
|
||||
.TP 30
|
||||
.IR @datadir@/fonts/X11/misc , @datadir@/fonts/X11/75dpi , @datadir@/fonts/X11/100dpi
|
||||
.IR @datadir@/fonts/X11/misc ", " @datadir@/fonts/X11/75dpi ", " @datadir@/fonts/X11/100dpi
|
||||
Bitmap font directories
|
||||
.TP 30
|
||||
.IR @datadir@/fonts/X11/TTF , @datadir@/fonts/X11/Type1
|
||||
.IR @datadir@/fonts/X11/TTF ", " @datadir@/fonts/X11/Type1
|
||||
Outline font directories
|
||||
.TP 30
|
||||
.I /tmp/.X11-unix/X\fBn\fP
|
||||
|
|
Loading…
Reference in New Issue