Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-1926

Entire sentences missing after links in manpages

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.6.0
    • Affects Version/s: None
    • Component/s: docs, python
    • Labels:
      None

      There are entire sentences missing in our generated man pages.

          <p>The most recent release of libbson is 1.4.1 and can be <link href="https://github.com/mongodb/libbson/releases/download/1.4.1/libbson-1.4.1.tar.gz">downloaded here</link>. The following snippet will download and extract the current release of the driver.</p>
      
          <screen><output style="prompt">$ </output><input>wget https://github.com/mongodb/libbson/releases/download/1.4.1/libbson-1.4.1.tar.gz</input>
      <output style="prompt">$ </output><input>tar -xzf libbson-1.4.1.tar.gz</input>
      <output style="prompt">$ </output><input>cd libbson-1.4.1/</input></screen>
      
      

      becomes

      The most recent release of libbson is 1.4.1 and can be    
      .B downloaded here                        
      . The following snippet will download and extract the current release of the driver.
                                     
      .B $                                      
      .B wget https://github.com/mongodb/libbson/releases/download/1.4.1/libbson-1.4.1.tar.gz
      .B $                           
      .B tar -xzf libbson-1.4.1.tar.gz    
      .B $                                    
      .B cd libbson-1.4.1/    
      

      which is rendered as:

             The most recent release of libbson is 1.4.1 and can be downloaded here
      
             $ wget https://github.com/mongodb/libbson/releases/download/1.4.1/libbson-1.4.1.tar.gz $ tar -xzf libbson-1.4.1.tar.gz $ cd libbson-1.4.1/
      
      
      

      The

      The following snippet will download and extract the current release of the driver.

      is missing, and the code sample is all in one line.

            Assignee:
            jesse@mongodb.com A. Jesse Jiryu Davis
            Reporter:
            bjori Hannes Magnusson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: