Skip to content

fix angle brackets in man pages#4752

Merged
vilmibm merged 1 commit intotrunkfrom
man-page
Nov 17, 2021
Merged

fix angle brackets in man pages#4752
vilmibm merged 1 commit intotrunkfrom
man-page

Conversation

@meiji163
Copy link
Contributor

@meiji163 meiji163 commented Nov 17, 2021

Fixes #2242

It seems a simple "\\" fixes it.

run from toplevel to view:

mkdir mantest
go run cmd/gen-docs/main.go --man-page --doc-path=mantest
man ./mantest/gh-repo-clone.1

@meiji163 meiji163 requested a review from a team as a code owner November 17, 2021 21:47
@meiji163 meiji163 requested review from samcoe and removed request for a team November 17, 2021 21:47
@vilmibm vilmibm self-assigned this Nov 17, 2021
@vilmibm vilmibm self-requested a review November 17, 2021 21:54
Copy link
Contributor

@vilmibm vilmibm left a comment

Choose a reason for hiding this comment

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

Tested locally, seems 👍 . Glad it was such an easy fix.

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.

Man pages omit arguments encapsulated with < >

2 participants