summaryrefslogtreecommitdiff
path: root/usr.bin/mg
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-09-02 20:06:49 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-09-02 20:06:49 +0000
commitaa0e4f678cc0951dcd9b8e4ab5d2c36ec98cb4b9 (patch)
tree2c9a811f05586273cc11518af0d59db5e6aa2fad /usr.bin/mg
parent2254e5c9e384bd29678678df916dddbb7f63f913 (diff)
various improvements from deanna phillips; tweaked by myself
ok kjell
Diffstat (limited to 'usr.bin/mg')
-rw-r--r--usr.bin/mg/mg.115
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1
index 7f8984b723f..c4b38d4fbe2 100644
--- a/usr.bin/mg/mg.1
+++ b/usr.bin/mg/mg.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mg.1,v 1.27 2006/07/17 15:31:23 kjell Exp $
+.\" $OpenBSD: mg.1,v 1.28 2006/09/02 20:06:48 jmc Exp $
.\"
.Dd February 25, 2000
.Dt MG 1
@@ -120,9 +120,7 @@ language in which you can write extensions.
However, you can rebind keys and change some parameters.
There are no limits to line length or format.
Command, buffer, and file name completion and listing can
-be done using the spacebar and
-.Ql \&? ,
-respectively.
+be done using the spacebar and tab keys.
.Pp
Amongst other major differences, the
.Nm
@@ -141,8 +139,13 @@ will use
.Pa .mg-vt100
as a startup file.
The terminal type startup file is used first.
-See the manual for a full list of the commands that can
-go in the files.
+The startup file format is a list of commands, one per line, as used for
+interactive evaluation, e.g.:
+.Bd -literal -offset indent
+auto-fill-mode
+set-fill-column 72
+global-set-key "\e^x\e^f" find-file
+.Ed
.Pp
Here's another example sequence that you may find useful.
By default,