Man page syntax and spelling fixes.
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
fae7ed62ad
commit
c53380be80
|
@ -1,18 +1,18 @@
|
||||||
."
|
.\"
|
||||||
." Copyright (c) Matthieu Herrb <matthieu@herrb.eu>
|
.\" Copyright (c) Matthieu Herrb <matthieu@herrb.eu>
|
||||||
."
|
.\"
|
||||||
." Permission to use, copy, modify, and distribute this software for any
|
.\" Permission to use, copy, modify, and distribute this software for any
|
||||||
." purpose with or without fee is hereby granted, provided that the above
|
.\" purpose with or without fee is hereby granted, provided that the above
|
||||||
." copyright notice and this permission notice appear in all copies.
|
.\" copyright notice and this permission notice appear in all copies.
|
||||||
."
|
.\"
|
||||||
." THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
." WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
." MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
." ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||||
." WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
." ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
." OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
."
|
.\"
|
||||||
.TH Xephyr __appmansuffix__ __vendorversion__
|
.TH Xephyr __appmansuffix__ __vendorversion__
|
||||||
.SH NAME
|
.SH NAME
|
||||||
Xephyr - X server outputting to a window on a pre-existing X display
|
Xephyr - X server outputting to a window on a pre-existing X display
|
||||||
|
@ -81,7 +81,7 @@ 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
|
||||||
Keyboard handling is basic but works.
|
Keyboard handling is basic but works.
|
||||||
.TP \(bu 2
|
.IP \(bu 2
|
||||||
Mouse button 5 probably won't work.
|
Mouse button 5 probably won't work.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
X(__miscmansuffix__), Xserver(__appmansuffix__)
|
X(__miscmansuffix__), Xserver(__appmansuffix__)
|
||||||
|
|
|
@ -143,12 +143,12 @@ is platform and configuration specific.
|
||||||
disables named extension. If an unknown extension name is specified,
|
disables named extension. If an unknown extension name is specified,
|
||||||
a list of accepted extension names is printed.
|
a list of accepted extension names is printed.
|
||||||
.TP 8
|
.TP 8
|
||||||
.BI \+extension extensionName
|
.BI +extension extensionName
|
||||||
enables named extension. If an unknown extension name is specified,
|
enables named extension. If an unknown extension name is specified,
|
||||||
a list of accepted extension names is printed.
|
a list of accepted extension names is printed.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-f \fIvolume\fP
|
.B \-f \fIvolume\fP
|
||||||
sets feep (bell) volume (allowable range: 0-100).
|
sets beep (bell) volume (allowable range: 0-100).
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-fc \fIcursorFont\fP
|
.B \-fc \fIcursorFont\fP
|
||||||
sets default cursor font.
|
sets default cursor font.
|
||||||
|
@ -524,8 +524,8 @@ An example configuration:
|
||||||
.fi
|
.fi
|
||||||
|
|
||||||
This will add /usr/share/X11/fonts/misc as the first FPE with the attribute
|
This will add /usr/share/X11/fonts/misc as the first FPE with the attribute
|
||||||
'unscaled', second FPE will be /usr/share/X11/fonts/75dpi, also with
|
\N'39'unscaled', second FPE will be /usr/share/X11/fonts/75dpi, also with
|
||||||
the attribute unscaled etc. This is functionally equivalent to setting
|
the attribute 'unscaled' etc. This is functionally equivalent to setting
|
||||||
the following font path:
|
the following font path:
|
||||||
|
|
||||||
.nf
|
.nf
|
||||||
|
|
Loading…
Reference in New Issue