Skip to content

Commit 3238710

Browse files
authored
*: remove or fix missing see also references (#19944)
1 parent 3065b85 commit 3238710

20 files changed

+12
-19
lines changed

pages/common/bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# bash
22

33
> Bourne-Again SHell, an `sh`-compatible command-line interpreter.
4-
> See also: `zsh`, `histexpand` (history expansion).
4+
> See also: `zsh`, `!` (history expansion).
55
> More information: <https://www.gnu.org/software/bash/manual/bash.html#Invoking-Bash>.
66
77
- Start an interactive shell session:

pages/common/dvc-freeze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Freeze stages in the DVC pipeline.
44
> This prevents DVC from tracking changes in stage dependencies and re-execution until unfreeze.
5-
> See also: `dvs unfreeze`.
5+
> See also: `dvc unfreeze`.
66
> More information: <https://dvc.org/doc/command-reference/freeze>.
77
88
- Freeze one or more specified stages:

pages/common/fossil-init.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# fossil init
22

33
> Initialize a new repository for a project.
4-
> See also: `fossil clone`.
54
> More information: <https://fossil-scm.org/home/help/init>.
65
76
- Create a new repository in a named file:

pages/common/ippeveprinter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ippeveprinter
22

33
> A simple IPP Everywhere printer server.
4-
> See also: `ippeveps`, `ippevepcl`.
4+
> See also: `ippeveps`.
55
> More information: <https://openprinting.github.io/cups/doc/man-ippeveprinter.html>.
66
77
- Run the server with a specific service name:

pages/common/ippeveps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Print to Adobe PostScript printers.
44
> Supports PDF, PostScript, JPEG, PWG Raster or Apple Raster files.
5-
> See also: `ippevepcl`, `ippeveprinter`.
5+
> See also: `ippeveprinter`.
66
> More information: <https://openprinting.github.io/cups/doc/man-ippevepcl.html>.
77
88
- Print a file to `stdout` (status and progress messages are sent to `stderr`):

pages/common/pamcut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pamcut
22

33
> Cut out a rectangular region from a Netpbm image.
4-
> See also: `pamcrop`, `pamdice`, `pamcomp`.
4+
> See also: `pamdice`, `pamcomp`.
55
> More information: <https://netpbm.sourceforge.net/doc/pamcut.html>.
66
77
- Discard the specified number of columns/rows on each side of the image:

pages/common/pio-update.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# pio update
22

33
> Update installed PlatformIO Core packages, development platforms, and global libraries.
4-
> See also: `pio platform update`, `pio lib update`.
54
> More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_update.html>.
65
76
- Perform a full update of all packages, development platforms, and global libraries:

pages/common/pnmmercator.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# pnmmercator
22

33
> Perform Mercator transformations on Netpbm images.
4-
> See also: `pnmglobe`.
54
> More information: <https://netpbm.sourceforge.net/doc/pnmmercator.html>.
65
76
- Convert a rectangular projection worldmap to Mercator projection:

pages/common/pwqgen.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# pwqgen
22

33
> Generate a random passphrase.
4-
> See also: `libpasswdqc`.
54
> More information: <https://manned.org/pwqgen>.
65
76
- Generate a passphrase:

pages/common/rbash.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
> Restricted Bash shell, equivalent to `bash --restricted`.
44
> Does not permit changing the working directory, redirecting command output, or modifying environment variables, among other things.
5+
> See also: `!` and `^` for history expansion.
56
> More information: <https://www.gnu.org/software/bash/manual/bash.html#The-Restricted-Shell>.
67
78
- Start an interactive shell session:

0 commit comments

Comments
 (0)