Xephyr & Xserver man page fixes
Xephyr(1): Fix quote formatting, add missing ' to contraction Xserver(1): Add Xephyr(1) & startx(1) to SEE ALSO section Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
parent
36dc66ae79
commit
55ac155d42
|
@ -581,13 +581,13 @@ Security: \fIXsecurity\fP(__miscmansuffix__), \fIxauth\fP(1), \fIXau\fP(1),
|
||||||
\fIxdm\fP(1), \fIxhost\fP(1), \fIxfwp\fP(1),
|
\fIxdm\fP(1), \fIxhost\fP(1), \fIxfwp\fP(1),
|
||||||
.I "Security Extension Specification"
|
.I "Security Extension Specification"
|
||||||
.PP
|
.PP
|
||||||
Starting the server: \fIxdm\fP(1), \fIxinit\fP(1)
|
Starting the server: \fIstartx\fP(1), \fIxdm\fP(1), \fIxinit\fP(1)
|
||||||
.PP
|
.PP
|
||||||
Controlling the server once started: \fIxset\fP(1), \fIxsetroot\fP(1),
|
Controlling the server once started: \fIxset\fP(1), \fIxsetroot\fP(1),
|
||||||
\fIxhost\fP(1)
|
\fIxhost\fP(1)
|
||||||
.PP
|
.PP
|
||||||
Server-specific man pages:
|
Server-specific man pages:
|
||||||
\fIXorg\fP(1), \fIXdmx\fP(1), \fIXnest\fP(1),
|
\fIXorg\fP(1), \fIXdmx\fP(1), \fIXephyr\fP(1), \fIXnest\fP(1),
|
||||||
\fIXvfb\fP(1), \fIXDarwin\fP(1), \fIXWin\fP(1).
|
\fIXvfb\fP(1), \fIXDarwin\fP(1), \fIXWin\fP(1).
|
||||||
.PP
|
.PP
|
||||||
Server internal documentation:
|
Server internal documentation:
|
||||||
|
|
|
@ -23,8 +23,8 @@ Xephyr - X server outputting to a window on a pre-existing X display
|
||||||
.IR ... ]
|
.IR ... ]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B Xephyr
|
.B Xephyr
|
||||||
is a a kdrive server that outputs to a window on a pre-existing
|
is a a kdrive server that outputs to a window on a pre-existing "host"
|
||||||
'host' X display.
|
X display.
|
||||||
Think
|
Think
|
||||||
.I Xnest
|
.I Xnest
|
||||||
but with support for modern extensions like composite, damage and randr.
|
but with support for modern extensions like composite, damage and randr.
|
||||||
|
@ -75,7 +75,7 @@ round it. It doesn't appear to break anything however.
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
Keyboard handling is basic but works.
|
Keyboard handling is basic but works.
|
||||||
.TP \(bu 2
|
.TP \(bu 2
|
||||||
Mouse button 5 probably wont work.
|
Mouse button 5 probably won't work.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
X(__miscmansuffix__), Xserver(__appmansuffix__)
|
X(__miscmansuffix__), Xserver(__appmansuffix__)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
|
Loading…
Reference in New Issue