diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-01 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-01 02:00:00 +0200 |
commit | b5fc642ae61a263ba87765a7b501045401e1f70b (patch) | |
tree | 7e749012f6bc659142d1b2edbfbca90d4f01f191 /doc/guix.texi | |
parent | fd863f03859542ce0ba7ab2971eba80328e2bf9c (diff) | |
download | guix-b5fc642ae61a263ba87765a7b501045401e1f70b.tar.gz guix-b5fc642ae61a263ba87765a7b501045401e1f70b.zip |
doc: Add more newline.
* doc/guix.texi (partition Reference): Enumerate one list per paragraph.
Change-Id: I939a73fa8a3e5063e2d9441d7a64cc4a41862abd
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 981ffb8c58..bdaefe3802 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -47901,10 +47901,13 @@ the previous partition end. It defaults to @code{0} which means that there is no offset applied. @item @code{file-system} (default: @code{"ext4"}) -The partition file system as a string, defaulting to @code{"ext4"}. The -supported values are @code{"vfat"}, @code{"fat16"}, @code{"fat32"} and -@code{"ext4"}. @code{"vfat"}, @code{"fat16"} and @code{"fat32"} -partitions without the @code{'esp} flag are by default LBA compatible. +The partition file system as a string, defaulting to @code{"ext4"}. + +The supported values are @code{"vfat"}, @code{"fat16"}, @code{"fat32"}, +and @code{"ext4"}. + +@code{"vfat"}, @code{"fat16"}, and @code{"fat32"} partitions without the +@code{'esp} flag are by default LBA compatible. @item @code{file-system-options} (default: @code{'()}) The partition file system creation options that should be passed to the |