diff options
-rw-r--r-- | usr.bin/mg/mg.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index d18cb94c0b7..fd610070b70 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mg.1,v 1.56 2011/11/28 04:41:39 lum Exp $ +.\" $OpenBSD: mg.1,v 1.57 2011/11/28 07:58:23 lum Exp $ .\" This file is in the public domain. .\" .Dd $Mdocdate: November 28 2011 $ @@ -75,10 +75,10 @@ Note: The point and mark are window-specific in not buffer-specific, as in other emacs flavours. .Sh TAGS .Nm -supports tags file created by +supports tag files created by .Xr ctags 1 , -allowing user to quickly locate various object definitions. -Note that emacs uses etags, not ctags. +allowing the user to quickly locate various object definitions. +Note though that emacs uses etags, not ctags. .Sh DEFAULT KEY BINDINGS Normal editing commands are very similar to GNU Emacs. In the following examples, C-x means Control-x, and M-x means Meta-x, |