Package: mini-dinstall Version: 0.6.30 Severity: minor Tags: patch Correct the documentation for option experimental_release. The default value is 0 (not None).
Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> --- doc/mini-dinstall.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mini-dinstall.1 b/doc/mini-dinstall.1 index 7a70cb1..89172cb 100644 --- a/doc/mini-dinstall.1 +++ b/doc/mini-dinstall.1 @@ -300,7 +300,7 @@ The Origin field in the Release file. Defaults to the current user's username. The Suite field in the Release file. Defaults to \*(lqNone\*(rq. .TP .B experimental_release -The experimental_release field mark the release as experimental. Defaults to \*(lqNone\*(rq. +The experimental_release field mark the release as experimental. Defaults to \*(lq0\*(rq. .TP .B release_signscript If specified, this script will be called to sign Release files. It will be -- 1.7.10.4