From b2e99e0e94e5cf1a22542e908ac3977de95eb4c9 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 21 Jan 2019 10:16:33 -0200 Subject: [PATCH] Manual.md: document fetch_cmd --- Manual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Manual.md b/Manual.md index a9c681f7994..b26ed91d7a2 100644 --- a/Manual.md +++ b/Manual.md @@ -658,6 +658,8 @@ that shouldn't remove the kernel files when they are removed in case it might br user's booting and module loading. Otherwise in the majority of cases it should not be used. +- `fetch_cmd` Executable to be used to fetch URLs in `distfiles` during the `do_fetch` phase. + #### About the many types of `depends` variable.