From d156fd724dd7e1064c41c21bd2005da55d5175d7 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 25 May 2010 13:41:39 +0100 Subject: [PATCH] fish: Move 'EXIT CODE' section to a more logical place in the documentation. (cherry picked from commit 34a306ab2a7e6d9f468e8194cef8a05624325260) --- fish/guestfish.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fish/guestfish.pod b/fish/guestfish.pod index c647b57..b9b2758 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -685,6 +685,11 @@ can be useful for benchmarking operations. @ACTIONS@ +=head1 EXIT CODE + +guestfish returns 0 if the commands completed without error, or +1 if there was an error. + =head1 ENVIRONMENT VARIABLES =over 4 @@ -753,11 +758,6 @@ enough. =back -=head1 EXIT CODE - -guestfish returns 0 if the commands completed without error, or -1 if there was an error. - =head1 SEE ALSO L, -- 1.8.3.1