diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-11-18 01:28:52 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-11-18 01:28:52 +0000 |
commit | 95fe8b4c6528a3e7a7eb2d1c6c17f290e9d93f17 (patch) | |
tree | ffb64c2e486e47fb7ec1ae2ee9dde50c63d2f4a9 /cddl/sbin/zfs/Makefile | |
parent | 5d0d7ea8dfa21cabcfdd76c7a8a14d08a78b2b21 (diff) | |
download | src-95fe8b4c6528a3e7a7eb2d1c6c17f290e9d93f17.tar.gz src-95fe8b4c6528a3e7a7eb2d1c6c17f290e9d93f17.zip |
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
Notes
Notes:
svn path=/head/; revision=227646
Diffstat (limited to 'cddl/sbin/zfs/Makefile')
-rw-r--r-- | cddl/sbin/zfs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cddl/sbin/zfs/Makefile b/cddl/sbin/zfs/Makefile index 4d3c51970567..2b0af661ba9b 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> |