From 8b59f559989061ba83be215861f9f67cf17bd3b4 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 15 Nov 2019 15:12:04 -0500 Subject: [PATCH] Remove erroneous = from man page --- xCAT-client/pods/man8/copycds.8.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-client/pods/man8/copycds.8.pod b/xCAT-client/pods/man8/copycds.8.pod index ac254ac46..167ce4ae7 100644 --- a/xCAT-client/pods/man8/copycds.8.pod +++ b/xCAT-client/pods/man8/copycds.8.pod @@ -4,7 +4,7 @@ B - Copies Linux distributions and service levels from DVDs/ISOs to the =head1 SYNOPSIS -B [{B<-n|--name|--osver>}=I] [{B<-a|--arch>}=I] [{B<-p|--path>}=I] [B<-o>|B<--noosimage>] [B<-w>|B<--nonoverwrite>] {I} ... +B [{B<-n|--name|--osver>} I] [{B<-a|--arch>} I] [{B<-p|--path>} I] [B<-o>|B<--noosimage>] [B<-w>|B<--nonoverwrite>] {I} ... B [B<-i>|B<--inspection>] {I} @@ -22,15 +22,15 @@ You can get xCAT to recognize new DVDs/ISOs by adding them to /opt/xcat/lib/perl =over 6 -=item B<-n|--name|--osver>=I +=item B<-n|--name|--osver> I The linux distro name and version that the ISO/DVD contains. Examples: rhels6.3, sles11.2, fedora9. Note the 's' in rhels6.3 which denotes the Server version of RHEL, which is typically used. -=item B<-a|--arch>=I +=item B<-a|--arch> I The architecture of the linux distro on the ISO/DVD. Examples: x86, x86_64, ppc64, s390x. -=item B<-p|--path>=I +=item B<-p|--path> I The destination directory to which the contents of ISO/DVD will be copied. When this option is not specified, the default destination directory will be formed from the B site table attribute and the distro name and architecture, for example: /install/rhel6.3/x86_64. This option is only supported for distributions of sles, redhat and windows.