diff options
-rw-r--r-- | setxkbmap.c | 8 | ||||
-rw-r--r-- | setxkbmap.man | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/setxkbmap.c b/setxkbmap.c index c46369a..d8cafa8 100644 --- a/setxkbmap.c +++ b/setxkbmap.c @@ -1,4 +1,3 @@ -/* $XdotOrg: app/setxkbmap/setxkbmap.c,v 1.2 2004/04/23 19:54:37 eich Exp $ */ /************************************************************ Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc. @@ -24,7 +23,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ -/* $XFree86: xc/programs/setxkbmap/setxkbmap.c,v 3.7 2003/01/20 04:15:08 dawes Exp $ */ #include <stdio.h> #include <stdlib.h> @@ -846,11 +844,11 @@ main(int argc,char **argv) if (dpy) getServerValues(); if (svValue[CONFIG_NDX] && (!applyConfig(svValue[CONFIG_NDX]))) - exit(-3); + exit(-3); if (!applyRules()) - exit(-4); + exit(-4); if (!applyComponentNames()) - exit(-5); + exit(-5); if (dpy) XCloseDisplay(dpy); exit(0); diff --git a/setxkbmap.man b/setxkbmap.man index 48f49c6..f3f44b4 100644 --- a/setxkbmap.man +++ b/setxkbmap.man @@ -1,6 +1,4 @@ .\" -.\" $XFree86: xc/programs/setxkbmap/setxkbmap.man,v 3.6 2003/01/20 04:15:08 dawes Exp $ -.\" .TH SETXKBMAP __appmansuffix__ __xorgversion__ .SH NAME setxkbmap |