From 1ddc8aefb2e45def02dfe02973a3afd2fbdf09c3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 12 May 2022 08:21:08 +0200 Subject: [PATCH] page-footer: mention exit code zero too Success (zero) is also an "exit code" worth mentioning. Closes #8833 --- docs/cmdline-opts/page-footer | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cmdline-opts/page-footer b/docs/cmdline-opts/page-footer index 4ba05cfc07..613a3e8de1 100644 --- a/docs/cmdline-opts/page-footer +++ b/docs/cmdline-opts/page-footer @@ -113,6 +113,8 @@ Makes it the equivalent of --socks5-hostname There are a bunch of different error codes and their corresponding error messages that may appear under error conditions. At the time of this writing, the exit codes are: +.IP 0 +Success. The operation completed successfully according to the instructions. .IP 1 Unsupported protocol. This build of curl has no support for this protocol. .IP 2