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