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

Leave command invocation only in SYNOPSIS section #8

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

muzimuzhi
Copy link
Contributor

This also removes the leading space before "Usage" in SYNOPSIS.

Before

NAME
       l3sys-query


SYNOPSIS
        Usage l3sys-query <cmd> [<options>] [<args>]
//     ^ notice the leading space here

After

NAME
       l3sys-query


SYNOPSIS
       l3sys-query <cmd> [<options>] [<args>]

This also removes the leading space before "Usage" in SYNOPSIS.
@josephwright josephwright merged commit 63466e6 into latex3:main Apr 3, 2024
1 check passed
@muzimuzhi muzimuzhi deleted the docs/man-SYNOPSIS branch April 3, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants