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

doc: Fix --task name in uftrace graph man page #1785

Merged
merged 1 commit into from Jul 30, 2023

Conversation

honggyukim
Copy link
Collaborator

The man pages generated by .md files require to have an escape character at the beginning for two dash options.

This patch fixes the problem with the output as follows.

Before:

       –task  Print task graph instead of normal function graph.  ...

After:

       --task  Print task graph instead of normal function graph.  ...

The man pages generated by .md files require to have an escape character
at the beginning for two dash options.

This patch fixes the problem with the output as follows.

Before:
       –task  Print task graph instead of normal function graph.  ...

After:
       --task  Print task graph instead of normal function graph.  ...

Signed-off-by: Honggyu Kim <honggyu.kp@gmail.com>
@honggyukim honggyukim added the doc label Jul 29, 2023
Copy link
Owner

@namhyung namhyung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@honggyukim honggyukim merged commit 1365aad into namhyung:master Jul 30, 2023
3 checks passed
@honggyukim honggyukim deleted the doc/fix-task-option branch July 30, 2023 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants