diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2012-11-13 22:03:45 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2012-11-13 22:03:45 +0000 |
commit | e119ce1feb124275960573d6d88ed2cbc322600d (patch) | |
tree | 4e842c47c80a05f3386cf6c93acb8fb4cb8e5342 /usr.bin/mg | |
parent | 02c39fcfc0c4f2f71e3596f833bb7cd7c1088ac9 (diff) |
Column numbers are gone for good.
"yes" deraadt, input jmc
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/mg.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index e47474365ee..42411c6d12e 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,7 +1,7 @@ -.\" $OpenBSD: mg.1,v 1.70 2012/10/22 08:31:42 florian Exp $ +.\" $OpenBSD: mg.1,v 1.71 2012/11/13 22:03:44 florian Exp $ .\" This file is in the public domain. .\" -.Dd $Mdocdate: October 22 2012 $ +.Dd $Mdocdate: November 13 2012 $ .Dt MG 1 .Os .Sh NAME @@ -650,7 +650,7 @@ are left there and not moved to the .Pa ~/.mg.d directory. .It line-number-mode -Toggle whether line and column numbers are displayed in the modeline. +Toggle whether the line number is displayed in the modeline. .It list-buffers Display the list of available buffers. .It load |