From c91ebbde73c15a7b9754781865c3498cead8fdd6 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 6 Nov 2009 16:30:48 +0000 Subject: [PATCH] add exit status infor to manpage for xdsh git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4506 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/xdsh.1.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xCAT-client/pods/man1/xdsh.1.pod b/xCAT-client/pods/man1/xdsh.1.pod index 17db6d75c..193b7e5c9 100644 --- a/xCAT-client/pods/man1/xdsh.1.pod +++ b/xCAT-client/pods/man1/xdsh.1.pod @@ -441,6 +441,11 @@ pertain to the remote environment and remote shell command are userdefined. +=head1 B + +The dsh command exit code is 0 if the command executed without errors and all remote shell commands finished with exit codes of 0. If internal dsh errors occur or the remote shell commands do not complete successfully, the dsh command exit value is greater than 0. The exit value is increased by 1 for each successive instance of an unsuccessful remote command execution. If the remotely issued command is run in the background, the exit code of the remotely issued command is 0. + + =head1 B =over 3