From 9add941ec62bfcb3d5c9b5639355a41d0e55ffa9 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 13 Jun 2023 22:44:43 +0530 Subject: [PATCH] pages/*: remove spaces around slashes (" / ") (#10349) --- pages/common/acme.sh-dns.md | 2 +- pages/common/clj.md | 2 +- pages/common/deemix.md | 2 +- pages/common/ern.md | 2 +- pages/common/git-check-ignore.md | 2 +- pages/common/less.md | 4 ++-- pages/common/nbtscan.md | 2 +- pages/common/nmap.md | 2 +- pages/common/pastel.md | 2 +- pages/common/samtools.md | 2 +- pages/common/swig.md | 2 +- pages/linux/ip.md | 2 +- pages/linux/tc.md | 2 +- pages/linux/trash.md | 2 +- pages/linux/whiptail.md | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pages/common/acme.sh-dns.md b/pages/common/acme.sh-dns.md index c0df64944..db1efd3b2 100644 --- a/pages/common/acme.sh-dns.md +++ b/pages/common/acme.sh-dns.md @@ -15,7 +15,7 @@ `acme.sh --issue --dns {{dns_cf}} --domain {{example.com}} --challenge-alias {{alias-for-example-validation.com}}` -- Issue a certificate while disabling automatic Cloudflare / Google DNS polling after the DNS record is added by specifying a custom wait time in seconds: +- Issue a certificate while disabling automatic Cloudflare/Google DNS polling after the DNS record is added by specifying a custom wait time in seconds: `acme.sh --issue --dns {{dns_namecheap}} --domain {{example.com}} --dnssleep {{300}}` diff --git a/pages/common/clj.md b/pages/common/clj.md index 52103a192..c6ac277a6 100644 --- a/pages/common/clj.md +++ b/pages/common/clj.md @@ -16,7 +16,7 @@ `clj -M -m {{namespace}} {{args}}` -- Prepare a project by resolving dependencies, downloading libraries, and making / caching classpaths: +- Prepare a project by resolving dependencies, downloading libraries, and making/caching classpaths: `clj -P` diff --git a/pages/common/deemix.md b/pages/common/deemix.md index 3153c5bb0..7943db1ff 100644 --- a/pages/common/deemix.md +++ b/pages/common/deemix.md @@ -8,7 +8,7 @@ `deemix {{https://www.deezer.com/us/track/00000000}}` -- Download track / playlist at a specific bitrate: +- Download track/playlist at a specific bitrate: `deemix --bitrate {{FLAC|MP3}} {{url}}` diff --git a/pages/common/ern.md b/pages/common/ern.md index 3542345dd..76dd54786 100644 --- a/pages/common/ern.md +++ b/pages/common/ern.md @@ -7,7 +7,7 @@ `ern create-miniapp {{application_name}}` -- Run one or more `MiniApps` in the iOS / Android Runner application: +- Run one or more `MiniApps` in the iOS/Android Runner application: `ern run-{{ios|android}}` diff --git a/pages/common/git-check-ignore.md b/pages/common/git-check-ignore.md index 381b6ca6e..8a4e4ab6e 100644 --- a/pages/common/git-check-ignore.md +++ b/pages/common/git-check-ignore.md @@ -1,6 +1,6 @@ # git check-ignore -> Analyze and debug Git ignore / exclude (".gitignore") files. +> Analyze and debug Git ignore/exclude (".gitignore") files. > More information: . - Check whether a file or directory is ignored: diff --git a/pages/common/less.md b/pages/common/less.md index 2b18c9855..70d27a394 100644 --- a/pages/common/less.md +++ b/pages/common/less.md @@ -7,11 +7,11 @@ `less {{source_file}}` -- Page down / up: +- Page down/up: ` (down), b (up)` -- Go to end / start of file: +- Go to end/start of file: `G (end), g (start)` diff --git a/pages/common/nbtscan.md b/pages/common/nbtscan.md index 165e1c2a8..79698a248 100644 --- a/pages/common/nbtscan.md +++ b/pages/common/nbtscan.md @@ -19,6 +19,6 @@ `nbtscan -e {{192.168.0.1/24}}` -- Read IP addresses / networks to scan from a file: +- Read IP addresses/networks to scan from a file: `nbtscan -f {{path/to/file.txt}}` diff --git a/pages/common/nmap.md b/pages/common/nmap.md index 30346144b..e4e20b3ab 100644 --- a/pages/common/nmap.md +++ b/pages/common/nmap.md @@ -1,6 +1,6 @@ # nmap -> Network exploration tool and security / port scanner. +> Network exploration tool and security/port scanner. > Some features only activate when Nmap is run with root privileges. > More information: . diff --git a/pages/common/pastel.md b/pages/common/pastel.md index e519b7e20..510611308 100644 --- a/pages/common/pastel.md +++ b/pages/common/pastel.md @@ -19,6 +19,6 @@ `pastel distinct {{8}}` -- Get a list of all X11 / CSS color names: +- Get a list of all X11/CSS color names: `pastel list` diff --git a/pages/common/samtools.md b/pages/common/samtools.md index 8f3e4308c..71684aba3 100644 --- a/pages/common/samtools.md +++ b/pages/common/samtools.md @@ -24,7 +24,7 @@ `samtools flagstat {{sorted_input}}` -- Count alignments to each index (chromosome / contig): +- Count alignments to each index (chromosome/contig): `samtools idxstats {{sorted_indexed_input}}` diff --git a/pages/common/swig.md b/pages/common/swig.md index adb429738..ec63da03f 100644 --- a/pages/common/swig.md +++ b/pages/common/swig.md @@ -1,6 +1,6 @@ # swig -> Generate bindings between C / C++ code and various high level languages such as JavaScript, Python, C#, and more. +> Generate bindings between C/C++ code and various high level languages such as JavaScript, Python, C#, and more. > It uses special .i or .swg files to generate the bindings (C/C++ with SWIG directives, then outputs a C/C++ file that contains all the wrapper code needed to build an extension module. > More information: . diff --git a/pages/linux/ip.md b/pages/linux/ip.md index 8d0333f15..417b7062a 100644 --- a/pages/linux/ip.md +++ b/pages/linux/ip.md @@ -1,6 +1,6 @@ # ip -> Show / manipulate routing, devices, policy routing and tunnels. +> Show/manipulate routing, devices, policy routing and tunnels. > Some subcommands such as `ip address` have their own usage documentation. > More information: . diff --git a/pages/linux/tc.md b/pages/linux/tc.md index 5427e6114..82151f5af 100644 --- a/pages/linux/tc.md +++ b/pages/linux/tc.md @@ -1,6 +1,6 @@ # tc -> Show / manipulate traffic control settings. +> Show/manipulate traffic control settings. > More information: . - Add constant network delay to outbound packages: diff --git a/pages/linux/trash.md b/pages/linux/trash.md index fdad9d389..e86de3e18 100644 --- a/pages/linux/trash.md +++ b/pages/linux/trash.md @@ -1,6 +1,6 @@ # trash -> A CLI for managing the trashcan / recycling bin. +> A CLI for managing the trashcan/recycling bin. > More information: . - Delete a file and send it to the trash: diff --git a/pages/linux/whiptail.md b/pages/linux/whiptail.md index e01815999..dd063a1e6 100644 --- a/pages/linux/whiptail.md +++ b/pages/linux/whiptail.md @@ -11,7 +11,7 @@ `whiptail --title "{{title}}" --yesno "{{message}}" {{height_in_chars}} {{width_in_chars}}` -- Customise the text on the yes / no buttons: +- Customise the text on the yes/no buttons: `whiptail --title "{{title}}" --yes-button "{{text}}" --no-button "{{text}}" --yesno "{{message}}" {{height_in_chars}} {{width_in_chars}}`