summaryrefslogtreecommitdiffstats
path: root/contrib/ee/ee.1
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-05-27 17:27:03 +0000
committered <ed@FreeBSD.org>2009-05-27 17:27:03 +0000
commit6c84dada4f81e47ab4a1684ec36e4260f937debd (patch)
tree69071259f3ad010993ed926d39c9428688e32b5a /contrib/ee/ee.1
parentf56e53b0d75e50ab9afcdd3e9ea538a6424d5ce7 (diff)
parentc43673ef75b7d102d622ebc468c6046f186c18b6 (diff)
downloadFreeBSD-src-6c84dada4f81e47ab4a1684ec36e4260f937debd.zip
FreeBSD-src-6c84dada4f81e47ab4a1684ec36e4260f937debd.tar.gz
Update ee(1) in the base system to version 1.5.0.
This version is now licensed under a 2-clause BSD license, instead of the Artistic license. I've reverted a lot of local modifications we made to ee, because they have been integrated upstream as well. Only local modifications include: - $FreeBSD$ ID. - Pathname to init.ee. - catopen() call, to honor LC_MESSAGES instead of LANG. To keep SVN happy, I'm putting an application/octet-stream mime type on the KOI8 translations. Reviewed by: current@
Diffstat (limited to 'contrib/ee/ee.1')
-rw-r--r--contrib/ee/ee.116
1 files changed, 10 insertions, 6 deletions
diff --git a/contrib/ee/ee.1 b/contrib/ee/ee.1
index be79cbf..7d482a8 100644
--- a/contrib/ee/ee.1
+++ b/contrib/ee/ee.1
@@ -4,7 +4,7 @@
.\"
.\" nroff -man ee.1
.\"
-.\" $Header: /home/hugh/sources/old_ae/RCS/ee.1,v 1.19 1995/11/29 04:03:15 hugh Exp hugh $
+.\" $Header: /home/hugh/sources/old_ae/RCS/ee.1,v 1.22 2001/12/16 04:49:27 hugh Exp $
.\"
.\"
.TH ee 1 "" "" "" ""
@@ -29,6 +29,10 @@ is the same as
but restricted to editing the named
file (no file operations, or shell escapes are allowed).
.PP
+An editor with similar user-friendly qualities but more features is available
+and is called
+.I aee.
+.PP
For
.I ee
to work properly, the environment variable
@@ -402,7 +406,7 @@ cursor location. The old information would have to be deleted by the user.
.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/usr/share/misc/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
@@ -410,7 +414,7 @@ the users on a system-wide basis (for example, the \fBprint\fR command),
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\/usr/share/misc/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
@@ -517,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 /usr/share/misc/init.ee
.br
.I $HOME/.init.ee
.br
@@ -532,8 +536,8 @@ This software and documentation contains
proprietary information which is protected by
copyright. All rights are reserved.
.PP
-Copyright (c) 1990, 1991, 1992, 1993, 1995, 1996 Hugh Mahon.
+Copyright (c) 1990, 1991, 1992, 1993, 1995, 1996, 2001 Hugh Mahon.
.SH "SEE ALSO"
.PP
-termcap(4), terminfo(4), environ(5), spell(1), ispell(1), lp(1)
+termcap(4), terminfo(4), environ(5), spell(1), ispell(1), lp(1), aee(1)
OpenPOWER on IntegriCloud