diff options
author | ru <ru@FreeBSD.org> | 2001-10-01 13:20:05 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-10-01 13:20:05 +0000 |
commit | e40e95bd2717e8962d4839ff8ead45bf4682c1f5 (patch) | |
tree | 2763bd50e5e60642a6bf211a385c86f852cc7b49 /share/man/man4/syscons.4 | |
parent | 83769df8dd1179ee89c5c730bfacf79ddb10f36c (diff) | |
download | FreeBSD-src-e40e95bd2717e8962d4839ff8ead45bf4682c1f5.zip FreeBSD-src-e40e95bd2717e8962d4839ff8ead45bf4682c1f5.tar.gz |
mdoc(7) police: removed hard sentence breaks, minor markup nits.
Diffstat (limited to 'share/man/man4/syscons.4')
-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 5abb9c3..62b990d 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 |