diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2008-06-15 07:53:59 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2008-06-15 07:53:59 +0000 |
commit | 8da9d48734b8a1f02cd6cbf95155331cd6e988d6 (patch) | |
tree | b47d3e4590ec795675f6d53bf8808dd027c20328 /usr.bin | |
parent | 61f27524c36795847dda1945286596299e5085e9 (diff) |
Typos, forgotten word
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/mg.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 751e54044c9..ef40376560a 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mg.1,v 1.37 2008/06/15 07:31:41 kjell Exp $ +.\" $OpenBSD: mg.1,v 1.38 2008/06/15 07:53:58 kjell Exp $ .\" This file is in the public domain. .\" .Dd $Mdocdate: June 15 2008 $ @@ -780,8 +780,8 @@ Strings that are normally entered by the user at any subsequent prompts may be specified after the command name; e.g.: .Bd -literal -offset indent global-set-key ")" self-insert-command -global-set-key "\^x\^f" find-file -global-set-key "\e[Z" backward-char +global-set-key "\\^x\\^f" find-file +global-set-key "\\e[Z" backward-char set-default-mode fill set-fill-column 72 auto-execute *.c c-mode @@ -798,7 +798,8 @@ terminal-specific startup file .Sh CAVEATS Since it is written completely in C, there is currently no language in which you can write extensions; -however, you can rebind keys and change certain parameters. +however, you can rebind keys and change certain parameters +in startup files. .Pp In order to use 8-bit characters (such as German umlauts), the Meta key needs to be disabled via the |