Even though the whitespace notation also worked since introduction of the "drop" action, only the dot notation is documented.
Signed-off-by: Markus Heidelberg <[email protected]> --- doc/daily_work.inc | 2 +- doc/dev_advanced_rule_files.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/daily_work.inc b/doc/daily_work.inc index b995fea67..9a705c044 100644 --- a/doc/daily_work.inc +++ b/doc/daily_work.inc @@ -117,7 +117,7 @@ To rebuild the kernel: .. code-block:: text - jbe@octopus:~/myprj$ ptxdist drop kernel compile + jbe@octopus:~/myprj$ ptxdist drop kernel.compile jbe@octopus:~/myprj$ ptxdist targetinstall kernel .. note:: To clean the kernel, change into the local_src directory and call diff --git a/doc/dev_advanced_rule_files.rst b/doc/dev_advanced_rule_files.rst index 1aa246fe2..26abf214d 100644 --- a/doc/dev_advanced_rule_files.rst +++ b/doc/dev_advanced_rule_files.rst @@ -69,7 +69,7 @@ Or re-build the package with the new settings: .. code-block:: text - $ ptxdist drop foo prepare + $ ptxdist drop foo.prepare $ ptxdist targetinstall foo Adding Dynamic Configure Parameters -- 2.43.0
