From 587a3eb1ae3f4e39ba293b5f397b5241c0fee54d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 2 Sep 2023 05:21:42 +0000 Subject: More doc; unify tipidee-config exit codes Signed-off-by: Laurent Bercot --- doc/tipidee-config-preprocess.html | 46 ++++++++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 4 deletions(-) (limited to 'doc/tipidee-config-preprocess.html') diff --git a/doc/tipidee-config-preprocess.html b/doc/tipidee-config-preprocess.html index 86fb22e..9b6ea38 100644 --- a/doc/tipidee-config-preprocess.html +++ b/doc/tipidee-config-preprocess.html @@ -49,17 +49,55 @@ appropriately included files.
  • tipidee-config-preprocess then exits 0.
  • +

    Exit codes

    +

    - TODO: write this page. +If tipidee-config-preprocess exits nonzero, +tipidee-config will immediately exit +with the same error code.

    -

    Exit codes

    - -

    Options

    +
    +
    0
    success
    +
    1
    syntax error
    +
    2
    invalid inclusion (cycle or unauthorized duplicate)
    +
    100
    wrong usage
    +
    111
    system call failed
    +

    Detailed operation

    + +

    Notes

    + + -- cgit v1.3.1