stable/13 sbin/mount_nullfs: Resolve conlict in man page

Reported by:	Seigo Tanimura <seigo.tanimura@gmail.com>
Pointy hat to:	kib
This commit is contained in:
Konstantin Belousov 2024-03-15 12:10:46 +02:00
parent 6bf21b4c0c
commit e1341e5318

View File

@ -90,17 +90,6 @@ flag followed by a comma separated string of options.
See the See the
.Xr mount 8 .Xr mount 8
man page for possible options and their meanings. man page for possible options and their meanings.
<<<<<<< HEAD
||||||| parent of 4a2a69c4472c (mount_nullfs(8): document -o cache and vfs.nullfs.cache_vnodes)
Additionally the following option is supported:
.Bl -tag -width indent
.It Cm nocache
Disable metadata caching in the null layer.
Some lower-layer file systems may force this option.
Depending on the access pattern,
this may result in increased lock contention.
.El
=======
Additionally the following option is supported: Additionally the following option is supported:
.Bl -tag -width nocache .Bl -tag -width nocache
.It Cm nocache .It Cm nocache
@ -111,7 +100,6 @@ this may result in increased lock contention.
.It Cm cache .It Cm cache
Force enable metadata caching. Force enable metadata caching.
.El .El
>>>>>>> 4a2a69c4472c (mount_nullfs(8): document -o cache and vfs.nullfs.cache_vnodes)
.El .El
.Pp .Pp
The The