-
Notifications
You must be signed in to change notification settings - Fork 274
Update CBMC man page #6937
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
Update CBMC man page #6937
Conversation
Codecov ReportBase: 77.88% // Head: 77.88% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## develop #6937 +/- ##
========================================
Coverage 77.88% 77.88%
========================================
Files 1576 1576
Lines 181856 181856
========================================
Hits 141645 141645
Misses 40211 40211
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
3e6f179
to
413792c
Compare
413792c
to
9f37c22
Compare
9f37c22
to
7e51dff
Compare
With command-line help being complete, help2man was used to create an updated list of options for CBMC's man page. Moving forward, automated checks for man-page completeness will be put in place so that future changes to the command line will have to be reflected as part of the changing commit.
7e51dff
to
2d183e5
Compare
.\" groff -man -Tascii cbmc.1 | ||
.\" | ||
.TH CBMC 1 "JUNE 2014" "cbmc-4.7" "User Manual" | ||
.TH CBMC "1" "June 2022" "cbmc-5.59.0" "User Commands" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there some way to get the version here to be integrated with the one in src/config.inc
? Maybe some sed
magic before a new version? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If someone can educate me on how to accomplish this in CMake then I'd happily add this. I'd hope that https://cmake.org/cmake/help/latest/command/install.html#script could somehow work, but I'm not entirely sure when this is really run. @thomasspriggs perhaps?
With command-line help being complete, help2man was used to create an
updated list of options for CBMC's man page. Moving forward, automated
checks for man-page completeness will be put in place so that future
changes to the command line will have to be reflected as part of the
changing commit.