diff options
author | rsc <devnull@localhost> | 2006-02-28 19:47:18 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-02-28 19:47:18 +0000 |
commit | 9c81b470c7469d0fff504fcdb247eb35e08f0066 (patch) | |
tree | d67b27cf60f2fee32e0c73fd3c76bf3995cb9845 | |
parent | f2865ef6ab291b7c23254068d3f6554985bbf6aa (diff) | |
download | plan9port-9c81b470c7469d0fff504fcdb247eb35e08f0066.tar.gz plan9port-9c81b470c7469d0fff504fcdb247eb35e08f0066.tar.bz2 plan9port-9c81b470c7469d0fff504fcdb247eb35e08f0066.zip |
changes
-rw-r--r-- | man/man3/getsnarf.3 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/man3/getsnarf.3 b/man/man3/getsnarf.3 index 17456349..6c236e76 100644 --- a/man/man3/getsnarf.3 +++ b/man/man3/getsnarf.3 @@ -35,3 +35,17 @@ and will convert as necessary. .SH SOURCE .B \*9/src/libdraw/x11-itrans.c +.SH SEE ALSO +.IR snarfer (1) +.SH BUGS +On OS X, there are two snarf buffers: the Carbon snarf buffer +used by native OS X applications, and the X11 snarf buffer, +used by X11 applications. +Whenever new text is written to the Carbon snarf buffer, the OS X X11 +implementation automatically copies that text to the X11 snarf buffer. +The reverse is not done automatically, arguably a bug in the X11 server. +To work around this, +.I putsnarf +writes to both the Carbon snarf buffer and the X11 snarf buffer. +To work around this bug in remote or non-Plan 9 X11 clients, run +.IR snarfer (1). |