git: 4cbf6ad75e3e - stable/14 - makefs: Fix ZFS cross-reference sections
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Jan 2024 01:00:18 UTC
The branch stable/14 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=4cbf6ad75e3e2232018aee73d2b7bb0b8f48658b
commit 4cbf6ad75e3e2232018aee73d2b7bb0b8f48658b
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2024-01-02 13:30:29 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-01-09 00:58:59 +0000
makefs: Fix ZFS cross-reference sections
MFC after: 1 week
Fixes: 240afd8c1fcc ("makefs: Add ZFS support")
Pull Request: https://github.com/freebsd/freebsd-src/pull/979
(cherry picked from commit 518a1fd7d3492b8caa8a97d2027c3e7b17abbb0c)
---
usr.sbin/makefs/makefs.8 | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/usr.sbin/makefs/makefs.8 b/usr.sbin/makefs/makefs.8
index 5c3d88b4ac1b..a5e15a045ec6 100644
--- a/usr.sbin/makefs/makefs.8
+++ b/usr.sbin/makefs/makefs.8
@@ -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