diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2015-10-23 03:42:12 +0300 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2015-11-03 15:47:50 -0500 |
commit | 1058dba45ec5d6876a5bbb0b9174347e13e5748d (patch) | |
tree | a7b4232f073b9435e80008906f4c1b9ee5a385da /usr/src | |
parent | 3a005aada8ac0e291c13cbc488ba9ae1473f0a96 (diff) | |
download | illumos-gate-1058dba45ec5d6876a5bbb0b9174347e13e5748d.tar.gz |
6346 zfs(1M) has spurious comma
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/man/man1m/zfs.1m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man1m/zfs.1m b/usr/src/man/man1m/zfs.1m index 328fdcca3a..1fdadc346a 100644 --- a/usr/src/man/man1m/zfs.1m +++ b/usr/src/man/man1m/zfs.1m @@ -773,7 +773,7 @@ in which case it will be interpreted as a snapshot in the same filesystem as this dataset. The .Em snapshot may be a full snapshot name -.No Po Em filesystem Ns @ Ns Em snapshot Pc , +.Po Em filesystem Ns @ Ns Em snapshot Pc , which for clones may be a snapshot in the origin's filesystem .Pq or the origin of the origin's filesystem, etc. .El @@ -1620,7 +1620,7 @@ administrators can use them to annotate datasets .Pq file systems, volumes, and snapshots . .Pp User property names must contain a colon -.No Po Ns Sy \&: Ns Pc +.Pq Qq Sy \&: character to distinguish them from native properties. They may contain lowercase letters, numbers, and the following punctuation characters: colon .Pq Qq Sy \&: , @@ -3527,7 +3527,7 @@ M F /tank/test/modified .Sh INTERFACE STABILITY .Sy Commited . .Sh SEE ALSO -.Xr gzip 1, +.Xr gzip 1 , .Xr ssh 1 , .Xr mount 1M , .Xr share 1M , |