aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nullfs
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2022-04-22 08:22:26 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2022-04-22 08:22:26 +0000
commitb75644771aa8bd362b9d22bc66c6bd6cc2beaf8a (patch)
treec54ad07c280a66c3eef664cc8c967baff02a38e0 /sbin/mount_nullfs
parente8de31caceaa36caf5d7b4355072f148e2433b82 (diff)
downloadsrc-b75644771aa8bd362b9d22bc66c6bd6cc2beaf8a.tar.gz
src-b75644771aa8bd362b9d22bc66c6bd6cc2beaf8a.zip
Diffstat (limited to 'sbin/mount_nullfs')
-rw-r--r--sbin/mount_nullfs/mount_nullfs.88
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8
index f2969209e240..87cdeb288d83 100644
--- a/sbin/mount_nullfs/mount_nullfs.8
+++ b/sbin/mount_nullfs/mount_nullfs.8
@@ -33,7 +33,7 @@
.\" @(#)mount_null.8 8.6 (Berkeley) 5/1/95
.\" $FreeBSD$
.\"
-.Dd October 3, 2016
+.Dd April 22, 2022
.Dt MOUNT_NULLFS 8
.Os
.Sh NAME
@@ -80,6 +80,12 @@ flag followed by a comma separated string of options.
See the
.Xr mount 8
man page for possible options and their meanings.
+Additionally the following option is supported:
+.Bl -tag -width indent
+.It Cm nocache
+Disable caching in the null layer.
+Some lower-layer file systems may force this option.
+.El
.El
.Pp
The null layer has two purposes.