mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
aspell: fix the example, enclose aspell
in backticks (#9131)
This commit is contained in:
parent
b582869d25
commit
fa40045bfc
5 changed files with 9 additions and 9 deletions
|
@ -15,10 +15,10 @@
|
||||||
|
|
||||||
`aspell dicts`
|
`aspell dicts`
|
||||||
|
|
||||||
- Nutze aspell mit einem anderen Wörterbuch (nimmt 2-Zeichen-Locale laut ISO 639 Sprach Code):
|
- Nutze `aspell` mit einem anderen Wörterbuch (nimmt 2-Zeichen-Locale laut ISO 639 Sprach Code):
|
||||||
|
|
||||||
`aspell --lang={{cs}}`
|
`aspell --lang={{cs}}`
|
||||||
|
|
||||||
- Zeige alle falsch geschriebenen Wörter von Standard Input und ignoriere alle Wörter in einer persönlichen Wortliste:
|
- Zeige alle falsch geschriebenen Wörter von Standard Input und ignoriere alle Wörter in einer persönlichen Wortliste:
|
||||||
|
|
||||||
`cat {{file}} | aspell --personal={{persönliche-wort-liste.pws}} {{list}}`
|
`cat {{file}} | aspell --personal={{persönliche-wort-liste.pws}} list`
|
||||||
|
|
|
@ -21,4 +21,4 @@
|
||||||
|
|
||||||
- പേഴ്സണൽ ലിസ്റ്റിൽ ഇല്ലാത്തതും സ്റ്റാൻഡേഡ് ഇൻപുറ്റിൽ ഉള്ളതുമായ തെറ്റുകൾ കാണുവാൻ:
|
- പേഴ്സണൽ ലിസ്റ്റിൽ ഇല്ലാത്തതും സ്റ്റാൻഡേഡ് ഇൻപുറ്റിൽ ഉള്ളതുമായ തെറ്റുകൾ കാണുവാൻ:
|
||||||
|
|
||||||
`cat {{ഫയൽ}} | aspell --personal={{പേഴ്സണൽ-വേർഡ്-ലിസ്റ്റ്.pws}} {{ലിസ്റ്റ്}}`
|
`cat {{ഫയൽ}} | aspell --personal={{പേഴ്സണൽ-വേർഡ്-ലിസ്റ്റ്.pws}} list`
|
||||||
|
|
|
@ -15,10 +15,10 @@
|
||||||
|
|
||||||
`aspell dicts`
|
`aspell dicts`
|
||||||
|
|
||||||
- Executar aspell utilizando uma língua diferente (informe o código ISO 639 da língua):
|
- Executar `aspell` utilizando uma língua diferente (informe o código ISO 639 da língua):
|
||||||
|
|
||||||
`aspell --lang={{cs}}`
|
`aspell --lang={{cs}}`
|
||||||
|
|
||||||
- Exibir os erros ortográficos no terminal e ignorando as palavras da lista pessoal:
|
- Exibir os erros ortográficos no terminal e ignorando as palavras da lista pessoal:
|
||||||
|
|
||||||
`cat {{arquivo}} | aspell --personal={{lista_pessoal.pws}} {{list}}`
|
`cat {{arquivo}} | aspell --personal={{lista_pessoal.pws}} list`
|
||||||
|
|
|
@ -15,10 +15,10 @@
|
||||||
|
|
||||||
`aspell dicts`
|
`aspell dicts`
|
||||||
|
|
||||||
- 指定不同的语言(取 ISO 639 语言代码的 2 个字母)来运行 aspell:
|
- 指定不同的语言(取 ISO 639 语言代码的 2 个字母)来运行 `aspell`:
|
||||||
|
|
||||||
`aspell --lang={{cs}}`
|
`aspell --lang={{cs}}`
|
||||||
|
|
||||||
- 列出来自标准输入的拼写错误单词,并且忽略个人单词列表中的单词:
|
- 列出来自标准输入的拼写错误单词,并且忽略个人单词列表中的单词:
|
||||||
|
|
||||||
`cat {{文件}} | aspell --personal={{个人单词列表.pws}} {{列表}}`
|
`cat {{文件}} | aspell --personal={{个人单词列表.pws}} list`
|
||||||
|
|
|
@ -15,10 +15,10 @@
|
||||||
|
|
||||||
`aspell dicts`
|
`aspell dicts`
|
||||||
|
|
||||||
- Run aspell with a different language (takes two-letter ISO 639 language code):
|
- Run `aspell` with a different language (takes two-letter ISO 639 language code):
|
||||||
|
|
||||||
`aspell --lang={{cs}}`
|
`aspell --lang={{cs}}`
|
||||||
|
|
||||||
- List misspelled words from standard input and ignore words from personal word list:
|
- List misspelled words from standard input and ignore words from personal word list:
|
||||||
|
|
||||||
`cat {{file}} | aspell --personal={{personal-word-list.pws}} {{list}}`
|
`cat {{file}} | aspell --personal={{personal-word-list.pws}} list`
|
||||||
|
|
Loading…
Add table
Reference in a new issue