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>
|
||||
|
||||
<indexterm>
|
||||
<primary><command>mkisofs</command></primary>
|
||||
<primary><filename role="package">sysutils/mkisofs</filename></primary>
|
||||
</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
|
||||
system. It has options that support various extensions, and is
|
||||
described below. You can install it with the
|
||||
|
@ -749,7 +749,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
<sect2 id="mkisofs">
|
||||
<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
|
||||
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>
|
||||
|
||||
<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
|
||||
and HFS discs. See the &man.mkisofs.8; manual page for details.</para>
|
||||
</sect2>
|
||||
|
@ -908,7 +908,7 @@ scsibus1:
|
|||
|
||||
<para>You can copy a data CD to a image file that is
|
||||
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
|
||||
device is <devicename>acd0</devicename>. Substitute your
|
||||
correct CDROM device. A <literal>c</literal> must be appended
|
||||
|
|
Loading…
Reference in a new issue