diff options
-rw-r--r-- | include/X11/extensions/XRes.h | 3 | ||||
-rw-r--r-- | man/XRes.man | 7 | ||||
-rw-r--r-- | src/XRes.c | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/include/X11/extensions/XRes.h b/include/X11/extensions/XRes.h index b9a1e9f..5b3374e 100644 --- a/include/X11/extensions/XRes.h +++ b/include/X11/extensions/XRes.h @@ -1,7 +1,8 @@ /* Copyright (c) 2002 XFree86 Inc */ -/* $XFree86: xc/include/extensions/XRes.h,v 1.4 2003/12/18 05:48:06 dawes Exp $ */ +/* $XdotOrg: xc/include/extensions/XRes.h,v 1.4 2003/12/18 05:48:06 dawes Exp $ */ +/* $XFree86: xc/include/extensions/XRes.h,v 1.3 2002/03/10 22:05:51 mvojkovi Exp $ */ #ifndef _XRES_H #define _XRES_H diff --git a/man/XRes.man b/man/XRes.man index 1ce24b9..9a98e21 100644 --- a/man/XRes.man +++ b/man/XRes.man @@ -1,5 +1,6 @@ .\" -.\" $XFree86: xc/lib/XRes/XRes.man,v 1.3 2003/12/04 19:10:30 dawes Exp $ +.\" $XdotOrg$ +.\" $XFree86: xc/lib/XRes/XRes.man,v 1.2 2003/10/13 21:22:54 herrb Exp $ .\" .\" Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved. .\" @@ -130,9 +131,9 @@ will return .I BadValue if passed an illegal client identifier. .SH "SEE ALSO" -Xlib(1), X(7) +X(__miscmansuffix__) .SH AUTHOR -Mark Vojkovich, for The XFree86 Project Inc. +Mark Vojkovich, originally for The XFree86 Project Inc. .SH STABILITY This API is considered as experimental. The XRes library major revision may be incremented whenever incompatible changes are done to @@ -1,7 +1,7 @@ /* Copyright (c) 2002 XFree86 Inc */ -/* $XFree86: xc/lib/XRes/XRes.c,v 1.4 2002/10/16 00:37:26 dawes Exp $ */ +/* $XFree86: xc/lib/XRes/XRes.c,v 1.3 2002/03/10 22:06:53 mvojkovi Exp $ */ #define NEED_EVENTS #define NEED_REPLIES |