summaryrefslogtreecommitdiffstats
path: root/cddl/sbin
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-11-18 01:28:52 +0000
committermm <mm@FreeBSD.org>2011-11-18 01:28:52 +0000
commitb7c8d365cc8137f73ebe1e9e173fe75cd12b04a7 (patch)
treeffb64c2e486e47fb7ec1ae2ee9dde50c63d2f4a9 /cddl/sbin
parentb4e95a0c4c5b3d5e021613e1321bddcd3577f61f (diff)
downloadFreeBSD-src-b7c8d365cc8137f73ebe1e9e173fe75cd12b04a7.zip
FreeBSD-src-b7c8d365cc8137f73ebe1e9e173fe75cd12b04a7.tar.gz
Update and desolarization of zfs(8) and zpool(8) manual pages:
- synchronized to match new vendor code (Illumos rev. 13513) [1] - removed references to sun commands (replaced with FreeBSD commands) - removed ATTRIBUTES sections - updated SEE ALSO sections - properly updated copyright information (required by CDDL) - remove empty lines via MANFILTER zfs(8) only: - replaced "Zones" section with new "Jails" section - removed misleading "ZFS Volumes as Swap or Dump Devices" section - updated shareiscsi and sharesmb option information (not supported on FreeBSD) - replace zoned property with jailed property zpool(8) only: - updated device names in examples Obtained from: Illumos (as of rev. 13513:f84d4672fdbd) [1] MFC after: 1 week
Diffstat (limited to 'cddl/sbin')
-rw-r--r--cddl/sbin/zfs/Makefile2
-rw-r--r--cddl/sbin/zpool/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/cddl/sbin/zfs/Makefile b/cddl/sbin/zfs/Makefile
index 4d3c519..2b0af66 100644
--- a/cddl/sbin/zfs/Makefile
+++ b/cddl/sbin/zfs/Makefile
@@ -25,4 +25,6 @@ DPADD= ${LIBGEOM} ${LIBNVPAIR} ${LIBUMEM} \
${LIBUTIL} ${LIBUUTIL} ${LIBZFS}
LDADD= -lgeom -lnvpair -lumem -lutil -luutil -lzfs
+MANFILTER= sed -e '/^$$/d'
+
.include <bsd.prog.mk>
diff --git a/cddl/sbin/zpool/Makefile b/cddl/sbin/zpool/Makefile
index fba9ebf..6571654 100644
--- a/cddl/sbin/zpool/Makefile
+++ b/cddl/sbin/zpool/Makefile
@@ -30,4 +30,6 @@ DPADD= ${LIBAVL} ${LIBGEOM} ${LIBNVPAIR} \
${LIBUMEM} ${LIBUTIL} ${LIBUUTIL} ${LIBZFS}
LDADD= -lavl -lgeom -lnvpair -lumem -lutil -luutil -lzfs
+MANFILTER= sed -e '/^$$/d'
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud