From b7ff5b7b497def7b9863be3bbb843b1ba67dcf0c Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 26 Oct 2009 15:44:51 +0000 Subject: Merged patch to allow -fign-escape (thanks Joerg Sonnenberger). --- mandoc.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mandoc.1') diff --git a/mandoc.1 b/mandoc.1 index b02dfb07..0aebd7eb 100644 --- a/mandoc.1 +++ b/mandoc.1 @@ -228,6 +228,11 @@ 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 Ar ign-escape +Ignore invalid escape sequences. +This is the default, but the option can be used to override an earlier +.Fl f Ns Ar strict . +. .It Fl f Ns Ar no-ign-escape Don't ignore invalid escape sequences. . -- cgit