diff --git a/usr.sbin/makefs/makefs.8 b/usr.sbin/makefs/makefs.8 index 5c3d88b4ac1..a5e15a045ec 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