Summary: | ascii(7): Add STANDARDS section and update the HISTORY section | ||||||
---|---|---|---|---|---|---|---|
Product: | Documentation | Reporter: | Gordon Bergling <gbe> | ||||
Component: | Manual Pages | Assignee: | Mateusz Piotrowski <0mp> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | 0mp, doc, emaste, imp | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
I'll take a look. It is not in V1, not is in V3. TUHS doesn't have v2 manual online. But there's a PDF with it in it at https://www.tuhs.org/Archive/Distributions/Research/Dennis_v2/unix_2nd_edition_manual.pdf which includes it. So yes, this is correct. (In reply to Warner Losh from comment #2) Found it on page 247 in that pdf :) A commit references this bug: Author: 0mp Date: Sat Sep 21 14:16:37 UTC 2019 New revision: 352577 URL: https://svnweb.freebsd.org/changeset/base/352577 Log: ascii(7): Add STANDARDS section and update HISTORY section PR: 240727 Submitted by: Gordon Bergling <gbergling@gmail.com> Approved by: src (imp) Event: EuroBSDcon 2019 Changes: head/share/man/man7/ascii.7 Committed! Thanks! A commit references this bug: Author: gbe Date: Sat Aug 1 14:33:22 UTC 2020 New revision: 363764 URL: https://svnweb.freebsd.org/changeset/base/363764 Log: MFC r352577 (by 0mp): ascii(7): Add STANDARDS section and update HISTORY section PR: 240727 Submitted by: gbe Reviewed by: imp Changes: _U stable/12/ stable/12/share/man/man7/ascii.7 |
Created attachment 207675 [details] ascii(7) patch The ASCII(7) man page currently doesn't have a STANDARDS section. The attached patch addresses this. While here, also update the HISTORY section after a cross reference check on NetBSD and OpenBSD.