The old version 4.3 was removed in ports and clicking the link in
the handbook was not producing the desired page as a result.
Reported by: Jonathan Lisic (jonathanlisic@icloud.com)
in <phrase> elements. The its:notranslate property can then be set on
these individual lines rather than a whole <screen> or <programlisting>.
Sponsored by: iXsystems
version strings. This will prevent them from showing up in PO
translations and causing difficulties.
It has the unfortunate side effect that the entire element contents do
not appear in PO files. Most of these are elements are <programlisting>,
which are probably not translated often yet. At least one is a <screen>,
which might be more of a problem.
At this point, this is a workaround to make it possible for PO translators
to continue work without the ever- changing version strings creating
conflicts.
files. This is good, evidently.
But we don't want it to expand version strings in examples, because then
the example will have an expanded version string with the version of the
current doc file, which is bad. The version number, not the doc file.
Or, well, maybe both, but the point here is the version number won't look
right.
So use the good and righteous $FreeBSD$ construct instead.
This is perfectly cromulent and there is nothing remotely ridiculous or
surreal about this at all. Lalala, I can't hear you.
- Use root prompt in various places to reflect reality
- Add missing <userinput> tags
- Remove a useless 'zfs list' command
- Use sysrc instead of echo command
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D12127
This is incorrect, virtualbox-ose is merely limited to emulating a USB1.1 host controller.
PR: 220350
Submitted by: Johannes Jost Meixner
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D11685
- Add 11.1-RELEASE to the Handbook index page.
en_US.ISO8859-1/htdocs/index.xsl:
- Add 11.1-RELEASE to the website index page.
en_US.ISO8859-1/htdocs/releases/index.xml:
- Uncomment 'Legacy Releases' on the releases page.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
- use <errorname> instead of <literal> for errors
- fix commands in <screen> example
- format assignments consistently
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D11267
Set hostnames for different hosts before the &prompt.root; macro rather than in user input section.
This resolves issue with double prompts in generated page.
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D11143
It is based on the entries in the FreeBSD Wiki andi Xen's
own instructions specific to FreeBSD.
In particular, it describes how to configure the host machine,
set up the Dom0, and add a DomU VM afterwards.
Reviewed by: royger, wblock
Differential Revision: https://reviews.freebsd.org/D10774