diff options
author | Jose Luis Duran <jlduran@gmail.com> | 2024-01-02 13:30:29 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2024-01-09 00:58:59 +0000 |
commit | 4cbf6ad75e3e2232018aee73d2b7bb0b8f48658b (patch) | |
tree | 504acab729abdc60ce946f9962d7a0cca9f0fbf4 | |
parent | 775958df04c4c94c69a37e25715efbd97138be0b (diff) | |
download | src-4cbf6ad75e3e2232018aee73d2b7bb0b8f48658b.tar.gz src-4cbf6ad75e3e2232018aee73d2b7bb0b8f48658b.zip |
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)
-rw-r--r-- | usr.sbin/makefs/makefs.8 | 13 |
1 files 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 |