From 2050633f163eb60a073aa59af60fb9eb6f0e236d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Jun 2017 16:53:29 +0200 Subject: Minor documentation changes --- doc/manual.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/manual.cli') diff --git a/doc/manual.cli b/doc/manual.cli index 2af4b07..7cacdce 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -82,9 +82,9 @@ exe{hello}: cxx{f* -fo?} # Exclude foo and fox if present. exe{hello}: cxx{f* +b* -foo -bar} # Exclude foo and bar if present. \ -Inclusion and exclusion are applied in the order specified and only to the +Inclusions and exclusions are applied in the order specified and only to the result produced up to that point. The order of names in the result is -unspecified, however, it is guaranteed not to contain duplicates. The +unspecified. However, it is guaranteed not to contain duplicates. The pattern and the following inclusions/exclusions must be consistent with regards to the type of filesystem entry they match. That is, they should all match either files or directories. For example: -- cgit v1.1