Wrap mkisofs in <filename role="package"> tags as discussed on -doc
This commit is contained in:
parent
9c2b3ea9b7
commit
f7306dcc78
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13526
1 changed files with 5 additions and 5 deletions
|
|
@ -721,9 +721,9 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
||||||
working with systems that do not support those extensions.</para>
|
working with systems that do not support those extensions.</para>
|
||||||
|
|
||||||
<indexterm>
|
<indexterm>
|
||||||
<primary><command>mkisofs</command></primary>
|
<primary><filename role="package">sysutils/mkisofs</filename></primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
<para>The <command><link linkend="mkisofs">mkisofs</link></command>
|
<para>The <filename role="package">sysutils/mkisofs</filename>
|
||||||
program is used to produce a data file containing an ISO 9660 file
|
program is used to produce a data file containing an ISO 9660 file
|
||||||
system. It has options that support various extensions, and is
|
system. It has options that support various extensions, and is
|
||||||
described below. You can install it with the
|
described below. You can install it with the
|
||||||
|
|
@ -749,7 +749,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
||||||
<sect2 id="mkisofs">
|
<sect2 id="mkisofs">
|
||||||
<title>mkisofs</title>
|
<title>mkisofs</title>
|
||||||
|
|
||||||
<para><command>mkisofs</command> produces an ISO 9660 filesystem
|
<para><filename role="package">sysutils/mkisofs</filename> produces an ISO 9660 filesystem
|
||||||
that is an image of a directory tree in the Unix filesystem name
|
that is an image of a directory tree in the Unix filesystem name
|
||||||
space. The simplest usage is:</para>
|
space. The simplest usage is:</para>
|
||||||
|
|
||||||
|
|
@ -815,7 +815,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
||||||
and <filename>/tmp/myboot</filename> are identical.</para>
|
and <filename>/tmp/myboot</filename> are identical.</para>
|
||||||
|
|
||||||
<para>There are many other options you can use with
|
<para>There are many other options you can use with
|
||||||
<command>mkisofs</command> to fine-tune its behavior. In particular:
|
<filename role="package">sysutils/mkisofs</filename> to fine-tune its behavior. In particular:
|
||||||
modifications to an ISO 9660 layout and the creation of Joilet
|
modifications to an ISO 9660 layout and the creation of Joilet
|
||||||
and HFS discs. See the &man.mkisofs.8; manual page for details.</para>
|
and HFS discs. See the &man.mkisofs.8; manual page for details.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
@ -908,7 +908,7 @@ scsibus1:
|
||||||
|
|
||||||
<para>You can copy a data CD to a image file that is
|
<para>You can copy a data CD to a image file that is
|
||||||
functionally equivalent to the image file created with
|
functionally equivalent to the image file created with
|
||||||
<command>mkisofs</command>, and you can use it to duplicate
|
<filename role="package">sysutils/mkisofs</filename>, and you can use it to duplicate
|
||||||
any data CD. The example given here assumes that your CDROM
|
any data CD. The example given here assumes that your CDROM
|
||||||
device is <devicename>acd0</devicename>. Substitute your
|
device is <devicename>acd0</devicename>. Substitute your
|
||||||
correct CDROM device. A <literal>c</literal> must be appended
|
correct CDROM device. A <literal>c</literal> must be appended
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue