man pages: don't use .BI macro with a single argument
Clears warnings from groff -rCHECKSTYLE=10: an.tmac: Xephyr.man:53: style: .BI expects at least 2 arguments, got 1 an.tmac: Xephyr.man:55: style: .BI expects at least 2 arguments, got 1 an.tmac: Xwayland.man:151: style: .BI expects at least 2 arguments, got 1 an.tmac: Xwayland.man:166: style: .BI expects at least 2 arguments, got 1 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
286578e83e
commit
ff4f2f718b
|
@ -50,9 +50,9 @@ sets the screen size.
|
||||||
uses existing window
|
uses existing window
|
||||||
.I id .
|
.I id .
|
||||||
If a
|
If a
|
||||||
.BI -screen
|
.B -screen
|
||||||
argument follows a
|
argument follows a
|
||||||
.BI -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
|
||||||
|
|
|
@ -148,7 +148,7 @@ Run \fIXwayland\fP rootless, so that X clients integrate seamlessly with
|
||||||
Wayland clients in a Wayland desktop. That requires the Wayland server
|
Wayland clients in a Wayland desktop. That requires the Wayland server
|
||||||
to be an X window manager as well.
|
to be an X window manager as well.
|
||||||
.TP 8
|
.TP 8
|
||||||
.BI \-shm
|
.B \-shm
|
||||||
Force the shared memory backend instead of glamor (if available) for passing
|
Force the shared memory backend instead of glamor (if available) for passing
|
||||||
buffers to the Wayland server.
|
buffers to the Wayland server.
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@ verbosity level. When the
|
||||||
value is supplied, the verbosity level is set to that value. The default
|
value is supplied, the verbosity level is set to that value. The default
|
||||||
verbosity level is 0.
|
verbosity level is 0.
|
||||||
.TP 8
|
.TP 8
|
||||||
.BI \-version
|
.B \-version
|
||||||
Show the server version and exit.
|
Show the server version and exit.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-wm \fIfd\fP
|
.B \-wm \fIfd\fP
|
||||||
|
|
Loading…
Reference in New Issue