summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-29 20:20:18 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-29 20:20:18 -0200
commitcce75c5dce73fe1f8626ed9e6798138ada09a860 (patch)
tree0fe69a4bc268424427a56104026a7b0e0b036690
parent692baebcc50f1e952800bfe4e2e6bc42f54e62fe (diff)
patches to avoid gcc warnings for libX11 (#2)
Author is Peter Breitenlohner <peb@mppmu.mpg.de> Bug #17946, attachment #19440 Avoid a preprocessor message <stdin>:194: warning: no newline at end of file Two more such warnings (in XkbSAGroup.man and XkbSASetGroup.man) seem to be caused by a truncated (or otherwise incomplete) manpage.
-rw-r--r--man/xkb/XkbSAGroup.man5
-rw-r--r--man/xkb/XkbSASetGroup.man5
-rw-r--r--man/xkb/XkbSetIndicatorMap.man4
3 files changed, 10 insertions, 4 deletions
diff --git a/man/xkb/XkbSAGroup.man b/man/xkb/XkbSAGroup.man
index 4ba96eb2..a3608c9a 100644
--- a/man/xkb/XkbSAGroup.man
+++ b/man/xkb/XkbSAGroup.man
@@ -64,4 +64,7 @@ pressed and released:
*/
char group_XXX; /\(** represents a group index or delta */
} XkbGroupAction;
- \ No newline at end of file
+
+.SH WARNING
+.LP
+This manpage seems to be incomplete
diff --git a/man/xkb/XkbSASetGroup.man b/man/xkb/XkbSASetGroup.man
index e4bd0d45..01e86d93 100644
--- a/man/xkb/XkbSASetGroup.man
+++ b/man/xkb/XkbSASetGroup.man
@@ -69,4 +69,7 @@ pressed and released:
unsigned char flags; /\(** with type, controls the effect on groups */
char group_XXX; /\(** represents a group index or delta */
} XkbGroupAction;
- \ No newline at end of file
+
+.SH WARNING
+.LP
+This manpage seems to be incomplete
diff --git a/man/xkb/XkbSetIndicatorMap.man b/man/xkb/XkbSetIndicatorMap.man
index 978d6d46..d419cc7b 100644
--- a/man/xkb/XkbSetIndicatorMap.man
+++ b/man/xkb/XkbSetIndicatorMap.man
@@ -111,7 +111,7 @@ c s s
c s s
l l l
l l lw(3i).
-Table 2 XkbIidocatorMapRec which_mods and mods,
+Table 2 XkbIndicatorMapRec which_mods and mods,
Indicator Drives Keyboard
_
which_mods New State Effect on Keyboard Modifiers
@@ -191,4 +191,4 @@ sends the corresponding indicator map from the
.I desc
parameter to the server.
.SH "SEE ALSO"
-.BR XkbSetNamedIndicator (__libmansuffix__) \ No newline at end of file
+.BR XkbSetNamedIndicator (__libmansuffix__)