diff options
author | 2014-11-03 14:53:22 +0000 | |
---|---|---|
committer | 2014-11-03 14:53:22 +0000 | |
commit | c5342dfc288714818a0d2994ccd11babd7347c7d (patch) | |
tree | a2325e01d9c05beee90b9e286b01a5e72f762171 | |
parent | introspection feature: ${MAKEFILE_LIST} contains the list of makefiles (diff) | |
download | wireguard-openbsd-c5342dfc288714818a0d2994ccd11babd7347c7d.tar.xz wireguard-openbsd-c5342dfc288714818a0d2994ccd11babd7347c7d.zip |
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 |