浏览代码

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

Patrice Denis 4 年之前
父节点
当前提交
b431ae33f7
共有 4 个文件被更改,包括 8 次插入0 次删除
  1. 1 0
      pages.it/common/man.md
  2. 1 0
      pages.pt_BR/common/man.md
  3. 1 0
      pages.tr/common/man.md
  4. 5 0
      pages/common/man.md

+ 1 - 0
pages.it/common/man.md

@@ -1,6 +1,7 @@
 # man
 # man
 
 
 > Formatta e mostra pagine manuale.
 > 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:
 - Mostra la pagina di manuale di un comando:
 
 

+ 1 - 0
pages.pt_BR/common/man.md

@@ -1,6 +1,7 @@
 # man
 # man
 
 
 > Utilitário para exibir páginas do manual.
 > 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:
 - Visualizar o manual de um comando:
 
 

+ 1 - 0
pages.tr/common/man.md

@@ -1,6 +1,7 @@
 # man
 # man
 
 
 > Kılavuz sayfalarını biçimlendir ve göster.
 > 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:
 - Bir komut için man sayfasını görüntüle:
 
 

+ 5 - 0
pages/common/man.md

@@ -1,6 +1,7 @@
 # man
 # man
 
 
 > Format and display manual pages.
 > 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:
 - Display the man page for a command:
 
 
@@ -18,6 +19,10 @@
 
 
 `man -w {{command}}`
 `man -w {{command}}`
 
 
+- Display the man page using a specific locale:
+
+`man {{command}} --locale={{locale}}`
+
 - Search for manpages containing a search string:
 - Search for manpages containing a search string:
 
 
 `man -k "{{search_string}}"`
 `man -k "{{search_string}}"`