diff options
author | mjl <mjl@pkgsrc.org> | 1999-05-28 21:08:04 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 1999-05-28 21:08:04 +0000 |
commit | 7e5c29d95eb97330f33383c5b0e81ef1f524888c (patch) | |
tree | aff62861ba0a4e2fca85908dfee12fcd84180867 /x11/x2x/patches | |
parent | 7138502115e6e28f48b1d605ffa0dff4e494767a (diff) | |
download | pkgsrc-7e5c29d95eb97330f33383c5b0e81ef1f524888c.tar.gz |
Add package x2x, control multiple X displays with one mouse/keyboard.
Diffstat (limited to 'x11/x2x/patches')
-rw-r--r-- | x11/x2x/patches/patch-man | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/x2x/patches/patch-man b/x11/x2x/patches/patch-man new file mode 100644 index 00000000000..59d77b76452 --- /dev/null +++ b/x11/x2x/patches/patch-man @@ -0,0 +1,13 @@ +$NetBSD: patch-man,v 1.1.1.1 1999/05/28 21:08:05 mjl Exp $ + +--- x2x.1.orig Fri May 28 22:37:57 1999 ++++ x2x.1 Fri May 28 22:38:09 1999 +@@ -3,7 +3,7 @@ + .SH NAME + x2x \- X to X connection + .SH SYNTAX +-\f x2x\fR <[-to <DISPLAY>] | [-from <DISPLAY>]> [options...] ++\fB x2x\fR <[-to <DISPLAY>] | [-from <DISPLAY>]> [options...] + .SH DESCRIPTION + x2x allows the keyboard and mouse on one ("from") X display to be used to + control another ("to") X display. Since x2x uses the XTEST extension, |