FS#9643 - man PKGBUILD shows slanted single quotes
Attached to Project:
Arch Linux
Opened by Paul Bredbury (brebs) - Thursday, 21 February 2008, 17:02 GMT
Last edited by Greg (dolby) - Tuesday, 17 June 2008, 10:40 GMT
Opened by Paul Bredbury (brebs) - Thursday, 21 February 2008, 17:02 GMT
Last edited by Greg (dolby) - Tuesday, 17 June 2008, 10:40 GMT
|
Details
Hi, "man PKGBUILD" corrupts *all* instances of single quotes
as *slanted* single quotes, showing e.g.:
license=(´GPL´) This happens even though /var/abs/core/base/pacman/src/pacman-3.1.1/doc/PKGBUILD-example.txt looks correct: license=('GPL') As reported in http://bbs.archlinux.org/viewtopic.php?id=44309 |
This task depends upon
This should fix the quote thing:
http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/base/groff/man-utf8.tmac?rev=1.1&content-type=text/vnd.viewcvs-markup
I'm sure the quotes were OK the last time I looked at them, which was roughly a month ago.
It happens on my two box here (one using testing).
license field (e.g. license=(´GPL´)). If the package provides a
I have them too. I pasted the first line to show where we do want these special quotes, although it is not critical.
. char - \N'45'
. char ' \N'39'
Well, for the dash, we remap both \- and -, but for the quote, we remap only '.
PKGBUILD man page actually uses \'
I confirm than adding the following line works fine :
. char \' \N'39'
http://repos.archlinux.org/viewvc.cgi/groff/repos/core-i686/man-utf8.tmac?revision=1&view=markup
However, it might be a bad time to remind Aaron about this since he is in a period of low activity :
http://archlinux.org/pipermail/arch-dev-public/2008-June/006390.html
FS#9643, slanted single quotes in man page"Sending trunk/man-utf8.tmac
Transmitting file data .
Committed revision 2513.
Done.