aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-09 21:19:42 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-09 21:19:42 +0000
commit430c654a41706975e219a5f94a3c73842f75461c (patch)
treeab25d1661b14eba43e8822b611342f40bf49148a /mandoc.1
parentb97909dd90ac7aa315e30d57c6fa3cf3e72711b3 (diff)
downloadmandoc-430c654a41706975e219a5f94a3c73842f75461c.tar.gz
mandoc-430c654a41706975e219a5f94a3c73842f75461c.tar.zst
mandoc-430c654a41706975e219a5f94a3c73842f75461c.zip
Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarze, too.
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.111
1 files changed, 4 insertions, 7 deletions
diff --git a/mandoc.1 b/mandoc.1
index fb9bbb48..d1ff24f6 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.59 2010/04/13 05:26:49 kristaps Exp $
+.\" $Id: mandoc.1,v 1.60 2010/05/09 21:19:42 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 13 2010 $
+.Dd $Mdocdate: May 9 2010 $
.Dt MANDOC 1
.Os
.Sh NAME
@@ -192,18 +192,15 @@ When rewinding the scope of a block macro, forces the compiler to ignore
scope violations.
This can seriously mangle the resulting tree.
.Pq mdoc only
-.It Fl f Ns Cm no-ign-chars
-Do not ignore disallowed characters.
.It Fl f Ns Cm no-ign-escape
Do not ignore invalid escape sequences.
.It Fl f Ns Cm no-ign-macro
Do not ignore unknown macros at the start of input lines.
.It Fl f Ns Cm strict
Implies
-.Fl f Ns Cm no-ign-escape ,
-.Fl f Ns Cm no-ign-macro ,
+.Fl f Ns Cm no-ign-escape
and
-.Fl f Ns Cm no-ign-chars .
+.Fl f Ns Cm no-ign-macro .
.El
.Ss Output Options
For the time being, only