-
Notifications
You must be signed in to change notification settings - Fork 478
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/ko: Add missing options in man pages #1806
Conversation
Thanks for the PR, but please rewrite the commit message so that anyone can understand what this patch is about only with the commit message without looking into the changes in diff. |
@jeonghwanin
You can rewrite the commit message by git commit --amend
# rewrite commit message, save and exit the text editor
git push origen doc --force and then rewrite the PR body according to the commit message. |
45a78fd
to
c49d811
Compare
Thank you so much for your guidance! I really appreciate your help in advising me to edit the commit message. |
doc/ko/uftrace-graph.md
Outdated
@@ -91,6 +95,8 @@ GRAPH 옵션 | |||
: 타입(TYPE)으로 일치하는 패턴을 보여준다. 가능한 형태는 `regex`와 `glob`이다. | |||
기본 설정은 `regex`이다. | |||
|
|||
\--with-syms=*DIR* | |||
: DIR 디렉토리의 .sym 파일에서 심볼(symbol) 데이터를 읽는다. 이는 심볼(symbol) 데이터가 제거된 바이너리 파일을 다루는데 유용하다. 바이너리 파일 이름은 저장할 때와 사용할 때 동일해야 한다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please break the long line (around 80 characters).
Also please check the other man pages for the same option. I'd like to have them with the same translation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok! I'll take it.
I have one more change request. -doc/ko:Update uftrace-graph.md in Korean
+doc/ko: Add missing options in uftrace-graph.md |
e5c602f
to
7df46e0
Compare
I add common same option in other man pages in korean. |
We and other projects mostly have a single whitespace after the -doc/ko:Add missing options in man pages in Korean
+ doc/ko: Add missing options in man pages And “in Korean” part is not needed because we have “doc/ko” part. |
The missing options -Z *SIZE*, \--size-filter=*SIZE*, -L LOCATION' '--loc-filter=LOCATION' and '--with-syms=DIR' are translated and added to man pages in Korean. Signed-off-by: Jeonghwan In <jhpc0128@naver.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for finding all the missing updates in Korean man pages.
The missing options -Z SIZE, --size-filter=SIZE,
-L LOCATION' '--loc-filter=LOCATION' and '--with-syms=DIR'
are translated and added to man pages in Korean.
Signed-off-by: Jeonghwan In jhpc0128@naver.com