Joint work with Allan Jude <allanjude@freebsd.org> who has proposed an identical diff for the FreeBSD version.
51 lines
2.1 KiB
Plaintext
51 lines
2.1 KiB
Plaintext
$OpenBSD: patch-ee_1,v 1.4 2015/01/17 21:02:19 bcallah Exp $
|
|
--- ee.1.orig Sat Dec 15 23:49:37 2001
|
|
+++ ee.1 Sat Jan 17 15:49:05 2015
|
|
@@ -329,8 +329,8 @@ A window showing the keyboard operations that can be p
|
|
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
|
|
@@ -406,7 +406,7 @@ cursor location. The old information would have to be
|
|
.PP
|
|
Since different users have different preferences, \fIee\fR allows some
|
|
slight configurability. There are three possible locations for an
|
|
-initialization file for ee: the file \fI/usr/local/lib/init.ee\fR, the
|
|
+initialization file for ee: the file \fI%%SYSCONFDIR%%/init.ee\fR, the
|
|
file \fI.init.ee\fR in the user's home directory, or the file \fI.init.ee\fR
|
|
in the current directory (if different from the home
|
|
directory). This allows system administrators to set some preferences for
|
|
@@ -414,7 +414,7 @@ the users on a system-wide basis (for example, the \fB
|
|
and the user to customize settings for particular directories (like one
|
|
for correspondence, and a different directory for programming).
|
|
.PP
|
|
-The file \fI\/usr/local/lib/init.ee\fR is read first, then
|
|
+The file \fI%%SYSCONFDIR%%/init.ee\fR is read first, then
|
|
\fI$HOME/.init.ee\fR, then \fI.init.ee\fR, with the settings specified by the
|
|
most recent file read taking precedence.
|
|
.PP
|
|
@@ -461,7 +461,7 @@ Turns off display of eight bit characters (they are di
|
|
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.
|
|
@@ -521,7 +521,7 @@ The automatic paragraph formatting operation
|
|
may be too slow for slower systems.
|
|
.SH FILES
|
|
.PP
|
|
-.I /usr/local/lib/init.ee
|
|
+.I %%SYSCONFDIR%%/init.ee
|
|
.br
|
|
.I $HOME/.init.ee
|
|
.br
|