From 4f75ffc1dbbfb859402cd3e0daf83c7914e1b001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Henrique?= <87824454+vitorhcl@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:21:58 -0300 Subject: [PATCH] pages*: make "See also" conform to the new syntax (#12756) (#12354) Co-authored-by: K.B.Dharun Krishna Co-authored-by: spageektti Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/age-keygen.md | 2 +- pages/common/age.md | 2 +- pages/common/apm.md | 2 +- pages/common/git-fsck.md | 3 ++- pages/common/nix-build.md | 2 +- pages/common/nix-shell.md | 2 +- pages/common/nix-store.md | 2 +- pages/common/nix3-build.md | 2 +- pages/common/nix3-registry.md | 2 +- pages/common/nix3-run.md | 2 +- pages/common/nix3-search.md | 2 +- pages/common/nix3-shell.md | 2 +- pages/common/nix3-store.md | 2 +- pages/linux/mount.ddi.md | 2 +- pages/linux/setcap.md | 2 +- 15 files changed, 16 insertions(+), 15 deletions(-) diff --git a/pages/common/age-keygen.md b/pages/common/age-keygen.md index e52e582a4..c6e2eac19 100644 --- a/pages/common/age-keygen.md +++ b/pages/common/age-keygen.md @@ -1,7 +1,7 @@ # age-keygen > Generate `age` key pairs. -> See `age` for how to encrypt/decrypt files. +> See also: `age` for encrypting/decrypting files. > More information: . - Generate a key pair, save it to an unencrypted file, and print the public key to `stdout`: diff --git a/pages/common/age.md b/pages/common/age.md index a2b5f9609..460d013e5 100644 --- a/pages/common/age.md +++ b/pages/common/age.md @@ -1,7 +1,7 @@ # age > A simple, modern and secure file encryption tool. -> See `age-keygen` for how to generate key pairs. +> See also: `age-keygen` for generating key pairs. > More information: . - Generate an encrypted file that can be decrypted with a passphrase: diff --git a/pages/common/apm.md b/pages/common/apm.md index 793af24ed..1b35576be 100644 --- a/pages/common/apm.md +++ b/pages/common/apm.md @@ -1,7 +1,7 @@ # apm > Atom editor Package Manager. -> See `atom`. +> See also: `atom`. > More information: . - Install a package from or a theme from : diff --git a/pages/common/git-fsck.md b/pages/common/git-fsck.md index 170399258..f6a9725d2 100644 --- a/pages/common/git-fsck.md +++ b/pages/common/git-fsck.md @@ -1,7 +1,8 @@ # git fsck > Verify the validity and connectivity of nodes in a Git repository index. -> Does not make any modifications. See `git gc` for cleaning up dangling blobs. +> Does not make any modifications. +> See also: `git gc` for cleaning up dangling blobs. > More information: . - Check the current repository: diff --git a/pages/common/nix-build.md b/pages/common/nix-build.md index 760061f44..27493ebe8 100644 --- a/pages/common/nix-build.md +++ b/pages/common/nix-build.md @@ -1,7 +1,7 @@ # nix-build > Build a Nix expression. -> See also: `tldr nix3 build`. +> See also: `nix3 build`. > More information: . - Build a Nix expression: diff --git a/pages/common/nix-shell.md b/pages/common/nix-shell.md index 12d4be4d0..f445c7e73 100644 --- a/pages/common/nix-shell.md +++ b/pages/common/nix-shell.md @@ -1,7 +1,7 @@ # nix-shell > Start an interactive shell based on a Nix expression. -> See also: `tldr nix3 shell`. +> See also: `nix3 shell`. > More information: . - Start with nix expression in `shell.nix` or `default.nix` in the current directory: diff --git a/pages/common/nix-store.md b/pages/common/nix-store.md index 9bc8bbb5d..111319e99 100644 --- a/pages/common/nix-store.md +++ b/pages/common/nix-store.md @@ -1,7 +1,7 @@ # nix-store > Manipulate or query the Nix store. -> See also: `tldr nix3 store`. +> See also: `nix3 store`. > More information: . - Collect garbage, such as removing unused paths: diff --git a/pages/common/nix3-build.md b/pages/common/nix3-build.md index a3b3e10a6..957fee2d0 100644 --- a/pages/common/nix3-build.md +++ b/pages/common/nix3-build.md @@ -1,7 +1,7 @@ # nix build > Build a Nix expression (downloading from the cache when possible). -> See also: `tldr nix-build`. See `tldr nix3 flake` for information about flakes. +> See also: `nix-build` for information about traditional Nix builds from expressions, `nix3 flake` for information about flakes. > More information: . - Build a package from nixpkgs, symlinking the result to `./result`: diff --git a/pages/common/nix3-registry.md b/pages/common/nix3-registry.md index f989e5b66..3ce75b28b 100644 --- a/pages/common/nix3-registry.md +++ b/pages/common/nix3-registry.md @@ -1,7 +1,7 @@ # nix registry > Manage a Nix flake registry. -> See `tldr nix3 flake` for information about flakes. +> See also: `nix3 flake` for information about flakes. > More information: . - Pin the `nixpkgs` revision to the current version of the upstream repository: diff --git a/pages/common/nix3-run.md b/pages/common/nix3-run.md index cdc7cf8cc..c63f9bece 100644 --- a/pages/common/nix3-run.md +++ b/pages/common/nix3-run.md @@ -1,7 +1,7 @@ # nix run > Run an application from a Nix flake. -> See `tldr nix3 flake` for information about flakes. +> See also: `nix3 flake` for information about flakes. > More information: . - Run the default application in the flake in the current directory: diff --git a/pages/common/nix3-search.md b/pages/common/nix3-search.md index ecbe44152..d9f1c9c26 100644 --- a/pages/common/nix3-search.md +++ b/pages/common/nix3-search.md @@ -1,7 +1,7 @@ # nix search > Search for packages in a Nix flake. -> See `tldr nix3 flake` for information about flakes. +> See also: `nix3 flake` for information about flakes. > More information: . - Search `nixpkgs` for a package based on its name or description: diff --git a/pages/common/nix3-shell.md b/pages/common/nix3-shell.md index c82753f60..29e046a40 100644 --- a/pages/common/nix3-shell.md +++ b/pages/common/nix3-shell.md @@ -1,7 +1,7 @@ # nix shell > Start a shell in which the specified packages are available. -> See also: `tldr nix-shell`. See `tldr nix3 flake` for information about flakes. +> See also: `nix-shell` for setting up development environments, `nix3 flake` for information about flakes. > More information: . - Start an interactive shell with some packages from `nixpkgs`: diff --git a/pages/common/nix3-store.md b/pages/common/nix3-store.md index 1cff469d2..bad804585 100644 --- a/pages/common/nix3-store.md +++ b/pages/common/nix3-store.md @@ -1,7 +1,7 @@ # nix store > Manipulate the Nix store. -> See also: `tldr nix-store`. +> See also: `nix-store`. > More information: . - Collect garbage, i.e. remove unused paths to reduce space usage: diff --git a/pages/linux/mount.ddi.md b/pages/linux/mount.ddi.md index b21e42754..d76369a72 100644 --- a/pages/linux/mount.ddi.md +++ b/pages/linux/mount.ddi.md @@ -1,7 +1,7 @@ # mount.ddi > Mount Discoverable Disk Images. -> See `tldr systemd-dissect` for other commands relevant to DDIs. +> See also: `systemd-dissect` for other commands relevant to DDIs. > More information: . - Mount an OS image: diff --git a/pages/linux/setcap.md b/pages/linux/setcap.md index 4c4f16673..5715018ff 100644 --- a/pages/linux/setcap.md +++ b/pages/linux/setcap.md @@ -1,7 +1,7 @@ # setcap > Set capabilities of specified file. -> See also: `tldr getcap`. +> See also: `getcap`. > More information: . - Set capability `cap_net_raw` (to use RAW and PACKET sockets) for a given file: