From 6a786b2d52fed9b54f5994f95c7fa3e18ed6e116 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-server/sbin/stopstartxcatd --- xCAT-server/sbin/stopstartxcatd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xCAT-server/sbin/stopstartxcatd b/xCAT-server/sbin/stopstartxcatd index 69c260d1b..c84aa9a3d 100755 --- a/xCAT-server/sbin/stopstartxcatd +++ b/xCAT-server/sbin/stopstartxcatd @@ -19,13 +19,13 @@ use xCAT::Utils; #----------------------------------------------------------------------------- -=head1 startstopxcatd +=head1 startstopxcatd + - stopstartxcatd - this routine is linked to by startxCAT and stopxCAT. - It runs on AIX. If the admin runs startxCAT, it will start - or restart the xcatd, if it is already running. + It runs on AIX. If the admin runs startxCAT, it will start + or restart the xcatd, if it is already running. If the admin runs stopxCAT, it will stop the xcatd. @@ -49,7 +49,7 @@ exit $rc; #----------------------------------------------------------------------------- =head3 parse_args - + Parses for input =cut