1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 14:46:00 +02:00

man: add more info link and --locale example (#5504)

This commit is contained in:
Patrice Denis 2021-03-25 22:54:01 +01:00 committed by GitHub
parent d398c81811
commit b431ae33f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# man
> Formatta e mostra pagine manuale.
> Maggiori informazioni: <https://www.man7.org/linux/man-pages/man1/man.1.html>.
- Mostra la pagina di manuale di un comando:

View file

@ -1,6 +1,7 @@
# man
> Utilitário para exibir páginas do manual.
> Mais informações: <https://www.man7.org/linux/man-pages/man1/man.1.html>.
- Visualizar o manual de um comando:

View file

@ -1,6 +1,7 @@
# man
> Kılavuz sayfalarını biçimlendir ve göster.
> Daha fazla bilgi için: <https://www.man7.org/linux/man-pages/man1/man.1.html>.
- Bir komut için man sayfasını görüntüle:

View file

@ -1,6 +1,7 @@
# man
> Format and display manual pages.
> More information: <https://www.man7.org/linux/man-pages/man1/man.1.html>.
- Display the man page for a command:
@ -18,6 +19,10 @@
`man -w {{command}}`
- Display the man page using a specific locale:
`man {{command}} --locale={{locale}}`
- Search for manpages containing a search string:
`man -k "{{search_string}}"`