From 1383302d2d633ea20cf11859fec9f5d8e0d7f656 Mon Sep 17 00:00:00 2001 From: Andriy Gapon <avg@FreeBSD.org> Date: Fri, 14 Apr 2017 17:49:37 +0000 Subject: [PATCH] 6346 zfs(1M) has spurious comma illumos/illumos-gate@1058dba45ec5d6876a5bbb0b9174347e13e5748d https://github.com/illumos/illumos-gate/commit/1058dba45ec5d6876a5bbb0b9174347e13e5748d https://www.illumos.org/issues/6346 The xref to gzip(1) in the SEE ALSO puts the comma inside the parens, because a space is missing in the source .Xr gzip 1, should be .Xr gzip 1 , It'd be cool if the manual page checks in pbchk could catch this, too, but I'm not sure how easy that'd be. 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> Author: Yuri Pankov <yuri.pankov@nexenta.com> --- man/man1m/zfs.1m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/man1m/zfs.1m b/man/man1m/zfs.1m index 328fdcca3a65..1fdadc346aef 100644 --- a/man/man1m/zfs.1m +++ b/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 ,