diff options
author | 2002-09-28 01:14:02 +0000 | |
---|---|---|
committer | 2002-09-28 01:14:02 +0000 | |
commit | 50ca8c4a59badbaa26984c51a950a15322145fe8 (patch) | |
tree | cd91f940f523489dbd7c0a4364c4c9205760f9d5 | |
parent | format usage nicer, and add startssl to summary usage. also order the (diff) | |
download | wireguard-openbsd-50ca8c4a59badbaa26984c51a950a15322145fe8.tar.xz wireguard-openbsd-50ca8c4a59badbaa26984c51a950a15322145fe8.zip |
doc that undo is a teeny bit different
-rw-r--r-- | usr.bin/mg/mg.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 2bb7a930c84..500f65105e9 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mg.1,v 1.13 2002/05/10 19:53:18 deraadt Exp $ +.\" $OpenBSD: mg.1,v 1.14 2002/09/28 01:14:02 deraadt Exp $ .\" .Dd February 25, 2000 .Dt MG 1 @@ -165,3 +165,9 @@ this buffer goes away the next time you type a real command. In .Nm mg , you must use "^X-1" to get rid of it. +.Pp +The undo feature has a minor difference compared to the same feature in +Gnu Emacs. When the end of the undo records list is reached, +.Nm mg +will not stop and inform the user for one undo keystroke before continuing. + |