New command -lns for creating symbolic links
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.2.5, Sep 21, 2012"
|
||||
.TH XORRISO 1 "Version 1.2.5, Oct 18, 2012"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1174,6 +1174,12 @@ Create empty directories if they do not exist yet.
|
||||
Existence as directory generates a WARNING event, existence as
|
||||
other file causes a FAILURE event.
|
||||
.TP
|
||||
\fB\-lns\fR target_text iso_rr_path
|
||||
Create a symbolic link with address iso_rr_path which points to target_text.
|
||||
iso_rr_path may not exist yet.
|
||||
.br
|
||||
Hint: Command \-clone produces the ISO equivalent of a hard link.
|
||||
.TP
|
||||
\fB\-clone\fR iso_rr_path_original iso_rr_path_copy
|
||||
Create a copy of the ISO file object iso_rr_path_original with the new
|
||||
address iso_rr_path_copy. If the original is a directory then copy all
|
||||
|
Reference in New Issue
Block a user