[PR #878] [CLOSED] [FEATURE] Added -man parameter to generate manual page for ccextractor using help2man #1716

Open
opened 2026-01-29 17:18:09 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/878
Author: @mahalwal
Created: 1/5/2018
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • b97f4bc Fixed -sentencecap for teletext samples
  • b8ed403 -man for generating man pages(using help2man)
  • 5c0e37d changed to original commit
  • d95d5bb Update params.c
  • 4fd2e90 Remove merge conflicts

📊 Changes

4 files changed (+477 additions, -423 deletions)

View changed files

linux/manscript.sh (+23 -0)
linux/replace.h2m (+23 -0)
📝 src/lib_ccx/activity.c (+1 -1)
📝 src/lib_ccx/params.c (+430 -422)

📄 Description

Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

I have added the -man parameter which generates the man page using help2man (dependency).
help2man uses the output from --help and --version of CCExtractor's executable.
This pull request supports man pages only for Linux users. I will add support for mac as well as other users after someone provides their feedback on this pull.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/878 **Author:** [@mahalwal](https://github.com/mahalwal) **Created:** 1/5/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`b97f4bc`](https://github.com/CCExtractor/ccextractor/commit/b97f4bce049aea73e6c95da392a4322652451d44) Fixed -sentencecap for teletext samples - [`b8ed403`](https://github.com/CCExtractor/ccextractor/commit/b8ed403425cf642c42552c0313fcf077de96eeae) -man for generating man pages(using help2man) - [`5c0e37d`](https://github.com/CCExtractor/ccextractor/commit/5c0e37d9e841974cb4c30c28f46371052b7934d0) changed to original commit - [`d95d5bb`](https://github.com/CCExtractor/ccextractor/commit/d95d5bb84586fdc69c843feea8fb9450da9f4cfc) Update params.c - [`4fd2e90`](https://github.com/CCExtractor/ccextractor/commit/4fd2e9059675958d23184eba6a4cdff81488ade6) Remove merge conflicts ### 📊 Changes **4 files changed** (+477 additions, -423 deletions) <details> <summary>View changed files</summary> ➕ `linux/manscript.sh` (+23 -0) ➕ `linux/replace.h2m` (+23 -0) 📝 `src/lib_ccx/activity.c` (+1 -1) 📝 `src/lib_ccx/params.c` (+430 -422) </details> ### 📄 Description Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. **In raising this pull request, I confirm the following (please check boxes):** - [X] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [X] I have checked that another pull request for this purpose does not exist. - [X] I have considered, and confirmed that this submission will be valuable to others. - [X] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [X] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [X] I am an active contributor to CCExtractor. --- I have added the -man parameter which generates the man page using help2man (dependency). help2man uses the output from --help and --version of CCExtractor's executable. This pull request supports man pages only for Linux users. I will add support for mac as well as other users after someone provides their feedback on this pull. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:18:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1716