summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-08-14 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-08-14 02:00:00 +0200
commit6983ded42bd3dcd29425cb6823e7c74640f28a00 (patch)
treef5cd34c9da6548fcb1a18c3253198254307232e0 /doc
parenta08f6e1c51d23c701d2ec68e82a93f49d84d223e (diff)
downloadguix-patches-6983ded42bd3dcd29425cb6823e7c74640f28a00.tar
guix-patches-6983ded42bd3dcd29425cb6823e7c74640f28a00.tar.gz
doc: Remove extraneous ‘Note…’.
* doc/guix.texi (File Systems): Remove a ‘Note that’ & begin a new paragraph.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 86cfe7d49c..64adafd3f9 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -16431,8 +16431,9 @@ Manual}, for more information on these flags.
This is either @code{#f}, or a string denoting mount options passed to
the file system driver. @xref{Mount-Unmount-Remount,,, libc, The GNU C
Library Reference Manual}, for details and run @command{man 8 mount} for
-options for various file systems. Note that the
-@code{file-system-options->alist} and @code{alist->file-system-options}
+options for various file systems.
+
+The @code{file-system-options->alist} and @code{alist->file-system-options}
procedures from @code{(gnu system file-systems)} can be used to convert
file system options given as an association list to the string
representation, and vice-versa.