Fri Sep 20 22:38:28 2019 UTC ()
Add a copyright to the man page and a bit of history.


(brad)
diff -r1.3 -r1.4 src/external/cddl/osnet/sbin/zfs/mount_zfs.8

cvs diff -r1.3 -r1.4 src/external/cddl/osnet/sbin/zfs/mount_zfs.8 (expand / switch to unified diff)

--- src/external/cddl/osnet/sbin/zfs/mount_zfs.8 2019/09/16 04:57:12 1.3
+++ src/external/cddl/osnet/sbin/zfs/mount_zfs.8 2019/09/20 22:38:28 1.4
@@ -1,28 +1,52 @@ @@ -1,28 +1,52 @@
1.\" $NetBSD: mount_zfs.8,v 1.3 2019/09/16 04:57:12 wiz Exp $ 1.\" $NetBSD: mount_zfs.8,v 1.4 2019/09/20 22:38:28 brad Exp $
2.\" 2.\"
 3.\" Copyright (c) 2012, Martin Matuska <mm@FreeBSD.org>.
 4.\" Copyright (c) 2013-2014, Xin Li <delphij@FreeBSD.org>.
 5.\" All Rights Reserved.
 6.\"
 7.\" The contents of this file are subject to the terms of the
 8.\" Common Development and Distribution License (the "License").
 9.\" You may not use this file except in compliance with the License.
 10.\"
 11.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
 12.\" or http://www.opensolaris.org/os/licensing.
 13.\" See the License for the specific language governing permissions
 14.\" and limitations under the License.
 15.\"
 16.\" When distributing Covered Code, include this CDDL HEADER in each
 17.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
 18.\" If applicable, add the following below this CDDL HEADER, with the
 19.\" fields enclosed by brackets "[]" replaced with your own identifying
 20.\" information: Portions Copyright [yyyy] [name of copyright owner]
 21.\"
 22.\" Copyright (c) 2010, Sun Microsystems, Inc. All Rights Reserved.
 23.\" Copyright 2011, Nexenta Systems, Inc. All Rights Reserved.
 24.\" Copyright (c) 2011, Justin T. Gibbs <gibbs@FreeBSD.org>
 25.\" Copyright (c) 2013 by Delphix. All Rights Reserved.
 26.\" Copyright (c) 2012, Glen Barber <gjb@FreeBSD.org>
3.\" 27.\"
4.Dd September 15, 2019 28.Dd September 15, 2019
5.Dt MOUNT_ZFS 8 29.Dt MOUNT_ZFS 8
6.Os 30.Os
7.Sh NAME 31.Sh NAME
8.Nm mount_zfs 32.Nm mount_zfs
9.Nd helper utility for mounting legacy ZFS mounts 33.Nd helper utility for mounting legacy ZFS mounts
10.Sh SYNOPSIS 34.Sh SYNOPSIS
11.Nm 35.Nm
12.Ar ZFS_dataset 36.Ar ZFS_dataset
13.Ar mount_point 37.Ar mount_point
14.Sh DESCRIPTION 38.Sh DESCRIPTION
15The 39The
16.Nm 40.Nm
17utility supports mounting ZFS filesystems via 41utility supports mounting ZFS filesystems via
18.Pa /etc/fstab 42.Pa /etc/fstab
19where the ZFS property is 43where the ZFS property is
20.Cm mountpoint=legacy . 44.Cm mountpoint=legacy .
21.Sh SEE ALSO 45.Sh SEE ALSO
22.Xr fstab 5 , 46.Xr fstab 5 ,
23.Xr zfs 8 47.Xr zfs 8
24.Sh HISTORY 48.Sh HISTORY
25The 49A command to manage legacy ZFS mounts appeared in Solaris as /etc/fs/zfs/mount. The
26.Nm 50.Nm
27utility first appeared in 51utility first appeared in
28.Nx 9.0 . 52.Nx 9.0 .