Fix a few nits in the Rosetta stone section of the FDP primer.
Patch by: pauamma_gundo.com Differential Revision: https://reviews.freebsd.org/D28360
This commit is contained in:
parent
d970b36afc
commit
a62f2c7bd3
1 changed files with 12 additions and 4 deletions
|
@ -23,7 +23,7 @@ next: books/fdp-primer/translations
|
||||||
toc::[]
|
toc::[]
|
||||||
|
|
||||||
[[docbook-vs-asciidoc]]
|
[[docbook-vs-asciidoc]]
|
||||||
== Comparision between Docbook and AsciiDoc
|
== Comparison between Docbook and AsciiDoc
|
||||||
|
|
||||||
This rosetta stone tries to show the differences between Docbook and AsciiDoc.
|
This rosetta stone tries to show the differences between Docbook and AsciiDoc.
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ This rosetta stone tries to show the differences between Docbook and AsciiDoc.
|
||||||
|Language Feature |Docbook | AsciiDoc
|
|Language Feature |Docbook | AsciiDoc
|
||||||
|
|
||||||
|*Bold*
|
|*Bold*
|
||||||
|<keycap>bold</keycap>
|
|<strong>bold</strong>
|
||||||
|\*bold*
|
|\*bold*
|
||||||
|
|
||||||
|*Italic*
|
|*Italic*
|
||||||
|
@ -153,7 +153,7 @@ a|
|
||||||
[source,xml]
|
[source,xml]
|
||||||
----
|
----
|
||||||
<screen>
|
<screen>
|
||||||
&prompt.root; <userinput>mkdir -p /var/</userinput>
|
&prompt.root; <userinput>mkdir -p /var/spool/lpd/lp</userinput>
|
||||||
</screen>
|
</screen>
|
||||||
----
|
----
|
||||||
a|
|
a|
|
||||||
|
@ -204,6 +204,14 @@ a|
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="bsdinstall/bsdinstall-newboot-loader-menu"/>
|
<imagedata fileref="bsdinstall/bsdinstall-newboot-loader-menu"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
|
<textobject>
|
||||||
|
</literallayout>ASCII art replacement is no longer supported.</literallayout>
|
||||||
|
</textobject>
|
||||||
|
<textobject>
|
||||||
|
<phrase>The FreeBSD loader menu, with options 1-6 to boot
|
||||||
|
multi-user, boot single user, escape to loader prompt, reboot,
|
||||||
|
select a kernel to load, and select boot options</phrase>
|
||||||
|
</textobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</figure>
|
</figure>
|
||||||
----
|
----
|
||||||
|
@ -212,7 +220,7 @@ a|
|
||||||
----
|
----
|
||||||
[[bsdinstall-newboot-loader-menu]]
|
[[bsdinstall-newboot-loader-menu]]
|
||||||
.FreeBSD Boot Loader Menu
|
.FreeBSD Boot Loader Menu
|
||||||
image::bsdinstall/bsdinstall-newboot-loader-menu
|
image::bsdinstall/bsdinstall-newboot-loader-menu[The FreeBSD loader menu, with options 1-6 to boot multi-user, boot single user, escape to loader prompt, reboot, select a kernel to load, and select boot options]
|
||||||
----
|
----
|
||||||
|
|
||||||
|*Includes*
|
|*Includes*
|
||||||
|
|
Loading…
Reference in a new issue