diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-08 08:30:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-08 08:30:45 +0200 |
commit | 08167916a5e85b702f5923b4d02754644dd728cb (patch) | |
tree | 419f9c6f70ba734192d5021bd6cb22d3c2b79f3c | |
parent | 8c4dd4560a3787598ece542b37056064dfb5f48d (diff) |
Fix misleading in module documentation
-rw-r--r-- | doc/manual.cli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index a0d7ac2..cf52455 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -6503,9 +6503,9 @@ taking into account the target it is a prerequisite of. In other words, the following dependency declarations produce the same result: \ -hxx{config}: in{config} -hxx{config}: in{config.hxx} -hxx{config}: in{config.hxx.in} +hxx{config}: in{config} +hxx{config.hxx}: in{config} +hxx{config.hxx}: in{config.hxx.in} \ By default the \c{in} rule uses \c{$} as the substitution symbol. This can be |