Bug #6346
zfs(1M) has spurious comma
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
manpage - manual pages
Start date:
2015-10-17
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
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.
Updated by Yuri Pankov over 5 years ago
This is (more or less) handled by newer (1.13.3) mandoc version:
mandoc: /usr/share/man/man1m/zfs.1m:3492:2: WARNING: unusual Xr punctuation: none before ssh(1) mandoc: /usr/share/man/man1m/zfs.1m:3492:2: WARNING: unusual Xr order: ssh(1) after gzip(1,)
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 1058dba45ec5d6876a5bbb0b9174347e13e5748d
commit 1058dba45ec5d6876a5bbb0b9174347e13e5748d Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: 2015-11-03T20:47:50.000Z 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>