Bug 27642 - please add a minimal description / usage for sepdebugcrcfix
Summary: please add a minimal description / usage for sepdebugcrcfix
Status: RESOLVED FIXED
Alias: None
Product: debugedit
Classification: Unclassified
Component: sepdebugcrcfix (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mark Wielaard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-24 06:36 UTC by Matthias Klose
Modified: 2021-05-18 17:22 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Klose 2021-03-24 06:36:28 UTC
please add a minimal description / usage for sepdebugcrcfix, maybe something that can be extracted to a man page.
Comment 2 Mark Wielaard 2021-05-18 17:22:53 UTC
commit 3b734ed3920de86277d4fdd6135a0e41e798caf9
Author: Mark Wielaard <mark@klomp.org>
Date:   Thu Apr 29 22:44:41 2021 +0200

    sepdebugcrcfix: Add --version, --help and man page.
    
    Add --version and --help support to sepdebugcrcfix. Use this to generate
    a manual page using help2man.
    
            * .gitignore: Add sepdebugcrcfix.1
            * Makefile.am (dist_man_MANS): Add sepdebugcrcfix.1
            (sepdebugcrcfix.1): New make rule.
            * tools/sepdebugcrcfix.c (version): New static functions.
            (help): Likewise.
            (main): Call version or help depending on argc and argv.
    
    https://sourceware.org/bugzilla/show_bug.cgi?id=27642
    
    Signed-off-by: Mark Wielaard <mark@klomp.org>