diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-10-09 15:15:57 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-10-09 15:15:57 +0200 |
commit | 3cc39a0ac7da0bcf7840f58c0986b18ab01898a2 (patch) | |
tree | 41455ed6daa95862b0ed8c0799ad42dcd6e4d385 /sys/man/1/vnc | |
parent | 14817c49910494426fdd624dd7b4dc693a41594c (diff) |
vncv: snarfvers race, silly walks, add -l option for clipboard charset
Diffstat (limited to 'sys/man/1/vnc')
-rw-r--r-- | sys/man/1/vnc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/man/1/vnc b/sys/man/1/vnc index 41f7ffd2f..49cbe0eb5 100644 --- a/sys/man/1/vnc +++ b/sys/man/1/vnc @@ -51,6 +51,10 @@ vncs, vncv \- remote frame buffer server and viewer for Virtual Network Computin .I encodings ] [ +.B -l +.I charset +] +[ .B -k .I keypattern ] @@ -167,6 +171,12 @@ The default (and full) set is The encodings should be given as a single space-separated argument (quoted when using the shell). .TP +.B -l \fIcharset +sets the character set (see +.IR tcs (1)) +used by the server to encode clipboard text. The default is +.B utf-8. +.TP .B -k \fIkeypattern add .I keypattern |