summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-08-20 23:31:47 +0200
committerJulien Cristau <jcristau@debian.org>2009-08-20 23:31:47 +0200
commitfb54ab90058f187f32c0679da35684accf8043c7 (patch)
tree52082c7b692dc8243b2d8742beabed2fbd96673b
parent486af8df83765525d8c77bfa42b56fb193950c8a (diff)
Fix man vs header mismatch
the manpage says the last member of XScreenSaverInfo is called event_mask when in fact it is called eventMask in the header file. Debian bug#542698 <http://bugs.debian.org/542698>
-rw-r--r--man/Xss.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Xss.man b/man/Xss.man
index cde6b31..7b65d96 100644
--- a/man/Xss.man
+++ b/man/Xss.man
@@ -42,7 +42,7 @@ typedef struct {
int kind; /\(** ScreenSaver{Blanked,Internal,External} */
unsigned long til_or_since; /\(** milliseconds */
unsigned long idle; /\(** milliseconds */
- unsigned long event_mask; /\(** events */
+ unsigned long eventMask; /\(** events */
.br
} XScreenSaverInfo;