From 7cf0e0bda87a1b71aac70d4eaf04aceda3dc3188 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 28 Oct 2013 13:36:45 +0100 Subject: Manual: Fix bad \" characters --- nixos/modules/tasks/filesystems.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos/modules/tasks/filesystems.nix') diff --git a/nixos/modules/tasks/filesystems.nix b/nixos/modules/tasks/filesystems.nix index 4ca309f5a10..6e3d019ea93 100644 --- a/nixos/modules/tasks/filesystems.nix +++ b/nixos/modules/tasks/filesystems.nix @@ -95,14 +95,14 @@ in options = [ fileSystemOpts ]; description = '' The file systems to be mounted. It must include an entry for - the root directory (mountPoint = \"/\"). Each + the root directory (mountPoint = "/"). Each entry in the list is an attribute set with the following fields: mountPoint, device, fsType (a file system type recognised by mount; defaults to - \"auto\"), and options + "auto"), and options (the mount options passed to mount using the - flag; defaults to \"defaults\"). + flag; defaults to "defaults"). Instead of specifying device, you can also specify a volume label (label) for file -- cgit 1.4.1