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

Markdown-ify the bladeRF-cli interactive help #270

Closed
wants to merge 5 commits into from

Commits on Jul 4, 2014

  1. Markdown-ify the bladeRF-cli interactive help

    Adds a new include, doc/cmd_help.h.  This is generated by
    pandoc from doc/interactive-help.md.  It's ugly, but that's
    why it's programatically generated.
    
    CMake will either generate a new cmd_help.{h,man} or copy them
    in from cmd_help.{h,man}.in if pandoc isn't available.
    
    Update cmd.c to use all of these new #defines.  (It looks
    cleaner now...!)
    
    Remove the old get-interactive-commands.bash, which is no longer
    a part of the build process.  pandoc also generates a man page
    snippet for insertion by help2man.
    Ryan Tucker committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    446d183 View commit details
    Browse the repository at this point in the history
  2. Clean up excessively long lines in help file

    Ryan Tucker committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    05639fd View commit details
    Browse the repository at this point in the history
  3. Use tables for help, to make things more pretty

    Ryan Tucker committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    c1435f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2014

  1. Fix up help formatting, grammar, and spelling

    Ryan Tucker committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    6067d89 View commit details
    Browse the repository at this point in the history
  2. Reduce man page rendering warnings

    lintian's man page check is picky enough that it was
    grousing about:
    
    1) "'`f_min`' and '`f_max`' are ..." occasionally appearing at the
       start of a line, thus being interpreted as groff macros due to
       the single quote.
    
    2) The calibrate lms rxvga2 syntax line was not always wrapping
       properly.
    Ryan Tucker committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    2a53817 View commit details
    Browse the repository at this point in the history