diff options
author | allanjude <allanjude@FreeBSD.org> | 2015-01-18 17:25:41 +0000 |
---|---|---|
committer | allanjude <allanjude@FreeBSD.org> | 2015-01-18 17:25:41 +0000 |
commit | 79660291fb82626d215166111e5653a3a9ee4d53 (patch) | |
tree | 07f30d28ad0977bea6412c5aa73851f1cbf6dca7 /contrib/ee | |
parent | aa0ac99391af2cc2286fadd774dc5cf9f2edb7a6 (diff) | |
download | FreeBSD-src-79660291fb82626d215166111e5653a3a9ee4d53.zip FreeBSD-src-79660291fb82626d215166111e5653a3a9ee4d53.tar.gz |
Fix minor syntax and grammar errors in the markup of the ee(1) man page
Differential Revision: https://reviews.freebsd.org/D1552
Submitted by: bcallah@openbsd.org (original)
Approved by: wblock (mentor)
MFC after: 1 week
Sponsored by: ScaleEngine Inc.
Diffstat (limited to 'contrib/ee')
-rw-r--r-- | contrib/ee/ee.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/ee/ee.1 b/contrib/ee/ee.1 index b66c8aa..d6558a1 100644 --- a/contrib/ee/ee.1 +++ b/contrib/ee/ee.1 @@ -329,8 +329,8 @@ A window showing the keyboard operations that can be performed can be displayed or not. .IP "\fBemacs keys\fR" Control keys may be given bindings similar to emacs, or not. -.IP "\f16 bit characters\fR" -Toggles whether sixteen bit characters are handled as one 16-bit quantities or +.IP "\fB16 bit characters\fR" +Toggles whether sixteen bit characters are handled as one 16-bit quantity or two 8-bit quantities. This works primarily with the Chinese Big 5 code set. .RE .PP @@ -461,7 +461,7 @@ Turns off display of eight bit characters (they are displayed as their decimal value inside angle brackets, e.g., "<220>"). .IP \fB16bit\fR Turns on handling of 16-bit characters. -.IP \fbno16bit\fR +.IP \fBno16bit\fR Turns off handling of 16-bit characters. .IP \fBemacs\fR Turns on emacs key bindings. |