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
This commit is contained in:
Martin Matuska 2011-11-18 01:28:52 +00:00
parent 5d0d7ea8df
commit 95fe8b4c65
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227646
4 changed files with 1806 additions and 1202 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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>

View File

@ -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>