From f7458cbb0cc9e11c45847f4f2a439b17ecb9f3a5 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Wed, 14 Jun 2023 17:32:31 +0200 Subject: [PATCH] pages/*: remove double spaces (#10379) --- pages/common/aws-ecr.md | 2 +- pages/common/aws-route53.md | 2 +- pages/common/coproc.md | 2 +- pages/common/cs-install.md | 2 +- pages/common/keytool.md | 2 +- pages/common/silicon.md | 4 ++-- pages/common/virt-install.md | 2 +- pages/common/xml-escape.md | 2 +- pages/common/xml-select.md | 2 +- pages/common/xml-unescape.md | 2 +- pages/linux/coproc.md | 2 +- pages/linux/qtile.md | 2 +- pages/windows/invoke-webrequest.md | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pages/common/aws-ecr.md b/pages/common/aws-ecr.md index 0fe1f3913..6d1c854bd 100644 --- a/pages/common/aws-ecr.md +++ b/pages/common/aws-ecr.md @@ -25,7 +25,7 @@ - Delete an image from a repository: -`aws ecr batch-delete-image --repository-name {{repository}} --image-ids imageTag={{latest}}` +`aws ecr batch-delete-image --repository-name {{repository}} --image-ids imageTag={{latest}}` - Delete a repository: diff --git a/pages/common/aws-route53.md b/pages/common/aws-route53.md index 6f3927ea9..7e734d353 100644 --- a/pages/common/aws-route53.md +++ b/pages/common/aws-route53.md @@ -21,4 +21,4 @@ - Test DNS resolving by Amazon servers of a given zone: -`aws route53 test-dns-answer --hosted-zone-id {{zone_id}} --record-name {{name}} --record-type {{type}}` +`aws route53 test-dns-answer --hosted-zone-id {{zone_id}} --record-name {{name}} --record-type {{type}}` diff --git a/pages/common/coproc.md b/pages/common/coproc.md index 9a353c860..5a0d8910a 100644 --- a/pages/common/coproc.md +++ b/pages/common/coproc.md @@ -21,7 +21,7 @@ - Create a coprocess which repeatedly reads `stdin` and runs some commands on the input: -`coproc {{name}} { while read line; do {{command1; command2; ...}}; done }` +`coproc {{name}} { while read line; do {{command1; command2; ...}}; done }` - Create and use a coprocess running `bc`: diff --git a/pages/common/cs-install.md b/pages/common/cs-install.md index 538ba5165..cb696a13a 100644 --- a/pages/common/cs-install.md +++ b/pages/common/cs-install.md @@ -1,6 +1,6 @@ # cs install -> Install an application in the installation directory onfigured when installing `cs` (to enable the binary to be loaded add to your `.bash_profile` the `$ eval "$(cs install --env)"` command). +> Install an application in the installation directory onfigured when installing `cs` (to enable the binary to be loaded add to your `.bash_profile` the `$ eval "$(cs install --env)"` command). > More information: . - Install a specific application: diff --git a/pages/common/keytool.md b/pages/common/keytool.md index e0186a012..9029820d3 100644 --- a/pages/common/keytool.md +++ b/pages/common/keytool.md @@ -13,4 +13,4 @@ - Change a key's password inside a specific keystore: -`keytool -keypasswd -alias {{key_name}} -keystore {{path/to/file.keystore}}` +`keytool -keypasswd -alias {{key_name}} -keystore {{path/to/file.keystore}}` diff --git a/pages/common/silicon.md b/pages/common/silicon.md index 59fd446f1..7752066c9 100644 --- a/pages/common/silicon.md +++ b/pages/common/silicon.md @@ -5,11 +5,11 @@ - Generate an image from a specific source file: -`silicon {{path/to/source_file}} --output {{path/to/output_image}}` +`silicon {{path/to/source_file}} --output {{path/to/output_image}}` - Generate an image from a source file with a specific programming language syntax highlighting (e.g. `rust`, `py`, `js`, etc.): -`silicon {{path/to/source_file}} --output {{path/to/output_image}} --language {{language|extension}}` +`silicon {{path/to/source_file}} --output {{path/to/output_image}} --language {{language|extension}}` - Generate an image from `stdin`: diff --git a/pages/common/virt-install.md b/pages/common/virt-install.md index 2d8fdbcc4..40d8a80ab 100644 --- a/pages/common/virt-install.md +++ b/pages/common/virt-install.md @@ -13,7 +13,7 @@ - Create a diskless live virtual machine without an emulated sound device or a USB controller. Don't start an installation and don't autoconnect to console but attach a cdrom to it (might be useful for when using a live CD like tails): -`virt-install --name {{vm_name}} --memory {{512}} --disk {{none}} --controller {{type=usb,model=none}} --sound {{none}} --autoconsole {{none}} --install {{no_install=yes}} --cdrom {{path/to/tails.iso}}` +`virt-install --name {{vm_name}} --memory {{512}} --disk {{none}} --controller {{type=usb,model=none}} --sound {{none}} --autoconsole {{none}} --install {{no_install=yes}} --cdrom {{path/to/tails.iso}}` - Create a virtual machine with 16 GiB RAM, 250 GiB storage, 8 cores with hyperthreading, a specific CPU topology, and a CPU model that shares most features with the host CPU: diff --git a/pages/common/xml-escape.md b/pages/common/xml-escape.md index 7bd4a9f96..990ccdbf4 100644 --- a/pages/common/xml-escape.md +++ b/pages/common/xml-escape.md @@ -9,7 +9,7 @@ - Escape special XML characters from `stdin`: -`echo "{{}}" | xml escape` +`echo "{{}}" | xml escape` - Display help for the `escape` subcommand: diff --git a/pages/common/xml-select.md b/pages/common/xml-select.md index 321e2827c..ce1fb4e1d 100644 --- a/pages/common/xml-select.md +++ b/pages/common/xml-select.md @@ -8,7 +8,7 @@ `xml select --template --match "{{XPATH1}}" --value-of "{{XPATH2}}" {{path/to/input.xml|URI}}` -- Match "XPATH1" and print the value of "XPATH2" as text with new-lines: +- Match "XPATH1" and print the value of "XPATH2" as text with new-lines: `xml select --text --template --match "{{XPATH1}}" --value-of "{{XPATH2}}" --nl {{path/to/input.xml|URI}}` diff --git a/pages/common/xml-unescape.md b/pages/common/xml-unescape.md index 78158b1ec..99a4732a3 100644 --- a/pages/common/xml-unescape.md +++ b/pages/common/xml-unescape.md @@ -9,7 +9,7 @@ - Unescape special XML characters from `stdin`: -`echo "{{<a1>}}" | xml unescape` +`echo "{{<a1>}}" | xml unescape` - Display help for the `unescape` subcommand: diff --git a/pages/linux/coproc.md b/pages/linux/coproc.md index 32104f499..01c4a57fd 100644 --- a/pages/linux/coproc.md +++ b/pages/linux/coproc.md @@ -21,7 +21,7 @@ - Create a coprocess which repeatedly reads `stdin` and runs some commands on the input: -`coproc {{name}} { while read line; do {{command1; command2; ...}}; done }` +`coproc {{name}} { while read line; do {{command1; command2; ...}}; done }` - Create a coprocess which repeatedly reads `stdin`, runs a pipeline on the input, and writes the output to `stdout`: diff --git a/pages/linux/qtile.md b/pages/linux/qtile.md index d671cd2ae..c131c020e 100644 --- a/pages/linux/qtile.md +++ b/pages/linux/qtile.md @@ -7,7 +7,7 @@ `qtile start` -- Check the configuration file for any compilation errors (default location is `~/.config/qtile/config.py`): +- Check the configuration file for any compilation errors (default location is `~/.config/qtile/config.py`): `qtile check` diff --git a/pages/windows/invoke-webrequest.md b/pages/windows/invoke-webrequest.md index c0c2a3bbb..f747e8cef 100644 --- a/pages/windows/invoke-webrequest.md +++ b/pages/windows/invoke-webrequest.md @@ -18,7 +18,7 @@ - Send data in JSON format, specifying the appropriate content-type header: -`Invoke-WebRequest -Body {{'{"name":"bob"}'}} -ContentType 'application/json' {{http://example.com/users/1234}}` +`Invoke-WebRequest -Body {{'{"name":"bob"}'}} -ContentType 'application/json' {{http://example.com/users/1234}}` - Pass a username and password for server authentication: