SF.net SVN: docutils:[9568] trunk/docutils/docutils/writers/manpage.py

grubert--- via Docutils-checkins <[email protected]>
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 9568
          http://sourceforge.net/p/docutils/code/9568
Author:   grubert
Date:     2024-03-15 14:48:35 +0000 (Fri, 15 Mar 2024)
Log Message:
-----------
documentation fix

Modified Paths:
--------------
    trunk/docutils/docutils/writers/manpage.py

Modified: trunk/docutils/docutils/writers/manpage.py
===================================================================
--- trunk/docutils/docutils/writers/manpage.py	2024-03-15 14:08:49 UTC (rev 9567)
+++ trunk/docutils/docutils/writers/manpage.py	2024-03-15 14:48:35 UTC (rev 9568)
@@ -19,7 +19,7 @@
 
 Man pages are written *troff*, a text file formatting system.
 
-See http://www.tldp.org/HOWTO/Man-Page for a start.
+See https://www.tldp.org/HOWTO/Man-Page for a start.
 
 Man pages have no subsection only parts.
 Standard parts
@@ -1101,7 +1101,7 @@
 
     def depart_term(self, node):
         _next = node.next_node(None, descend=False, siblings=True)
-        # Nest (optional) classifier(s) in the <dt> element
+        # Nest (optional) classifier(s) in the <term> element
         if isinstance(_next, nodes.classifier):
             self.body.append(' ')
             return  # skip (depart_classifier() calls this function again)

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.