diff options
author | winndows <winndows@163.com> | 2020-07-03 19:30:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 12:30:40 +0100 |
commit | 9fa4dc1661f085d4e89a54d75acc3347d52f33fa (patch) | |
tree | 57ba97a75f0283a6b39df020182e6734db26d36c /doc | |
parent | 717c8b8b3ed815f14e5607a995d0113446e3fb0b (diff) | |
download | libfuse-9fa4dc1661f085d4e89a54d75acc3347d52f33fa.tar.gz |
Fix the typo "filed" -> "field" in fuse manpage (#524)
Fix the typo "filed" -> "field" in fuse manpage.
Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Co-authored-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mount.fuse3.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mount.fuse3.8 b/doc/mount.fuse3.8 index e291703..79ff921 100644 --- a/doc/mount.fuse3.8 +++ b/doc/mount.fuse3.8 @@ -126,7 +126,7 @@ default is the name of the filesystem process. Sets the filesystem type (third field in \fI/etc/mtab\fP). The default is the name of the filesystem process. If the kernel suppports it, \fI/etc/mtab\fP and \fI/proc/mounts\fP will show the filesystem type as \fBfuse.TYPE\fP -If the kernel doesn't support subtypes, the source filed will be +If the kernel doesn't support subtypes, the source field will be \fBTYPE#NAME\fP, or if \fBfsname\fP option is not specified, just \fBTYPE\fP. |