1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 19:15:37 +02:00

man: update page (#12205)

This commit is contained in:
Managor 2024-02-06 16:10:45 +02:00 committed by GitHub
parent 02d41ca96b
commit 0d32539122
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,10 @@
`man {{command}}`
- Open the man page for a command in a browser:
`man --html {{command}}`
- Display the man page for a command from section 7:
`man {{7}} {{command}}`