Skip to content

Commit

Permalink
fix: avoid unintended bold text in Building ZFS.rst (#492)
Browse files Browse the repository at this point in the history
In RST, spacing and indentation are significant, and consistent usage is essential for the correct parsing of the document.

Because the first line in the adjusted bullet points were differently indented than the following lines, the "boldness" of the first characters was extended to the whole line.
  • Loading branch information
dresslerdemos authored Feb 12, 2024
1 parent 0d62203 commit 7868fc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Developer Resources/Building ZFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ git repository for the project is the `zfs

There are two main components in this repository:

- **ZFS**: The ZFS repository contains a copy of the upstream OpenZFS
- **ZFS**: The ZFS repository contains a copy of the upstream OpenZFS
code which has been adapted and extended for Linux and FreeBSD. The
vast majority of the core OpenZFS code is self-contained and can be
used without modification.

- **SPL**: The SPL is a thin shim layer which is responsible for
- **SPL**: The SPL is a thin shim layer which is responsible for
implementing the fundamental interfaces required by OpenZFS. It's
this layer which allows OpenZFS to be used across multiple
platforms. SPL used to be maintained in a separate repository, but
Expand Down Expand Up @@ -74,7 +74,7 @@ depends on your requirements.
downside to using packages it is greatly increases the time required
to build, install, and test a change.

- **In-tree**: Development can be done entirely in the SPL/ZFS source
- **In-tree**: Development can be done entirely in the SPL/ZFS source
tree. This speeds up development by allowing developers to rapidly
iterate on a patch. When working in-tree developers can leverage
incremental builds, load/unload kernel modules, execute utilities,
Expand Down

0 comments on commit 7868fc8

Please sign in to comment.