diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2012-07-11 19:56:14 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2012-07-11 19:56:14 +0000 |
commit | d25f1a8939af121e05e1c924e158bd1ce4e680e8 (patch) | |
tree | 9745cabf733e069dc84ca3e0db498683edede694 /usr.bin | |
parent | 105b40584b7ae9269796619e3095f87ec7967f09 (diff) |
fix three typos.
ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/mg.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index b96800a69df..bc120809014 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,7 +1,7 @@ -.\" $OpenBSD: mg.1,v 1.67 2012/06/21 17:55:10 lum Exp $ +.\" $OpenBSD: mg.1,v 1.68 2012/07/11 19:56:13 sobrado Exp $ .\" This file is in the public domain. .\" -.Dd $Mdocdate: June 21 2012 $ +.Dd $Mdocdate: July 11 2012 $ .Dt MG 1 .Os .Sh NAME @@ -389,8 +389,8 @@ Move cursor to the top of the buffer. Move cursor to the beginning of the line. .It blink-and-insert Self-insert a character, then search backwards and blink its -matching delimeter. -For delimeters other than +matching delimiter. +For delimiters other than parenthesis, brackets, and braces, the character itself is used as its own match. .It bsmap-mode @@ -436,7 +436,7 @@ Navigate to the next match. .It cscope-prev-symbol Navigate to the previous match. .It cscope-next-file -Nagivate to the next file. +Navigate to the next file. .It cscope-prev-file Navigate to the previous file. .It cscope-create-list-of-files-to-index |