diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-07 18:56:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-07 18:56:14 +0200 |
commit | a81d3fb9160b3032124bdc58e76619b724ccdb6c (patch) | |
tree | efb6aae50d6f5fb75d6569c8547704b928154129 /doc | |
parent | 2be64a300c63c04afc2c00845d554af4b1bb25f6 (diff) |
Fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index d40521b..8f6bebd 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -61,7 +61,7 @@ itself. For example: exe{hello}: cxx{**} # All C++ source files, including in subdirectories. \ -A \c{{\}}-enclosed pattern value may be following by inclusion/exclusion +A \c{{\}}-enclosed pattern value may be followed by inclusion/exclusion patterns/matches. A subsequent value is treated as an inclusion if it starts with a plus sign (\c{+}) and as an exclusion if it starts with a minus (\c{-}). A subsequent value that does not start with either of these signs is |