Module Name: src Committed By: brad Date: Fri Sep 20 22:38:28 UTC 2019
Modified Files: src/external/cddl/osnet/sbin/zfs: mount_zfs.8 Log Message: Add a copyright to the man page and a bit of history. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 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.3 src/external/cddl/osnet/sbin/zfs/mount_zfs.8:1.4 --- src/external/cddl/osnet/sbin/zfs/mount_zfs.8:1.3 Mon Sep 16 04:57:12 2019 +++ src/external/cddl/osnet/sbin/zfs/mount_zfs.8 Fri Sep 20 22:38:28 2019 @@ -1,5 +1,29 @@ -.\" $NetBSD: mount_zfs.8,v 1.3 2019/09/16 04:57:12 wiz Exp $ +.\" $NetBSD: mount_zfs.8,v 1.4 2019/09/20 22:38:28 brad Exp $ .\" +.\" Copyright (c) 2012, Martin Matuska <m...@freebsd.org>. +.\" Copyright (c) 2013-2014, Xin Li <delp...@freebsd.org>. +.\" All Rights Reserved. +.\" +.\" The contents of this file are subject to the terms of the +.\" Common Development and Distribution License (the "License"). +.\" You may not use this file except in compliance with the License. +.\" +.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +.\" or http://www.opensolaris.org/os/licensing. +.\" See the License for the specific language governing permissions +.\" and limitations under the License. +.\" +.\" When distributing Covered Code, include this CDDL HEADER in each +.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE. +.\" If applicable, add the following below this CDDL HEADER, with the +.\" fields enclosed by brackets "[]" replaced with your own identifying +.\" information: Portions Copyright [yyyy] [name of copyright owner] +.\" +.\" Copyright (c) 2010, Sun Microsystems, Inc. All Rights Reserved. +.\" Copyright 2011, Nexenta Systems, Inc. All Rights Reserved. +.\" Copyright (c) 2011, Justin T. Gibbs <gi...@freebsd.org> +.\" Copyright (c) 2013 by Delphix. All Rights Reserved. +.\" Copyright (c) 2012, Glen Barber <g...@freebsd.org> .\" .Dd September 15, 2019 .Dt MOUNT_ZFS 8 @@ -22,7 +46,7 @@ where the ZFS property is .Xr fstab 5 , .Xr zfs 8 .Sh HISTORY -The +A command to manage legacy ZFS mounts appeared in Solaris as /etc/fs/zfs/mount. The .Nm utility first appeared in .Nx 9.0 .