Procházet zdrojové kódy

aspell: fix the example, enclose `aspell` in backticks (#9131)

trolzen před 2 roky
rodič
revize
fa40045bfc

+ 2 - 2
pages.de/linux/aspell.md

@@ -15,10 +15,10 @@
 
 `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}}`
 
 - 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`

+ 1 - 1
pages.ml/linux/aspell.md

@@ -21,4 +21,4 @@
 
 - പേഴ്സണൽ ലിസ്റ്റിൽ ഇല്ലാത്തതും സ്റ്റാൻഡേഡ് ഇൻപുറ്റിൽ ഉള്ളതുമായ തെറ്റുകൾ കാണുവാൻ:
 
-`cat {{ഫയൽ}} | aspell --personal={{പേഴ്സണൽ-വേർഡ്-ലിസ്റ്റ്.pws}} {{ലിസ്റ്റ്}}`
+`cat {{ഫയൽ}} | aspell --personal={{പേഴ്സണൽ-വേർഡ്-ലിസ്റ്റ്.pws}} list`

+ 2 - 2
pages.pt_BR/linux/aspell.md

@@ -15,10 +15,10 @@
 
 `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}}`
 
 - 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`

+ 2 - 2
pages.zh/linux/aspell.md

@@ -15,10 +15,10 @@
 
 `aspell dicts`
 
-- 指定不同的语言(取 ISO 639 语言代码的 2 个字母)来运行 aspell:
+- 指定不同的语言(取 ISO 639 语言代码的 2 个字母)来运行 `aspell`
 
 `aspell --lang={{cs}}`
 
 - 列出来自标准输入的拼写错误单词,并且忽略个人单词列表中的单词:
 
-`cat {{文件}} | aspell --personal={{个人单词列表.pws}} {{列表}}`
+`cat {{文件}} | aspell --personal={{个人单词列表.pws}} list`

+ 2 - 2
pages/linux/aspell.md

@@ -15,10 +15,10 @@
 
 `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}}`
 
 - 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`