From 289787c7e8c1177742d23004198253154fe50c3c Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Sat, 3 Apr 2021 20:08:57 -0400 Subject: [PATCH] *: clean up token syntax delimiters (#5677) --- pages.de/common/dd.md | 2 +- pages.de/common/g++.md | 2 +- pages.de/common/lolcat.md | 2 +- pages.de/common/nativefier.md | 2 +- pages.hi/common/cd.md | 2 +- pages.hi/common/mkdir.md | 4 ++-- pages.hi/common/touch.md | 2 +- pages.ko/common/apropos.md | 2 +- pages.ml/linux/cal.md | 2 +- pages.pt_BR/common/aws-s3.md | 2 +- pages.pt_BR/windows/dir.md | 2 +- pages.zh/common/adb-shell.md | 2 +- pages.zh/common/axel.md | 2 +- pages.zh/windows/more.md | 2 +- pages.zh/windows/repair-bde.md | 2 +- pages/common/apropos.md | 2 +- pages/common/gdalbuildvrt.md | 2 +- pages/common/handbrakecli.md | 2 +- pages/common/mp4box.md | 2 +- pages/linux/tcptraceroute.md | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/pages.de/common/dd.md b/pages.de/common/dd.md index 6f1ea874b..ad23a4f2a 100644 --- a/pages.de/common/dd.md +++ b/pages.de/common/dd.md @@ -5,7 +5,7 @@ - Erstelle ein bootbares USB-Laufwerk von einer isohybriden Datei (wie `archlinux-xxxx.iso`) und zeige den Fortschritt an: -`dd if={{pfad/zu/datei.iso}} of=/dev/{{usb_drive} status=progress` +`dd if={{pfad/zu/datei.iso}} of=/dev/{{usb_drive}} status=progress` - Klone ein USB-Laufwerk in ein anderes in 4MiB Blöcken, ignoriere Fehler und zeige den Fortschritt an: diff --git a/pages.de/common/g++.md b/pages.de/common/g++.md index 91b16ebd2..13bf7ac42 100644 --- a/pages.de/common/g++.md +++ b/pages.de/common/g++.md @@ -6,7 +6,7 @@ - Kompiliere eine Quelldatei in eine ausführbare Binärdatei: -`g++ {{quelldatei.cpp}} -o {{output_datei}` +`g++ {{quelldatei.cpp}} -o {{output_datei}}` - Zeige (fast) alle Fehler und Warnungen an: diff --git a/pages.de/common/lolcat.md b/pages.de/common/lolcat.md index 881cb9ff2..7f2c00d6c 100644 --- a/pages.de/common/lolcat.md +++ b/pages.de/common/lolcat.md @@ -17,4 +17,4 @@ - Gib den Inhalt einer Datei in 24-bit (truecolor) Regenbogenfarben in der Konsole aus: -`lolcat -t {{pfad/zu/datei}` +`lolcat -t {{pfad/zu/datei}}` diff --git a/pages.de/common/nativefier.md b/pages.de/common/nativefier.md index ae8824164..1ed8737c2 100644 --- a/pages.de/common/nativefier.md +++ b/pages.de/common/nativefier.md @@ -5,7 +5,7 @@ - Erstelle einer Desktop-Anwendung für eine Website: -`nativefier {{url}}}` +`nativefier {{url}}` - Erstelle eine Desktop-Anwendung mit einem benutzerdefinierten Namen: diff --git a/pages.hi/common/cd.md b/pages.hi/common/cd.md index 06e80b19b..699c58498 100644 --- a/pages.hi/common/cd.md +++ b/pages.hi/common/cd.md @@ -5,7 +5,7 @@ - दी गई निर्देशिका पर जाएं: -`cd {{निर्देशिका / का / पथ}}}` +`cd {{निर्देशिका / का / पथ}}` - वर्तमान उपयोगकर्ता की होम निर्देशिका पर जाएं: diff --git a/pages.hi/common/mkdir.md b/pages.hi/common/mkdir.md index 70dda1d36..a7039e2ca 100644 --- a/pages.hi/common/mkdir.md +++ b/pages.hi/common/mkdir.md @@ -5,8 +5,8 @@ - वर्तमान निर्देशिका या दिए गए पथ में एक निर्देशिका बनाएँ: -`mkdir {{निर्देशिका}}}` +`mkdir {{निर्देशिका}}` - निर्देशिका बनाएँ पुनरावर्ती (अंतर प्रविष्ट निर्देशिका बनाने के लिए उपयोगी): -`mkdir -p {{निर्देशिका / का / पथ}}}` +`mkdir -p {{निर्देशिका / का / पथ}}` diff --git a/pages.hi/common/touch.md b/pages.hi/common/touch.md index 640e57207..468eb2426 100644 --- a/pages.hi/common/touch.md +++ b/pages.hi/common/touch.md @@ -13,4 +13,4 @@ - दूसरी फ़ाइल पर समय सेट करने के लिए फ़ाइल से समय का उपयोग करें: -`touch -r {{पहला फ़ाइल का नाम}} {{दूसरा फ़ाइल का नाम}}}` +`touch -r {{पहला फ़ाइल का नाम}} {{दूसरा फ़ाइल का नाम}}` diff --git a/pages.ko/common/apropos.md b/pages.ko/common/apropos.md index a00159482..91620159d 100644 --- a/pages.ko/common/apropos.md +++ b/pages.ko/common/apropos.md @@ -12,4 +12,4 @@ - 주어진 모든 표현식만 포함하는 페이지 검색(AND 검색): -`apropos {{정규 표현식_1}} -a {{정규 표현식_2}} -a {{정규 표현식_3}` +`apropos {{정규 표현식_1}} -a {{정규 표현식_2}} -a {{정규 표현식_3}}` diff --git a/pages.ml/linux/cal.md b/pages.ml/linux/cal.md index 66c102d93..158aaa4fe 100644 --- a/pages.ml/linux/cal.md +++ b/pages.ml/linux/cal.md @@ -20,4 +20,4 @@ - ഒരു പ്രതേക മാസത്തിന്റെയും കൊല്ലത്തിന്റെയും കലണ്ടർ കാണാൻ : -`cal {{മാസം} {{കൊല്ലം}}` +`cal {{മാസം}} {{കൊല്ലം}}` diff --git a/pages.pt_BR/common/aws-s3.md b/pages.pt_BR/common/aws-s3.md index 34b73e8a6..0afe0e215 100644 --- a/pages.pt_BR/common/aws-s3.md +++ b/pages.pt_BR/common/aws-s3.md @@ -6,7 +6,7 @@ - Exibe arquivos de um bucket: -`aws s3 ls {{nome_do_bucket}` +`aws s3 ls {{nome_do_bucket}}` - Sincroniza arquivos e diretórios locais para o bucket: diff --git a/pages.pt_BR/windows/dir.md b/pages.pt_BR/windows/dir.md index 2b093cdc3..4fd255edf 100644 --- a/pages.pt_BR/windows/dir.md +++ b/pages.pt_BR/windows/dir.md @@ -17,4 +17,4 @@ - Mostrar o conteúdo do diretório provido pelo usuário, incluindo arquivos e pastas escondidas: -`dir {{caminho/para/diretório}}} /A` +`dir {{caminho/para/diretório}} /A` diff --git a/pages.zh/common/adb-shell.md b/pages.zh/common/adb-shell.md index 6abb59500..84e1c5c2f 100644 --- a/pages.zh/common/adb-shell.md +++ b/pages.zh/common/adb-shell.md @@ -21,7 +21,7 @@ - 触发一个键盘敲击事件: -`adb shell input keyevent {{键位码}}}` +`adb shell input keyevent {{键位码}}` - 清除模拟器/设备上的数据: diff --git a/pages.zh/common/axel.md b/pages.zh/common/axel.md index dc5ce8c72..25e33e64d 100644 --- a/pages.zh/common/axel.md +++ b/pages.zh/common/axel.md @@ -18,7 +18,7 @@ - 查询镜像: -`axel -S {{镜像数量}}} {{超链接}}` +`axel -S {{镜像数量}} {{超链接}}` - 限制下载速度 (字节bite每秒): diff --git a/pages.zh/windows/more.md b/pages.zh/windows/more.md index a5ca6bfff..c6f6dbe2a 100644 --- a/pages.zh/windows/more.md +++ b/pages.zh/windows/more.md @@ -12,7 +12,7 @@ - 将制表符转换为指定的空格数: -`more {{文件的路径} /t{{空格数}}` +`more {{文件的路径}} /t{{空格数}}` - 显示内容前先清屏: diff --git a/pages.zh/windows/repair-bde.md b/pages.zh/windows/repair-bde.md index 23a870fe1..55788db14 100644 --- a/pages.zh/windows/repair-bde.md +++ b/pages.zh/windows/repair-bde.md @@ -12,7 +12,7 @@ - 尝试使用提供的恢复密钥文件修复指定的卷: -`repair-bde {{C:}} -RecoveryKey {{bek 文件的路径}` +`repair-bde {{C:}} -RecoveryKey {{bek 文件的路径}}` - 尝试使用提供的数字恢复密码修复指定的卷: diff --git a/pages/common/apropos.md b/pages/common/apropos.md index 1ca20abe6..57b67a996 100644 --- a/pages/common/apropos.md +++ b/pages/common/apropos.md @@ -12,4 +12,4 @@ - Search for pages that only contain all of the expressions given (AND search): -`apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}` +`apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}}` diff --git a/pages/common/gdalbuildvrt.md b/pages/common/gdalbuildvrt.md index aaf3fca0d..182ed4ba2 100644 --- a/pages/common/gdalbuildvrt.md +++ b/pages/common/gdalbuildvrt.md @@ -13,7 +13,7 @@ - Make a RGB virtual mosaic from 3 single-band input files: -`gdalbuildvrt -separate {{path/to/rgb.vrt}} {{path/to/red.tif}] {{path/to/green.tif}} {{path/to/blue.tif}}` +`gdalbuildvrt -separate {{path/to/rgb.vrt}} {{path/to/red.tif}} {{path/to/green.tif}} {{path/to/blue.tif}}` - Make a virtual mosaic with blue background colour (RGB: 0 0 255): diff --git a/pages/common/handbrakecli.md b/pages/common/handbrakecli.md index 5cc5c7803..95265a8b2 100644 --- a/pages/common/handbrakecli.md +++ b/pages/common/handbrakecli.md @@ -9,7 +9,7 @@ - Resize a video file to 320x240: -`handbrakecli -i {{input.mp4}} -o {{output.mp4} -w 320 -l 240` +`handbrakecli -i {{input.mp4}} -o {{output.mp4}} -w 320 -l 240` - List available presets: diff --git a/pages/common/mp4box.md b/pages/common/mp4box.md index f790f499c..304db9f8d 100644 --- a/pages/common/mp4box.md +++ b/pages/common/mp4box.md @@ -13,4 +13,4 @@ - Combine audio from one file and video from another: -`mp4box -add {{input1.mp4}}#audio -add {{input2.mp4}}#video {{output.mp4}` +`mp4box -add {{input1.mp4}}#audio -add {{input2.mp4}}#video {{output.mp4}}` diff --git a/pages/linux/tcptraceroute.md b/pages/linux/tcptraceroute.md index da2378c92..56d750c0e 100644 --- a/pages/linux/tcptraceroute.md +++ b/pages/linux/tcptraceroute.md @@ -17,7 +17,7 @@ - Set the first and maximum TTL: -`tcptraceroute {{host}} -f {{first_ttl} -m {{max_ttl}}` +`tcptraceroute {{host}} -f {{first_ttl}} -m {{max_ttl}}` - Specify the wait time and number of queries per hop: