diff options
Diffstat (limited to 'doc/man/scons.1')
-rw-r--r-- | doc/man/scons.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 986c14b..c627a19 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -9737,6 +9737,8 @@ env['BUILDERS]['PDFBuilder'] = bld .ES import re +'\" Note: the \\ in the following are for the benefit of nroff/troff, +'\" not inappropriate doubled escape characters within the r'' raw string. include_re = re.compile(r'^include\\s+(\\S+)$', re.M) def kfile_scan(node, env, path, arg): |