mirror of https://github.com/MidnightCommander/mc
mc.1.in: Fix typo with clipboard_paste command.
Signed-off-by: Paul Sokolovsky <pfalcon@users.sourceforge.net> Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
c058e92586
commit
3145a40e08
|
@ -3936,7 +3936,7 @@ para volcar la selección de X Window a la salida estándar.
|
|||
Por ejemplo:
|
||||
.PP
|
||||
.nf
|
||||
clipboard_pastee=xclip \-o
|
||||
clipboard_paste=xclip \-o
|
||||
.fi
|
||||
.TP
|
||||
.I autodetect_codeset
|
||||
|
|
|
@ -4102,7 +4102,7 @@ utility like 'xclip' to print the selection to standard out.
|
|||
For example:
|
||||
.PP
|
||||
.nf
|
||||
clipboard_pastee=xclip \-o
|
||||
clipboard_paste=xclip \-o
|
||||
.fi
|
||||
.TP
|
||||
.I autodetect_codeset
|
||||
|
|
Loading…
Reference in New Issue