Wrap long lines in <programlisting> and <screen> sections. These flow
over the page in print output, and make the user scroll in HTML output.
This commit is contained in:
parent
d554acbbc3
commit
e55989777d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21438
2 changed files with 4 additions and 2 deletions
en_US.ISO8859-1/books/handbook
|
@ -2678,7 +2678,8 @@ device_probe_and_attach: cbb0 attach returned 12</screen>
|
|||
is usually manifested by kernel console messages like
|
||||
this:</para>
|
||||
|
||||
<screen>ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC0.FIGD._STA] (Node 0xc3f6d160), AE_NOT_FOUND</screen>
|
||||
<screen>ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC0.FIGD._STA] \\
|
||||
(Node 0xc3f6d160), AE_NOT_FOUND</screen>
|
||||
|
||||
<para>Often, you can resolve these problems by updating your
|
||||
<acronym>BIOS</acronym> to the latest revision. Most console
|
||||
|
|
|
@ -657,7 +657,8 @@ sh MAKEDEV ccd0</programlisting>
|
|||
ad6: READ command timeout tag=0 serv=0 - resetting
|
||||
ad6: trying fallback to PIO mode
|
||||
ata3: resetting devices .. done
|
||||
ad6: hard error reading fsbn 1116119 of 0-7 (ad6 bn 1116119; cn 1107 tn 4 sn 11) status=59 error=40
|
||||
ad6: hard error reading fsbn 1116119 of 0-7 (ad6 bn 1116119; cn 1107 tn 4 sn 11)\\
|
||||
status=59 error=40
|
||||
ar0: WARNING - mirror lost</programlisting>
|
||||
|
||||
<para>Using &man.atacontrol.8;, check for further information:</para>
|
||||
|
|
Loading…
Reference in a new issue