mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	Remove trailing spaces in file docs/source/guides/admin-guides/references/man8/makeroutes.8.rst
This commit is contained in:
		| @@ -54,28 +54,28 @@ OPTIONS | ||||
|  | ||||
|  | ||||
|  | ||||
| \ **-d|-**\ **-delete**\  | ||||
|   | ||||
| \ **-d|-**\ **-delete**\ | ||||
|  | ||||
|  Specifies to delete the given routes. If not specified, the action is to add routes. | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **-r|-**\ **-routename**\  | ||||
|   | ||||
|  | ||||
| \ **-r|-**\ **-routename**\ | ||||
|  | ||||
|  Specifies a list of comma separated route names defined in the \ **routes**\  table. If omitted, all routes defined in \ **noderes.routenames**\  for nodes or \ **site.mnroutenames**\  for the management node will be used. | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **-h|-**\ **-help**\  | ||||
|   | ||||
|  | ||||
| \ **-h|-**\ **-help**\ | ||||
|  | ||||
|  Display usage message. | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **-v|-**\ **-version**\  | ||||
|   | ||||
|  | ||||
| \ **-v|-**\ **-version**\ | ||||
|  | ||||
|  Command Version. | ||||
|   | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -86,43 +86,43 @@ EXAMPLES | ||||
|  | ||||
|  | ||||
| 1. To add all routes from the \ **site.mnroutenames**\  to the os route table for the management node. | ||||
|   | ||||
|   | ||||
|  | ||||
|  | ||||
|  .. code-block:: perl | ||||
|   | ||||
|  | ||||
|    makeroutes | ||||
|   | ||||
|   | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| 2. To add all the routes from \ **noderes.routenames**\  to the os route table for node1. | ||||
|   | ||||
|   | ||||
|  | ||||
|  | ||||
|  .. code-block:: perl | ||||
|   | ||||
|  | ||||
|    makeroutes node1 | ||||
|   | ||||
|   | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| 3. To add route rr1 and rr2 to the os route table for the management node. | ||||
|   | ||||
|   | ||||
|  | ||||
|  | ||||
|  .. code-block:: perl | ||||
|   | ||||
|  | ||||
|    makeroutes -r rr1,rr2 | ||||
|   | ||||
|   | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| 4. To delete route rr1 and rr2 from the os route table on node1 and node1. | ||||
|   | ||||
|   | ||||
|  | ||||
|  | ||||
|  .. code-block:: perl | ||||
|   | ||||
|  | ||||
|    makeroutes node1,node2 -d -r rr1,rr2 | ||||
|   | ||||
|   | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user