2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Fix xdcp man page formatting

This commit is contained in:
Mark Gurevich 2021-05-14 09:37:14 -04:00
parent 0f85a48f63
commit 3a62126700
2 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@ xdcp.1
****************
\ **xdcp**\ \ *noderange*\ [[\ **-B**\ | \ **-**\ **-bypass**\ ] [\ **-f**\ \ *fanout*\ ] [\ **-L**\ ] [\ **-l**\ \ *userID*\ ] [\ **-o**\ \ *node_options*\ ] [\ **-p**\ ] [\ **-P**\ ] [\ **-r**\ \ *node remote copy command] [\ \*\*-R\*\*\ ] [\ \*\*-t\*\*\ \ \*timeout\*\ ] [\ \*\*-T\*\*\ ] [\ \*\*-v\*\*\ ] [\ \*\*-q\*\*\ ] [\ \*\*-X\*\*\ \ \*env_list\*\ ] \ \*sourcefile.... targetpath\*\ *\
\ **xdcp**\ \ *noderange*\ [[\ **-B**\ | \ **-**\ **-bypass**\ ] [\ **-f**\ \ *fanout*\ ] [\ **-L**\ ] [\ **-l**\ \ *user_ID*\ ] [\ **-o**\ \ *node_options*\ ] [\ **-p**\ ] [\ **-P**\ ] [\ **-r**\ \ *node remote copy command*\ ] [\ **-R**\ ] [\ **-t**\ \ *timeout*\ ] [\ **-T**\ ] [\ **-v**\ ] [\ **-q**\ ] [\ **-X**\ \ *env_list*\ ] \ *sourcefile.... targetpath*\
\ **xdcp**\ \ *noderange*\ [\ **-F**\ \ *rsynclist input file*\ ] [\ **-r**\ \ *node remote copy command*\ ]
@ -46,7 +46,7 @@ If the Management Node is target node, it must be defined in the xCAT database w
\ **REMOTE**\ \ **USER**\ :
A user_ID can be specified for the remote copy command. Remote user
A \ *user_ID*\ can be specified for the remote copy command. Remote user
specification is identical for the \ **xdcp**\ and \ **xdsh**\ commands.
See the \ **xdsh**\ command for more information.
@ -165,8 +165,8 @@ standard output or standard error is displayed.
\ **-P | -**\ **-pull**\
Pulls (copies) the files from the targets and places them in
the \ *targetpath*\ directory on the local host. The \ *targetpath*\
must be a directory. Files pulled from remote machines have
the \ *targetpath*\ directory on the local host. The \ *targetpath*\ must
be a directory. Files pulled from remote machines have
\ **._target**\ appended to the file name to distinguish between
them. When the \ **-P**\ flag is used with the \ **-R**\ flag, \ **._target**\ is
appended to the directory. Only one file per invocation of the
@ -201,7 +201,7 @@ standard output or standard error is displayed.
\ **-R | -**\ **-recursive**\ \ *recursive*\
\ **-R | -**\ **-recursive**\
Recursively copies files from a local directory to the remote
targets, or when specified with the \ **-P**\ flag, recursively pulls

View File

@ -4,7 +4,7 @@ B<xdcp> - Concurrently copies files to or from multiple nodes. In addition, prov
=head1 B<SYNOPSIS>
B<xdcp> I<noderange> [[B<-B> | B<--bypass>] [B<-f> I<fanout>] [B<-L>] [B<-l> I<userID>] [B<-o> I<node_options>] [B<-p>] [B<-P>] [B<-r> I<node remote copy command] [B<-R>] [B<-t> I<timeout>] [B<-T>] [B<-v>] [B<-q>] [B<-X> I<env_list>] I<sourcefile.... targetpath>
B<xdcp> I<noderange> [[B<-B> | B<--bypass>] [B<-f> I<fanout>] [B<-L>] [B<-l> I<user_ID>] [B<-o> I<node_options>] [B<-p>] [B<-P>] [B<-r> I<node remote copy command>] [B<-R>] [B<-t> I<timeout>] [B<-T>] [B<-v>] [B<-q>] [B<-X> I<env_list>] I<sourcefile.... targetpath>
B<xdcp> I<noderange> [B<-F> I<rsynclist input file>] [B<-r> I<node remote copy command>]
@ -28,7 +28,7 @@ If the Management Node is target node, it must be defined in the xCAT database w
B<REMOTE> B<USER>:
A user_ID can be specified for the remote copy command. Remote user
A I<user_ID> can be specified for the remote copy command. Remote user
specification is identical for the B<xdcp> and B<xdsh> commands.
See the B<xdsh> command for more information.
@ -130,8 +130,8 @@ the configured remote copy command.
=item B<-P>|B<--pull>
Pulls (copies) the files from the targets and places them in
the I<targetpath> directory on the local host. The I<targetpath>
must be a directory. Files pulled from remote machines have
the I<targetpath> directory on the local host. The I<targetpath> must
be a directory. Files pulled from remote machines have
B<._target> appended to the file name to distinguish between
them. When the B<-P> flag is used with the B<-R> flag, B<._target> is
appended to the directory. Only one file per invocation of the
@ -162,7 +162,7 @@ Note: The synclist processing for B<-r /usr/bin/scp> has some differences with B
3) if the destination file specified in synclist file is an existing directory on target node, B<xdcp -r /usr/bin/scp> will fail with "scp: <destination file>: Is a directory"
=item B<-R>|B<--recursive> I<recursive>
=item B<-R>|B<--recursive>
Recursively copies files from a local directory to the remote
targets, or when specified with the B<-P> flag, recursively pulls