Skip to content

Commit ee3e944

Browse files
author
Ma Shimiao
committed
config.md: fix typo of context
replace `filesystemtype` with `type of filesystem` `list of strings` should be replaced by `array of strings` Signed-off-by: Ma Shimiao <[email protected]>
1 parent 4aed614 commit ee3e944

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ For Windows, see [mountvol][mountvol] and [SetVolumeMountPoint][set-volume-mount
5656
This value MUST be an absolute path.
5757
* Windows: one mount destination MUST NOT be nested within another mount (e.g., c:\\foo and c:\\foo\\bar).
5858
* Solaris: corresponds to "dir" of the fs resource in [zonecfg(1M)][zonecfg.1m].
59-
* **`type`** (string, OPTIONAL) The filesystem type of the filesystem to be mounted.
60-
* Linux: valid *filesystemtype* supported by the kernel as listed in */proc/filesystems* (e.g., "minix", "ext2", "ext3", "jfs", "xfs", "reiserfs", "msdos", "proc", "nfs", "iso9660").
59+
* **`type`** (string, OPTIONAL) The type of the filesystem to be mounted.
60+
* Linux: filesystem types supported by the kernel as listed in */proc/filesystems* (e.g., "minix", "ext2", "ext3", "jfs", "xfs", "reiserfs", "msdos", "proc", "nfs", "iso9660").
6161
* Windows: the type of file system on the volume, e.g. "ntfs".
6262
* Solaris: corresponds to "type" of the fs resource in [zonecfg(1M)][zonecfg.1m].
6363
* **`source`** (string, OPTIONAL) A device name, but can also be a directory name or a dummy.
6464
* Windows: the volume name that is the target of the mount point, \\?\Volume\{GUID}\ (on Windows source is called target).
6565
* Solaris: corresponds to "special" of the fs resource in [zonecfg(1M)][zonecfg.1m].
66-
* **`options`** (list of strings, OPTIONAL) Mount options of the filesystem to be used.
66+
* **`options`** (array of strings, OPTIONAL) Mount options of the filesystem to be used.
6767
* Linux: supported options are listed in the [mount(8)][mount.8] man page. Note both [filesystem-independent][mount.8-filesystem-independent] and [filesystem-specific][mount.8-filesystem-specific] options are listed.
6868
* Solaris: corresponds to "options" of the fs resource in [zonecfg(1M)][zonecfg.1m].
6969

0 commit comments

Comments
 (0)