lib: add generated man files

This commit is contained in:
Joseph Weston 2018-07-24 23:49:47 +02:00 committed by Simon Michael
parent 1fca47cf18
commit e23160059e
3 changed files with 6 additions and 3 deletions

View File

@ -1011,7 +1011,8 @@ include\ path/to/file.journal
.PP
If the path does not begin with a slash, it is relative to the current
file.
Glob patterns (\f[C]*\f[]) are not currently supported.
The include file path may contain common glob patterns (e.g.
\f[C]*\f[]).
.PP
The \f[C]include\f[] directive can only be used in journal files.
It can include journal, timeclock or timedot files, but not CSV files.

View File

@ -878,7 +878,8 @@ directive, like this:
include path/to/file.journal
If the path does not begin with a slash, it is relative to the
current file. Glob patterns ('*') are not currently supported.
current file. The include file path may contain common glob patterns
(e.g. '*').
The 'include' directive can only be used in journal files. It can
include journal, timeclock or timedot files, but not CSV files.

View File

@ -705,7 +705,8 @@ FILE FORMAT
include path/to/file.journal
If the path does not begin with a slash, it is relative to the current
file. Glob patterns (*) are not currently supported.
file. The include file path may contain common glob patterns (e.g.
*).
The include directive can only be used in journal files. It can
include journal, timeclock or timedot files, but not CSV files.