[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69416] [PATCH 1/1] * doc/guix.texi (File Systems): Add possible val
From: |
Christian Miller |
Subject: |
[bug#69416] [PATCH 1/1] * doc/guix.texi (File Systems): Add possible values for type. |
Date: |
Mon, 26 Feb 2024 21:50:39 +0100 |
Change-Id: I6a554850a3fd16d80036c4f68e9366f96937c910
---
doc/guix.texi | 25 +++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 671cdab6f8..d4991b6779 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -17648,8 +17648,29 @@ File Systems
@table @asis
@item @code{type}
-This is a string specifying the type of the file system---e.g.,
-@code{"ext4"}.
+This is a string specifying the type of the file system.
+
+Possible values are:
+
+@itemize @bullet
+@item
+@code{"ext4"}
+
+@item
+@code{"btrfs"}
+
+@item
+@code{"vfat"}
+
+@item
+@code{"jfs"}
+
+@item
+@code{"ntfs"}
+
+@item
+@code{"xfs"}
+@end itemize
@item @code{mount-point}
This designates the place where the file system is to be mounted.
--
2.41.0