diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:32:25 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:32:25 +0000 |
commit | 7ace550458bfb80e40b3a5a519ae22a1432528ad (patch) | |
tree | bdf3b5fa94398757296b2ae4d101b29d1023fac5 | |
parent | 4d39b9af0d6bf215ca33f9d4a922650be580997f (diff) |
merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE)CYGWIN-RELEASE-1-MERGECYGWIN-PRE-6_8_0-MERGECYGWIN-HEAD-MERGECYGWIN-HEAD-LAST-MERGECYGWIN-6_8_2-MERGECYGWIN-6_8_1-MERGECYGWIN-6_8_0-MERGECYGWIN
-rw-r--r-- | xclipboard.c | 2 | ||||
-rw-r--r-- | xclipboard.man | 2 | ||||
-rw-r--r-- | xcutsel.c | 2 | ||||
-rw-r--r-- | xcutsel.man | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/xclipboard.c b/xclipboard.c index 15b1568..60be0f8 100644 --- a/xclipboard.c +++ b/xclipboard.c @@ -28,7 +28,7 @@ in this Software without prior written authorization from The Open Group. * Updated for R4: Chris D. Peterson, MIT X Consortium. * Reauthored by: Keith Packard, MIT X Consortium. */ -/* $XFree86: xc/programs/xclipboard/xclipboard.c,v 1.9 2003/05/27 22:26:59 tsi Exp $ */ +/* $XFree86: xc/programs/xclipboard/xclipboard.c,v 1.8tsi Exp $ */ #include <stdio.h> #include <X11/Intrinsic.h> diff --git a/xclipboard.man b/xclipboard.man index 933c782..83fa613 100644 --- a/xclipboard.man +++ b/xclipboard.man @@ -23,7 +23,7 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" -.\" $XFree86: xc/programs/xclipboard/xclipboard.man,v 1.9 2002/10/12 16:06:46 herrb Exp $ +.\" $XFree86: xc/programs/xclipboard/xclipboard.man,v 1.8 2001/12/14 20:01:16 dawes Exp $ .\" .TH XCLIPBOARD 1 __xorgversion__ .SH NAME @@ -26,7 +26,7 @@ in this Software without prior written authorization from The Open Group. * * * Author: Ralph Swick, DEC/Project Athena */ -/* $XFree86: xc/programs/xclipboard/xcutsel.c,v 1.8 2001/12/14 20:01:16 dawes Exp $ */ +/* $XFree86: xc/programs/xclipboard/xcutsel.c,v 1.7 2001/04/01 14:00:19 tsi Exp $ */ #include <stdio.h> #include <stdlib.h> diff --git a/xcutsel.man b/xcutsel.man index 09ac0b4..ac8a983 100644 --- a/xcutsel.man +++ b/xcutsel.man @@ -23,7 +23,7 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" -.\" $XFree86: xc/programs/xclipboard/xcutsel.man,v 1.8 2001/12/14 20:01:16 dawes Exp $ +.\" $XFree86: xc/programs/xclipboard/xcutsel.man,v 1.7 2001/01/27 18:21:09 dawes Exp $ .\" .TH XCUTSEL 1 __xorgversion__ .SH NAME |