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 commit 518a1fd7d3)
This commit is contained in:
Jose Luis Duran 2024-01-02 13:30:29 +00:00 committed by Mark Johnston
parent 775958df04
commit 4cbf6ad75e

View file

@ -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