diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2012-12-27 18:51:53 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2012-12-27 18:51:53 +0000 |
commit | 3b818e35b917be29e9bea7603fbe7c6d65b2537f (patch) | |
tree | 7fc19af2733c971d9aebbfa7a5d366afbc64c5e5 /usr.bin/mg/mg.1 | |
parent | 5bdbfcba5ec91acae15976c6c3c6008887b9de6a (diff) |
diff-buffer-with-file
input gsoares@, Sunil Nimmagadda, jasper@
ok jasper@, benno@
Diffstat (limited to 'usr.bin/mg/mg.1')
-rw-r--r-- | usr.bin/mg/mg.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 618cc3936ba..fffd26ed620 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,7 +1,7 @@ -.\" $OpenBSD: mg.1,v 1.73 2012/12/04 10:54:20 florian Exp $ +.\" $OpenBSD: mg.1,v 1.74 2012/12/27 18:51:52 florian Exp $ .\" This file is in the public domain. .\" -.Dd $Mdocdate: December 4 2012 $ +.Dd $Mdocdate: December 27 2012 $ .Dt MG 1 .Os .Sh NAME @@ -495,6 +495,8 @@ the *help* buffer. .It describe-key-briefly Read a key from the keyboard, and look it up in the keymap. Display the name of the function currently bound to the key. +.It diff-buffer-with-file +View the differences between buffer and its associated file. .It digit-argument Process a numerical argument for keyboard-invoked functions. .It downcase-region |