diff options
author | marha <marha@users.sourceforge.net> | 2012-01-24 08:59:35 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-24 08:59:35 +0100 |
commit | e3a6ca7bffc785a13361efdbf81ef4776c050df0 (patch) | |
tree | 2277a7dccab07794bd37b255ae6b5e2716e0c855 /apps/xauth/README | |
parent | 780fcf7fcf5701c79568c95f32823cfa8e564665 (diff) | |
parent | b683b8f5675e280a6dd4ab82d6b9394182798b55 (diff) | |
download | vcxsrv-e3a6ca7bffc785a13361efdbf81ef4776c050df0.tar.gz vcxsrv-e3a6ca7bffc785a13361efdbf81ef4776c050df0.tar.bz2 vcxsrv-e3a6ca7bffc785a13361efdbf81ef4776c050df0.zip |
Merge remote-tracking branch 'origin/released'
Conflicts:
xorg-server/dix/grabs.c
Diffstat (limited to 'apps/xauth/README')
-rw-r--r-- | apps/xauth/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/apps/xauth/README b/apps/xauth/README new file mode 100644 index 000000000..8718d1a85 --- /dev/null +++ b/apps/xauth/README @@ -0,0 +1,26 @@ +The xauth program is used to edit and display the authorization +information used in connecting to the X server. + +All questions regarding this software should be directed at the +Xorg mailing list: + + http://lists.freedesktop.org/mailman/listinfo/xorg + +Please submit bug reports to the Xorg bugzilla: + + https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + +The master development code repository can be found at: + + git://anongit.freedesktop.org/git/xorg/app/xauth + + http://cgit.freedesktop.org/xorg/app/xauth + +For patch submission instructions, see: + + http://www.x.org/wiki/Development/Documentation/SubmittingPatches + +For more information on the git code manager, see: + + http://wiki.x.org/wiki/GitPage + |