dannym pushed a commit to branch master
in repository guix.
commit 3b6e7d8651bdcfcad41d086753296299c9b6b786
Author: Danny Milosavljevic <[email protected]>
Date: Mon Jul 3 16:35:24 2017 +0200
doc: Update formatting.
* doc/guix.texi (disk-image): Update formatting of "ext4".
Follow-up to 3f4d8a7f66060e93a247797a9bbd2fcbee6922a3.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 8110316..17492bf 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -16191,7 +16191,7 @@ estimates the size of the image needed to store the
system, but you can
use the @option{--image-size} option to specify a value.
You can specify the root file system type by using the
-@option{--file-system-type} option. It defaults to "ext4".
+@option{--file-system-type} option. It defaults to @code{ext4}.
When using @code{vm-image}, the returned image is in qcow2 format, which
the QEMU emulator can efficiently use. @xref{Running GuixSD in a VM},