From dc7548e932ab9de459cb0955b6c90c4c2826cc71 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 23 Jul 2025 19:08:23 +0300 Subject: [PATCH] *: unify apostrophes (#17329) --- pages/common/cargo-bench.md | 4 ++-- pages/common/cargo-fix.md | 2 +- pages/common/django-admin.md | 2 +- pages/common/docker-commit.md | 2 +- pages/common/doctl-databases-sql-mode.md | 2 +- pages/common/git-mktree.md | 2 +- pages/common/git-replace.md | 2 +- pages/common/home-manager.md | 2 +- pages/common/ipcs.md | 2 +- pages/common/npm-audit.md | 2 +- pages/common/secretsdump.py.md | 2 +- pages/common/zgrep.md | 2 +- pages/linux/wireplumber.md | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pages/common/cargo-bench.md b/pages/common/cargo-bench.md index ed415677d5..50f8cb7fe6 100644 --- a/pages/common/cargo-bench.md +++ b/pages/common/cargo-bench.md @@ -11,7 +11,7 @@ `cargo bench --no-fail-fast` -- Compile, but don’t run benchmarks: +- Compile, but don't run benchmarks: `cargo bench --no-run` @@ -31,6 +31,6 @@ `cargo bench --bins` -- Benchmark the package’s library: +- Benchmark the package's library: `cargo bench --lib` diff --git a/pages/common/cargo-fix.md b/pages/common/cargo-fix.md index 6f8da65002..d260aa68ef 100644 --- a/pages/common/cargo-fix.md +++ b/pages/common/cargo-fix.md @@ -15,7 +15,7 @@ `cargo fix --edition` -- Fix the package’s library: +- Fix the package's library: `cargo fix --lib` diff --git a/pages/common/django-admin.md b/pages/common/django-admin.md index b7f29666b9..149c4b43f9 100644 --- a/pages/common/django-admin.md +++ b/pages/common/django-admin.md @@ -1,6 +1,6 @@ # django-admin -> Django’s utility for administrative tasks. +> Django's utility for administrative tasks. > More information: . - Create a new Django project: diff --git a/pages/common/docker-commit.md b/pages/common/docker-commit.md index 04985f454c..ba8ab65d67 100644 --- a/pages/common/docker-commit.md +++ b/pages/common/docker-commit.md @@ -1,6 +1,6 @@ # docker commit -> Create a new image from a container’s changes. +> Create a new image from a container's changes. > More information: . - Create an image from a specific container: diff --git a/pages/common/doctl-databases-sql-mode.md b/pages/common/doctl-databases-sql-mode.md index 559767795e..90530ccb99 100644 --- a/pages/common/doctl-databases-sql-mode.md +++ b/pages/common/doctl-databases-sql-mode.md @@ -1,6 +1,6 @@ # doctl databases sql-mode -> View and configure a MySQL database cluster’s global SQL modes. +> View and configure a MySQL database cluster's global SQL modes. > More information: . - Run a `doctl databases sql-mode` command with an access token: diff --git a/pages/common/git-mktree.md b/pages/common/git-mktree.md index bef382dd62..b8459ba488 100644 --- a/pages/common/git-mktree.md +++ b/pages/common/git-mktree.md @@ -3,7 +3,7 @@ > Build a tree object using `ls-tree` formatted text. > More information: . -- Build a tree object and verify that each tree entry’s hash identifies an existing object: +- Build a tree object and verify that each tree entry's hash identifies an existing object: `git mktree` diff --git a/pages/common/git-replace.md b/pages/common/git-replace.md index ccb909c20a..20f83ec222 100644 --- a/pages/common/git-replace.md +++ b/pages/common/git-replace.md @@ -11,6 +11,6 @@ `git replace {{[-d|--delete]}} {{object}}` -- Edit an object’s content interactively: +- Edit an object's content interactively: `git replace --edit {{object}}` diff --git a/pages/common/home-manager.md b/pages/common/home-manager.md index c142891ae0..251a4d0d3c 100644 --- a/pages/common/home-manager.md +++ b/pages/common/home-manager.md @@ -1,6 +1,6 @@ # home-manager -> Manage a per-user environment using Nix, allowing declarative configuration of the user’s home. +> Manage a per-user environment using Nix, allowing declarative configuration of the user's home. > More information: . - Build the configuration defined in `~/.config/nixpkgs/home.nix` without applying it: diff --git a/pages/common/ipcs.md b/pages/common/ipcs.md index d19197cea9..b025cd711a 100644 --- a/pages/common/ipcs.md +++ b/pages/common/ipcs.md @@ -15,7 +15,7 @@ `ipcs -b` -- Show [c]reator’s user name and group name for all IPC facilities: +- Show [c]reator's user name and group name for all IPC facilities: `ipcs -c` diff --git a/pages/common/npm-audit.md b/pages/common/npm-audit.md index f57fee4896..2fd7b00f1c 100644 --- a/pages/common/npm-audit.md +++ b/pages/common/npm-audit.md @@ -4,7 +4,7 @@ > Reports vulnerabilities and suggests remediation. > More information: . -- Scan the project’s dependencies for known vulnerabilities: +- Scan the project's dependencies for known vulnerabilities: `npm audit` diff --git a/pages/common/secretsdump.py.md b/pages/common/secretsdump.py.md index 16519d466e..9a117779ac 100644 --- a/pages/common/secretsdump.py.md +++ b/pages/common/secretsdump.py.md @@ -12,7 +12,7 @@ `secretsdump.py -hashes {{LM_Hash}}:{{NT_Hash}} {{domain}}/{{username}}@{{target}}` -- Dump credentials from Active Directory’s NTDS.dit file: +- Dump credentials from Active Directory's NTDS.dit file: `secretsdump.py -just-dc {{domain}}/{{username}}:{{password}}@{{target}}` diff --git a/pages/common/zgrep.md b/pages/common/zgrep.md index e2e44a0238..1a026b3e37 100644 --- a/pages/common/zgrep.md +++ b/pages/common/zgrep.md @@ -15,7 +15,7 @@ `zgrep {{[-c|--count]}} {{pattern}} {{path/to/compressed/file}}` -- Display the lines which don’t have the pattern present (Invert the search function): +- Display the lines which don't have the pattern present (Invert the search function): `zgrep {{[-v|--invert-match]}} {{pattern}} {{path/to/compressed/file}}` diff --git a/pages/linux/wireplumber.md b/pages/linux/wireplumber.md index 0c562d8577..3c7448249c 100644 --- a/pages/linux/wireplumber.md +++ b/pages/linux/wireplumber.md @@ -1,6 +1,6 @@ # wireplumber -> A modular session/policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire’s API. +> A modular session/policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API. > See also: `wpctl`, `pipewire`. > More information: .