Module Name: src
Committed By: gutteridge
Date: Sun Sep 15 20:51:52 UTC 2019
Modified Files:
src/external/cddl/osnet/sbin/zfs: mount_zfs.8
Log Message:
mount_zfs.8: add xref to fstab(5)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/cddl/osnet/sbin/zfs/mount_zfs.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/cddl/osnet/sbin/zfs/mount_zfs.8
diff -u src/external/cddl/osnet/sbin/zfs/mount_zfs.8:1.1 src/external/cddl/osnet/sbin/zfs/mount_zfs.8:1.2
--- src/external/cddl/osnet/sbin/zfs/mount_zfs.8:1.1 Sun Sep 15 19:38:09 2019
+++ src/external/cddl/osnet/sbin/zfs/mount_zfs.8 Sun Sep 15 20:51:52 2019
@@ -1,7 +1,7 @@
-.\" $NetBSD: mount_zfs.8,v 1.1 2019/09/15 19:38:09 brad Exp $
+.\" $NetBSD: mount_zfs.8,v 1.2 2019/09/15 20:51:52 gutteridge Exp $
.\"
.\"
-.Dd August 29, 2019
+.Dd September 15, 2019
.Dt MOUNT_ZFS 8
.Os
.Sh NAME
@@ -14,8 +14,9 @@
.Sh DESCRIPTION
The
.Nm
-utility supports mounting ZFS filesystems via /etc/fstab where the ZFS property is mountpoint=legacy
+utility supports mounting ZFS filesystems via /etc/fstab where the ZFS property is mountpoint=legacy.
.Sh SEE ALSO
+.Xr fstab 5 ,
.Xr zfs 8
.Sh HISTORY
The