Changelog:
===========
-The semantics of stars in file patterns has been clarified in the docs.
A leading or trailing star matches any number of path components, like a
double star would. This is different than the behavior of a star in the
middle of a pattern.
-The API docs were missing from the last version. They are now restored.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>