mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
makefs: Fix ZFS cross-reference sections
MFC after: 1 week Fixes:240afd8c1f("makefs: Add ZFS support") Pull Request: https://github.com/freebsd/freebsd-src/pull/979 (cherry picked from commit518a1fd7d3)
This commit is contained in:
parent
775958df04
commit
4cbf6ad75e
1 changed files with 7 additions and 6 deletions
|
|
@ -33,7 +33,8 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd August 5, 2022
|
||||
.Dd January 2, 2024
|
||||
|
||||
.Dt MAKEFS 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -571,7 +572,7 @@ The root of the staged directory tree is mapped to
|
|||
.Va rootpath .
|
||||
.Pp
|
||||
Dataset properties, as described in
|
||||
.Xr zfsprops 8 ,
|
||||
.Xr zfsprops 7 ,
|
||||
may be specified following the dataset name.
|
||||
The following properties may be set for a dataset:
|
||||
.Pp
|
||||
|
|
@ -585,11 +586,11 @@ The following properties may be set for a dataset:
|
|||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr mtree 5 ,
|
||||
.Xr zfsconcepts 7 ,
|
||||
.Xr zfsprops 7 ,
|
||||
.Xr zpoolprops 7 ,
|
||||
.Xr mtree 8 ,
|
||||
.Xr newfs 8 ,
|
||||
.Xr zfsconcepts 8 ,
|
||||
.Xr zfsprops 8 ,
|
||||
.Xr zpoolprops 8
|
||||
.Xr newfs 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
|
|
|||
Loading…
Reference in a new issue