summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlum <lum@openbsd.org>2011-11-28 07:58:23 +0000
committerlum <lum@openbsd.org>2011-11-28 07:58:23 +0000
commita3c63f2ffa486773b53485344990365037a622ca (patch)
tree2a1a99ee8e25e5416bd023f1e8597d944ce9f3e0
parentChange behaviour of M-q (fill-paragraph) to allow (diff)
downloadwireguard-openbsd-a3c63f2ffa486773b53485344990365037a622ca.tar.xz
wireguard-openbsd-a3c63f2ffa486773b53485344990365037a622ca.zip
jmc's suggested text for the ctags man page update was slighty
different in the committed version. Change to his original text, requested by him.
-rw-r--r--usr.bin/mg/mg.18
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,