Skip to content

Commit

Permalink
Fix some remaining warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
richardg867 committed Mar 20, 2024
1 parent 3d74b58 commit 36012f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardware/diskimages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ Linux can natively mount raw disk images (floppy or hard disk) of most types (``

All following commands must be run as root:

.. code-block::
.. code-block:: sh
losetup -fP /path/to/86box/hdd
losetup # to verify which loopback device was set up.
Expand Down
2 changes: 1 addition & 1 deletion settings/hdd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The *New...* button opens a new window allowing you to create an existing hard d
|3:1 |Quaternary|Slave |
+-----+----------+------+

* On SCSI disks, the first number corresponds to the :ref:`SCSI controller <settings/storage:SCSI Controllers>` (starting at 0 instead of 1), and the second number is the SCSI ID within that controller:
* On SCSI disks, the first number corresponds to the :ref:`SCSI controller <settings/storage:SCSI>` (starting at 0 instead of 1), and the second number is the SCSI ID within that controller:

+-----+------------+-------+
|Value|Controller |SCSI ID|
Expand Down

0 comments on commit 36012f4

Please sign in to comment.