aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2017-04-14 17:49:37 +0000
committerAndriy Gapon <avg@FreeBSD.org>2017-04-14 17:49:37 +0000
commit1383302d2d633ea20cf11859fec9f5d8e0d7f656 (patch)
tree85d6d9422548ac2eb3ed2760d71e73d70f03f0df /man
parent99d91c7d5e2044b7246fdfaa0ce0c9ae39f3b50d (diff)
downloadsrc-1383302d2d633ea20cf11859fec9f5d8e0d7f656.tar.gz
src-1383302d2d633ea20cf11859fec9f5d8e0d7f656.zip
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>
Notes
Notes: svn path=/vendor/illumos/dist/; revision=316882
Diffstat (limited to 'man')
-rw-r--r--man/man1m/zfs.1m6
1 files 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 ,