| Summary: | Add STANDARDS Section to gre(4) manual page | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Gordon Bergling <gbe> | ||||||||
| Component: | Manual Pages | Assignee: | freebsd-doc (Nobody) <doc> | ||||||||
| Status: | Closed FIXED | ||||||||||
| Severity: | Affects Many People | CC: | 0mp, doc | ||||||||
| Priority: | --- | Keywords: | patch | ||||||||
| Version: | Latest | ||||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
Take. Created attachment 207840 [details]
New Patch addressing comments by hrs
The following patch addressing hrs comments from phabricator. The not supporting RFC are removed. The WCCP standards could be listed here as a generell reference point.
Created attachment 207841 [details]
New Patch with addresses comments
The following patch addressing hrs comments from phabricator. The not supporting RFC are removed. The WCCP standards could be listed here as a generell reference point.
Has someone read my comment on review.freebsd.org regarding the updated patch for the gre(4) manual page? (In reply to Gordon Bergling from comment #5) I've not seen the comment. I have this PR on my todo list, I'll commit it soon. Return to pool A commit references this bug: Author: gbe Date: Mon Jun 29 10:30:43 UTC 2020 New revision: 362779 URL: https://svnweb.freebsd.org/changeset/base/362779 Log: gre(4): Add a STANDARDS section Expand the mentioned RFC in the SEE ALSO section and reference RFC1701 and RFC1702. PR: 240250 Reviewed by: bcr (mentor) Approved by: bcr (mentor) Obtained from: OpenBSD MFC after: 7 days Differential Revision: https://reviews.freebsd.org/D25504 Changes: head/share/man/man4/gre.4 A commit references this bug: Author: gbe Date: Tue Jul 7 18:37:07 UTC 2020 New revision: 362996 URL: https://svnweb.freebsd.org/changeset/base/362996 Log: MFC r362779: gre(4): Add a STANDARDS section Expand the mentioned RFC in the SEE ALSO section and reference RFC1701 and RFC1702. PR: 240250 Reviewed by: bcr (mentor) Approved by: bcr (mentor) Obtained from: OpenBSD Differential Revision: https://reviews.freebsd.org/D25504 Changes: _U stable/12/ stable/12/share/man/man4/gre.4 |
Created attachment 207066 [details] patch for standards section in gre(4) Add STANDARDS section to the gre(4) manual page. Obtained from OpenBSD