pasto in XkbGetKeyBehaviors(3) manual
Ingo Schwarze
schwarze at usta.de
Tue Dec 9 01:44:13 PST 2014
Hello,
here is a simple patch against the master branch of
git://anongit.freedesktop.org/git/xorg/lib/libX11
to fix a pasto in the XkbGetKeyBehaviors(3) manual, found while
testing the mandoc database facilities (mdocml.bsd.lv) on OpenBSD.
Matthieu Herrb suggested i should send the patch here.
Thank you for developing X11,
Ingo
diff --git a/man/xkb/XkbGetKeyBehaviors.man b/man/xkb/XkbGetKeyBehaviors.man
index 3d2ae10..3d7407d 100644
--- a/man/xkb/XkbGetKeyBehaviors.man
+++ b/man/xkb/XkbGetKeyBehaviors.man
@@ -19,13 +19,13 @@
.\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
.\" DEALINGS IN THE SOFTWARE.
.\"
-.TH XkbChangeTypesOfKey __libmansuffix__ __xorgversion__ "XKB FUNCTIONS"
+.TH XkbGetKeyBehaviors __libmansuffix__ __xorgversion__ "XKB FUNCTIONS"
.SH NAME
-XkbChangeTypesOfKey \- Obtain the behaviors (the behaviors array) for a subset of the keys in
+XkbGetKeyBehaviors \- Obtain the behaviors (the behaviors array) for a subset of the keys in
a keyboard description from the server
.SH SYNOPSIS
.HP
-.B Status XkbChangeTypesOfKey
+.B Status XkbGetKeyBehaviors
.BI "(\^Display *" "dpy" "\^,"
.BI "unsigned int " "first" "\^,"
.BI "unsigned int " "num" "\^,"
More information about the xorg-devel
mailing list