From 08167916a5e85b702f5923b4d02754644dd728cb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 8 Jun 2019 08:30:45 +0200 Subject: Fix misleading in module documentation --- doc/manual.cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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 -- cgit v1.1