diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-01 13:20:05 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-01 13:20:05 +0000 |
| commit | 9ca1d73cdef9474d585e4205b2036f5d693e29aa (patch) | |
| tree | 2763bd50e5e60642a6bf211a385c86f852cc7b49 /share | |
| parent | 0787ca52b414cb0f4922cfb47df3553a30ed989f (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/syscons.4 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4 index 5abb9c3c9380..62b990db8e8d 100644 --- a/share/man/man4/syscons.4 +++ b/share/man/man4/syscons.4 @@ -263,13 +263,14 @@ option then you must also use this option if you wish to be able to use the mouse. .It Dv SC_CUT_SEPCHARS=_characters_ This options specifies characters that will be looked for when the -driver searches for words boundaries when doing cut operation. By -default its value is -.Dq \e\\&x20 -- a space character. +driver searches for words boundaries when doing cut operation. +By default, its value is +.Qq Li \ex20 +\(em a space character. .It Dv SC_CUT_SPACES2TABS This options instructs the driver to convert leading spaces into tabs -when copying data into cut buffer. This might be useful to preserve +when copying data into cut buffer. +This might be useful to preserve identation when copying tab-idented text. .It Dv SC_DISABLE_DDBKEY This option disables the ``debug'' key (by default, it is |
