From 5ce4322a2cdeddd775897186686ae97d3cededeb Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Sat, 15 Aug 2020 11:02:20 +0200 Subject: [PATCH] docs: Drop inexistent "number" variable from hostname section (#1586) The hostname module does not provide any "number" variable, its presence in the documentation is likely due to some copy&paste from the jobs module section, so let's drop it. Signed-off-by: Emanuele Aina --- docs/config/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 283d7eede..f6dfc7278 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -1275,7 +1275,6 @@ The `hostname` module shows the system hostname. | Variable | Example | Description | | -------- | ------- | ------------------------------------ | -| number | `1` | The number of jobs | | symbol | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` |