From ba2f277a2e29c1b597fc6467170d393586e8d4ae Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 27 Aug 2009 17:18:05 +0000 Subject: [PATCH] fix formatting git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4052 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/updatenode.1.pod | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/xCAT-client/pods/man1/updatenode.1.pod b/xCAT-client/pods/man1/updatenode.1.pod index 7748876d2..17776d91a 100644 --- a/xCAT-client/pods/man1/updatenode.1.pod +++ b/xCAT-client/pods/man1/updatenode.1.pod @@ -79,15 +79,16 @@ such as xdsh and xdcp to accomplish these update tasks. updatenode. The following formats are supported: - 1) sync file /etc/file1 to the directory /etc on the node with - the same file name + 1) sync file /etc/file1 to the file /etc/file1 on the node with + the same file name. Note with one file, full path to file + must be provide. /etc/file1 -> /etc/file1 2) sync file /etc/file2 to the file /etc/file3 on the node (with different file name) /etc/file2 -> /etc/file3 - 3) sync file /etc/file2 to the file /etc/tmp/file3 on the node (with - different file name, different directory) If the directory does not - exist, it will be created. + 3) sync file /etc/file2 to the file /etc/tmp/file3 on the node + with different file name, different directory) + If the directory does not exist, it will be created. /etc/file2 -> /etc/tmp/file3 4) sync the multiple files /etc/file1, /etc/file2, /etc/file3, ... to the directory /tmp/etc (/tmp/etc must be a directory when