Bug 1056781
| Summary: | Please update man-pages-posix | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andy Lutomirski <luto> | ||||||
| Component: | man-pages | Assignee: | Peter Schiffer <pschiffe> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | rawhide | CC: | b38617, luto, mtk.manpages, pschiffe | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | man-pages-3.57-1.fc21 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-01-29 19:23:33 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Andy Lutomirski
2014-01-22 22:17:58 UTC
Created attachment 854092 [details] Possible update I thought that this was cool enough that I tried it :) In-progress scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=6441737 I haven't explicitly checked that all of the deleted patches are really unnecessary. man-pages-posix-2003-awk.patch would still apply (if updated), but I'm not sure what the point is. man 1p awk renders correctly for me without it. man-pages-posix-2003-man.patch could also be forward-ported. I'm not nearly familiar enough with summary databases to have any intelligent comment on it. That being said, if the POSIX page is indeed wrong, I'm not sure why Fedora needs to correct it. man-pages-posix-2003-printf.patch is similar. man-pages-posix-2003-readlink3p.patch has been fixed upstream. *** Bug 1056762 has been marked as a duplicate of this bug. *** Fixed upstream. http://linux-man-pages.blogspot.com/2014/01/announcing-posix1-2013-man-pages-for.html I'm confused. What's fixed upstream? Sorry -- I (In reply to Andy Lutomirski from comment #5) > I'm confused. What's fixed upstream? Sorry -- I was confused, and misspoke. fixed in: man-pages-3.57-1.fc21 http://koji.fedoraproject.org/koji/buildinfo?buildID=494792 Andy, thanks for your comments. Created attachment 857215 [details]
man-pages-posix-2013-man.patch
Michael,
there's this one usable patch for posix man pages. It fixes broken formatting on man(1p) man page:
grep −Ei '
name
name
...
' summary-database
->
grep −Ei 'name name...' summary-database
peter
Peter Why do you think the formatting is broken? Looking at the PDF version of the stadard, thr formatting is similar. Michael, I see, you are right. I'm not sure about the origin of this patch in Fedora, however, newline in grep should be correct syntax for OR. In that case, the patch actually breaks the command. I'm going to drop the patch from Fedora.. Thanks. peter |