Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve doc: back-tick fix, packet/payload, etc #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 11, 2022

  1. Improve doc: back-tick fix, packet/payload, etc:

    -- only did non-bulk text updates through Section 3.2 ... more to come
    
    -- bulk update converting double back-tick pairs to <tt>...</tt>
    
    -- detailed language fix was on the imprecise use of the term "packet"
       when we meant the "payload".  I think everybody gets the idea that
       the payload follows the headers; so TCP or UDP, we can address the
       payload
    
    -- bulk convert apostrophe (') character to "&apos;".  This is not
       required for for proper rendering by the xml2rfc program; it is
       done to help some editors avoid incorrect syntax highlighting
       between apostrophes
    
    -- detailed language fix proposal on the client/server vs peer-to-peer
       use case.  No fix here, yet.  Question for the group.
    
    Signed-off-by: Mark Deric <[email protected]>
    Mark Deric committed May 11, 2022
    Configuration menu
    Copy the full SHA
    41ab10d View commit details
    Browse the repository at this point in the history
  2. Revise "The OpenVPN Wire Protocol" section start

    Make the fix and remove the editor's note.
    
    Signed-off-by: Mark Deric <[email protected]>
    Mark Deric committed May 11, 2022
    Configuration menu
    Copy the full SHA
    971f43c View commit details
    Browse the repository at this point in the history