diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-07 14:48:05 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-07 14:48:05 +1000 |
commit | a2ce16486c63e48446cc0fb0e5ea4153cae98e90 (patch) | |
tree | a2860ee2d80cafd0c930a6e02dcd4bde0740b0bf | |
parent | 7d62e4c5d4dc158be6224b5a048f206d2ff7b0ec (diff) |
Remove RCS tags, some useless comments, empty AUTHORS from man.
-rw-r--r-- | man/void.man | 3 | ||||
-rw-r--r-- | src/void.c | 10 |
2 files changed, 0 insertions, 13 deletions
diff --git a/man/void.man b/man/void.man index 9054363..3faed5a 100644 --- a/man/void.man +++ b/man/void.man @@ -1,4 +1,3 @@ -.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/void/void.man,v 1.1 2001/01/24 00:06:38 dawes Exp $ .\" shorthand for double quote that works everywhere. .ds q \N'34' .TH VOID __drivermansuffix__ __vendorversion__ @@ -25,5 +24,3 @@ details and for options that can be used with all input drivers. This driver doesn't have any configuration options in addition to those. .SH "SEE ALSO" __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__). -.SH AUTHORS -Authors include... @@ -21,8 +21,6 @@ * */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/input/void/void.c,v 1.1 1999/11/19 13:54:57 hohndel Exp $ */ - /* Input device which doesn't output any event. This device can be used * as a core pointer or as a core keyboard. */ @@ -408,11 +406,3 @@ _X_EXPORT XF86ModuleData voidModuleData = { }; #endif /* XFree86LOADER */ - -/* - * Local variables: - * change-log-default-name: "~/xinput.log" - * c-file-style: "bsd" - * End: - */ -/* end of void.c */ |