diff options
author | Dirk Wallenstein <halsmit@t-online.de> | 2010-02-02 21:24:32 +0100 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-04-08 20:30:35 -0700 |
commit | 50cf134465f6fd263f37acecac94518468ef1c6d (patch) | |
tree | fd78acc7bdef4ef68253c3163b30ba589406896b | |
parent | 7a93ae2bb5292a97fdd27ed818bc81248b37f641 (diff) |
man: Return value of XkbGetState is Status and not Bool
Signed-off-by: Dirk Wallenstein <halsmit@t-online.de>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | man/xkb/XkbGetState.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/xkb/XkbGetState.man b/man/xkb/XkbGetState.man index d591b1e0..42222e09 100644 --- a/man/xkb/XkbGetState.man +++ b/man/xkb/XkbGetState.man @@ -24,7 +24,7 @@ XkbGetState \- Obtains the keyboard state .SH SYNOPSIS .HP -.B Bool XkbGetState +.B Status XkbGetState .BI "(\^Display *" "display" "\^," .BI "unsigned int " "device_spec" "\^," .BI "XkbStatePtr " "state_return" "\^);" |