diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-11-03 14:53:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-11-03 14:53:23 +0000 |
commit | bf568aa8abb26273282bceee4506a60f5c79ddf9 (patch) | |
tree | 4e50b1821c8dfac991331434779e40a5e086dd2d | |
parent | ac97b8c11f03fd9e87bf170cd5bd0b278215a2f3 (diff) |
comment out no-tab-mode, since mg is currently compiled without it;
From: Kaspars Bankovskis
ok lum
-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 ef3fc845297..6af85a5c939 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,7 +1,7 @@ -.\" $OpenBSD: mg.1,v 1.88 2014/04/02 20:32:00 lum Exp $ +.\" $OpenBSD: mg.1,v 1.89 2014/11/03 14:53:22 jmc Exp $ .\" This file is in the public domain. .\" -.Dd $Mdocdate: April 2 2014 $ +.Dd $Mdocdate: November 3 2014 $ .Dt MG 1 .Os .Sh NAME @@ -691,9 +691,9 @@ Assumes tabs are every eight characters. Move forward .Va n lines. -.It no-tab-mode -Toggle notab mode. -In this mode, spaces are inserted rather than tabs. +.\" .It no-tab-mode +.\" Toggle notab mode. +.\" In this mode, spaces are inserted rather than tabs. .It not-modified Turn off the modified flag in the current buffer. .It open-line |