All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 215738] New: uri.7: CONFORMING TO: Refers to obsolete IETF RFC 2396
@ 2022-03-24 12:04 bugzilla-daemon
  2022-03-24 12:28 ` [Bug 215738] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2022-03-24 12:04 UTC (permalink / raw)
  To: linux-man

https://bugzilla.kernel.org/show_bug.cgi?id=215738

            Bug ID: 215738
           Summary: uri.7: CONFORMING TO: Refers to obsolete IETF RFC 2396
           Product: Documentation
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: man-pages
          Assignee: documentation_man-pages@kernel-bugs.osdl.org
          Reporter: alx.manpages@gmail.com
        Regression: No

[uri(7)::CONFORMING TO] reads as:

```
CONFORMING TO
       (IETF  RFC 2396)  <http://www.ietf.org/rfc/rfc2396.txt>,
       (HTML 4.0) <http://www.w3.org/TR/REC-html40>.
```

which refers to an obsolete RFC[1].  We better conform to a newer RFC :)


[1]: <https://www.rfc-editor.org/rfc/rfc2396>

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 215738] uri.7: CONFORMING TO: Refers to obsolete IETF RFC 2396
  2022-03-24 12:04 [Bug 215738] New: uri.7: CONFORMING TO: Refers to obsolete IETF RFC 2396 bugzilla-daemon
@ 2022-03-24 12:28 ` bugzilla-daemon
  2022-05-14 14:30 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2022-03-24 12:28 UTC (permalink / raw)
  To: linux-man

https://bugzilla.kernel.org/show_bug.cgi?id=215738

--- Comment #1 from Alejandro Colomar (man-pages) (alx.manpages@gmail.com) ---
Should check the following RFCs that replace it:

2396:
  <https://www.rfc-editor.org/rfc/rfc3986>
    <https://www.rfc-editor.org/rfc/rfc6874> (updates 3986)
    <https://www.rfc-editor.org/rfc/rfc8820> (updates 3986)

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 215738] uri.7: CONFORMING TO: Refers to obsolete IETF RFC 2396
  2022-03-24 12:04 [Bug 215738] New: uri.7: CONFORMING TO: Refers to obsolete IETF RFC 2396 bugzilla-daemon
  2022-03-24 12:28 ` [Bug 215738] " bugzilla-daemon
@ 2022-05-14 14:30 ` bugzilla-daemon
  2022-05-14 14:55 ` bugzilla-daemon
  2022-05-14 15:02 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2022-05-14 14:30 UTC (permalink / raw)
  To: linux-man

https://bugzilla.kernel.org/show_bug.cgi?id=215738

sowani@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sowani@gmail.com

--- Comment #2 from sowani@gmail.com ---
Created attachment 300956
  --> https://bugzilla.kernel.org/attachment.cgi?id=300956&action=edit
Suggested patch to update uri(7) man page.

The "CONFORMING TO" section of uri(7) man page is updated with following
changes:
1. reference to rfc2396 has been removed
2. references to rfc6874 and rfc8820 have been added.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 215738] uri.7: CONFORMING TO: Refers to obsolete IETF RFC 2396
  2022-03-24 12:04 [Bug 215738] New: uri.7: CONFORMING TO: Refers to obsolete IETF RFC 2396 bugzilla-daemon
  2022-03-24 12:28 ` [Bug 215738] " bugzilla-daemon
  2022-05-14 14:30 ` bugzilla-daemon
@ 2022-05-14 14:55 ` bugzilla-daemon
  2022-05-14 15:02 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2022-05-14 14:55 UTC (permalink / raw)
  To: linux-man

https://bugzilla.kernel.org/show_bug.cgi?id=215738

--- Comment #3 from Alejandro Colomar (man-pages) (alx.manpages@gmail.com) ---
But does the manual page really conform to the newer RFCs?  The contents are
quite large, and I don't know if some details of it are actually obsolete and
should be fixed.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 215738] uri.7: CONFORMING TO: Refers to obsolete IETF RFC 2396
  2022-03-24 12:04 [Bug 215738] New: uri.7: CONFORMING TO: Refers to obsolete IETF RFC 2396 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2022-05-14 14:55 ` bugzilla-daemon
@ 2022-05-14 15:02 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2022-05-14 15:02 UTC (permalink / raw)
  To: linux-man

https://bugzilla.kernel.org/show_bug.cgi?id=215738

--- Comment #4 from sowani@gmail.com ---
(In reply to Alejandro Colomar (man-pages) from comment #3)
> But does the manual page really conform to the newer RFCs?  The contents are
> quite large, and I don't know if some details of it are actually obsolete
> and should be fixed.

Actually, it conforms more to rfc8820. So, IMHO, reference to rfc6874 can be
removed. If this sounds okay, I will commit a new patch.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-14 15:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-24 12:04 [Bug 215738] New: uri.7: CONFORMING TO: Refers to obsolete IETF RFC 2396 bugzilla-daemon
2022-03-24 12:28 ` [Bug 215738] " bugzilla-daemon
2022-05-14 14:30 ` bugzilla-daemon
2022-05-14 14:55 ` bugzilla-daemon
2022-05-14 15:02 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.