diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 15:44:51 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 15:44:51 +0000 |
commit | b7ff5b7b497def7b9863be3bbb843b1ba67dcf0c (patch) | |
tree | b8fb13ef76fc63a39cbce19479e5b345a3696a37 /mandoc.1 | |
parent | 6e68d3d4aa900bf9e03f073ed1c2369ed77708bf (diff) | |
download | mandoc-b7ff5b7b497def7b9863be3bbb843b1ba67dcf0c.tar.gz |
Merged patch to allow -fign-escape (thanks Joerg Sonnenberger).
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. . |