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

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

Merged
merged 11 commits into from
Mar 25, 2021
1 change: 1 addition & 0 deletions pages.it/common/man.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
1 change: 1 addition & 0 deletions pages.pt_BR/common/man.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
1 change: 1 addition & 0 deletions pages.tr/common/man.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
5 changes: 5 additions & 0 deletions pages/common/man.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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}}"`