mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:02:08 +02:00
man: correct syntax (#6505)
This commit is contained in:
parent
e347e43cb9
commit
efeee14594
4 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- Mostra la pagina di manuale per un comando dalla sezione 7:
|
- Mostra la pagina di manuale per un comando dalla sezione 7:
|
||||||
|
|
||||||
`man {{comando}}.{{7}}`
|
`man {{7}} {{comando}}`
|
||||||
|
|
||||||
- Mostra il percorso in cui vengono cercate le pagine:
|
- Mostra il percorso in cui vengono cercate le pagine:
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- Visualizar a página da seção 7 do manual de um comando:
|
- Visualizar a página da seção 7 do manual de um comando:
|
||||||
|
|
||||||
`man {{comando}}.{{7}}`
|
`man {{7}} {{comando}}`
|
||||||
|
|
||||||
- Visualizar o caminho procurado pelas páginas do manual:
|
- Visualizar o caminho procurado pelas páginas do manual:
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- Sayfanın 7. bölümündeki bir komut için man sayfasını görüntüle:
|
- Sayfanın 7. bölümündeki bir komut için man sayfasını görüntüle:
|
||||||
|
|
||||||
`man {{komut}}.{{7}}`
|
`man {{7}} {{komut}}`
|
||||||
|
|
||||||
- Mansayfaları için aratılan yolu göster:
|
- Mansayfaları için aratılan yolu göster:
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- Display the man page for a command from section 7:
|
- Display the man page for a command from section 7:
|
||||||
|
|
||||||
`man {{command}}.{{7}}`
|
`man {{7}} {{command}}`
|
||||||
|
|
||||||
- Display the path searched for manpages:
|
- Display the path searched for manpages:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue