summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/cmd/zfs
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-12-02 19:56:46 +0000
committermm <mm@FreeBSD.org>2011-12-02 19:56:46 +0000
commitaad7cc1b2ba1cf7ea14ebbde55c0c489cbf1b571 (patch)
tree2b18a5447a2505da990caa7486fa8215d5f888dc /cddl/contrib/opensolaris/cmd/zfs
parent15257e476af152112d4b46d01f27f03350e922eb (diff)
downloadFreeBSD-src-aad7cc1b2ba1cf7ea14ebbde55c0c489cbf1b571.zip
FreeBSD-src-aad7cc1b2ba1cf7ea14ebbde55c0c489cbf1b571.tar.gz
Remove unnecesary "Ns" macros and add missing command example to zpool(8).
Reported by: Nobuyuki Koganemaru <kogane@FreeBSD.org> MFC after: 3 days
Diffstat (limited to 'cddl/contrib/opensolaris/cmd/zfs')
-rw-r--r--cddl/contrib/opensolaris/cmd/zfs/zfs.86
1 files changed, 3 insertions, 3 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zfs/zfs.8 b/cddl/contrib/opensolaris/cmd/zfs/zfs.8
index c1c1197..d6b03fe 100644
--- a/cddl/contrib/opensolaris/cmd/zfs/zfs.8
+++ b/cddl/contrib/opensolaris/cmd/zfs/zfs.8
@@ -2198,7 +2198,7 @@ Generate a stream package that sends all intermediary snapshots from the
.Ar snapshot . For example,
.Ic -I @a fs@d
is similar to
-.Ic -i @a fs@b; -i @b fs@c; -i @c fs@d Ns .
+.Ic -i @a fs@b; -i @b fs@c; -i @c fs@d .
The incremental source snapshot may be specified as with the
.Fl i
option.
@@ -2414,7 +2414,7 @@ may be specified as a comma-separated list. Permission names are the same as
.Tn ZFS
subcommand and property names. See the property list below. Property set names,
which begin with an at sign
-.Pq Sy @ Ns ,
+.Pq Sy @ ,
may be specified. See the
.Fl s
form below for details.
@@ -2536,7 +2536,7 @@ commands for the specified file system and its descendents. Sets are evaluated
dynamically, so changes to a set are immediately reflected. Permission sets
follow the same naming restrictions as ZFS file systems, but the name must
begin with an "at sign"
-.Pq Sy @ Ns ,
+.Pq Sy @ ,
and can be no more than 64 characters long.
.It Xo
.Nm
OpenPOWER on IntegriCloud