diff options
author | Mark Lumsden <lum@cvs.openbsd.org> | 2019-06-22 15:38:16 +0000 |
---|---|---|
committer | Mark Lumsden <lum@cvs.openbsd.org> | 2019-06-22 15:38:16 +0000 |
commit | 37ae805e42047641e0e56468821c4feaca5e32e4 (patch) | |
tree | a83ea7c9da9c206d5dbb36607428cbe06797dc51 /usr.bin/mg/buffer.c | |
parent | ccb3fc3e278b63fa545c384c8cfcc52784728fd2 (diff) |
Tidy up the comments:
1. two spelling mistakes.
2. change references to keystrokes, same as man page (UP-low).
3. update a filename reference to reality.
Diffstat (limited to 'usr.bin/mg/buffer.c')
-rw-r--r-- | usr.bin/mg/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/buffer.c b/usr.bin/mg/buffer.c index e1e3da2b2cf..256ef563297 100644 --- a/usr.bin/mg/buffer.c +++ b/usr.bin/mg/buffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: buffer.c,v 1.105 2018/12/13 14:59:16 lum Exp $ */ +/* $OpenBSD: buffer.c,v 1.106 2019/06/22 15:38:15 lum Exp $ */ /* This file is in the public domain. */ @@ -292,7 +292,7 @@ static struct KEYMAPE (2) listbufmap = { * in two parts. The "makelist" routine figures out * the text, and puts it in a buffer. "popbuf" * then pops the data onto the screen. Bound to - * "C-X C-B". + * "C-x C-b". */ /* ARGSUSED */ int |