From 18ccba4577f08e030fce604e733b02aac5a7d8ec Mon Sep 17 00:00:00 2001 From: sjing Date: Mon, 20 Feb 2012 05:18:54 +0000 Subject: [PATCH] support -e flag. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11633 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man8/makedns.8.pod | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/xCAT-client/pods/man8/makedns.8.pod b/xCAT-client/pods/man8/makedns.8.pod index 31f317037..80968aa20 100644 --- a/xCAT-client/pods/man8/makedns.8.pod +++ b/xCAT-client/pods/man8/makedns.8.pod @@ -6,9 +6,9 @@ B - sets up domain name services (DNS). B [I<-h>|I<--help>] -B [I<-n>|I<--new>] [I] +B [-e|--external] [I<-n>|I<--new>] [I] -B [I<-d>|I<--delete> I] +B [-e|--external] [I<-d>|I<--delete> I] =head1 DESCRIPTION @@ -37,9 +37,17 @@ https://sourceforge.net/apps/mediawiki/xcat/index.php?title=Cluster_Name_Resolut Use this flag to create new named configuration and db files. -=item B<-d>|B<--delete> I +=item B<-d>|B<--delete> -Remove the DNS records for the hosts specified by I. +Remove the DNS records. + +=item B<-e>|B<--external> + +Update DNS records to the external DNS server listed in /etc/resolv.conf. + +=item B + +A set of comma delimited node names and/or group names. See the "noderange" man page for details on additional supported formats. =back