diff --git a/xCAT-client/pods/man8/makeroutes.8.pod b/xCAT-client/pods/man8/makeroutes.8.pod index 77b315ec4..902f1d1f8 100644 --- a/xCAT-client/pods/man8/makeroutes.8.pod +++ b/xCAT-client/pods/man8/makeroutes.8.pod @@ -4,11 +4,11 @@ B - add or delete routes to/from the os route table on nodes. =head1 SYNOPSIS -B [B<-r>|B<--routename> I[I<,r2...>]] +B [B<-r>|B<--routename> I[I<,r2...>]] B [B<-d>|B<--delete>] [B<-r>|B<--routenames> I[I<,r2...>]] -B I [B<-r>|B<--routename> I[I<,r2...>]] +B I [B<-r>|B<--routename> I[I<,r2...>]] B I [B<-d>|B<--delete>] [B<-r>|B<--routenames> I[I<,r2...>]] @@ -18,7 +18,7 @@ B [B<-h>|B<--help>|B<-v>|B<--version>] The B command adds or deletes routes on the management node or any given nodes. The B specifies the nodes where the routes are to be added or removed. When the I is omitted, the action will be done on the management node. The B<-r> option specifies the name of routes. The details of the routes are defined in the B table which contains the route name, subnet, net mask and gateway. If -r option is omitted, the names of the routes found on B for the nodes or on B for the management node will be used. -If you want the routes be automatically setup during node deployment, first put a list of route names to B and then add I script name to the B for the nodes. +If you want the routes be automatically setup during node deployment, first put a list of route names to B and then add I script name to the B for the nodes. =head1 Parameters @@ -34,7 +34,7 @@ I specifies the nodes where the routes are to be added or removed. If Specifies to delete the given routes. If not specified, the action is to add routes. -=item B<-r|--routename> +=item B<-r|--routename> Specifies a list of comma separated route names defined in the B table. If omitted, all routes defined in B for nodes or B for the management node will be used.