diff --git a/pages/common/gcloud-help.md b/pages/common/gcloud-help.md index 7e9e449ce5..211b0dba71 100644 --- a/pages/common/gcloud-help.md +++ b/pages/common/gcloud-help.md @@ -1,7 +1,7 @@ # gcloud help > Display help and reference information for `gcloud`. -> For supplementary help for topics not directly associated with individual commands, see also `tldr gcloud topic`. +> See also: `gcloud topic`, for supplementary help topics not directly associated with individual commands. > More information: . - Search the `gcloud` CLI reference documents for specific terms: diff --git a/pages/common/gcloud-topic.md b/pages/common/gcloud-topic.md index 016313dbc3..cfa95d021a 100644 --- a/pages/common/gcloud-topic.md +++ b/pages/common/gcloud-topic.md @@ -1,7 +1,7 @@ # gcloud topic -> Display supplementary help for topics not directly associated with individual commands. See also `gcloud`. -> For general help, see `tldr gcloud help`. +> Display supplementary help for topics not directly associated with individual commands. +> See also: `gcloud help` for general help. > More information: . - View supplementary help material for non-command topics like accessibility, filtering, and formatting: diff --git a/pages/common/nix-classic.md b/pages/common/nix-classic.md index d8ed950ac7..4c6a5e795a 100644 --- a/pages/common/nix-classic.md +++ b/pages/common/nix-classic.md @@ -1,7 +1,8 @@ # nix classic > A classic, stable interface to a powerful package manager that makes package management reliable, reproducible, and declarative. -> Some Nix commands such as `nix-build`, `nix-shell`, `nix-env`, and `nix-store` have their own pages. See also: `tldr nix`. +> Some Nix commands such as `nix-build`, `nix-shell`, `nix-env`, and `nix-store` have their own pages. +> See also: `nix`. > More information: . - Search for a package in nixpkgs via its name: diff --git a/pages/common/nix.md b/pages/common/nix.md index 109a831fc6..0df35cdfbf 100644 --- a/pages/common/nix.md +++ b/pages/common/nix.md @@ -1,7 +1,8 @@ # nix > A powerful package manager that makes package management reliable, reproducible, and declarative. -> `nix` is experimental and requires enabling experimental features. For a classic, stable interface, see `tldr nix classic`. +> `nix` is experimental and requires enabling experimental features. +> See also: `nix classic` for a classic, stable interface. > Some subcommands such as `build`, `develop`, `flake`, `registry`, `profile`, `search`, `repl`, `store`, `edit`, `why-depends`, etc. have their own usage documentation. > More information: . diff --git a/pages/linux/distrobox-create.md b/pages/linux/distrobox-create.md index 4d5a3aad33..7317de96aa 100644 --- a/pages/linux/distrobox-create.md +++ b/pages/linux/distrobox-create.md @@ -1,7 +1,8 @@ # distrobox-create -> Create a Distrobox container. See also: `tldr distrobox`. +> Create a Distrobox container. > The container created will be tightly integrated with the host, allowing sharing of the user's HOME directory, external storage, external USB devices, graphical apps (X11/Wayland), and audio. +> See also: `distrobox`. > More information: . - Create a Distrobox container using the Ubuntu image: diff --git a/pages/linux/distrobox-enter.md b/pages/linux/distrobox-enter.md index dbd0c63313..e3a752ec19 100644 --- a/pages/linux/distrobox-enter.md +++ b/pages/linux/distrobox-enter.md @@ -1,7 +1,8 @@ # distrobox-enter -> Enter a Distrobox container. See also: `tldr distrobox`. +> Enter a Distrobox container. > Default command executed is your SHELL, but you can specify different shells or entire commands to execute. If used inside a script, an application, or a service, you can use the `--headless` mode to disable the tty and interactivity. +> See also: `distrobox`. > More information: . - Enter a Distrobox container: diff --git a/pages/linux/distrobox-export.md b/pages/linux/distrobox-export.md index 65ddf18e82..b3a6d1d1fe 100644 --- a/pages/linux/distrobox-export.md +++ b/pages/linux/distrobox-export.md @@ -1,6 +1,7 @@ # distrobox-export -> Export app/service/binary from container to host OS. See also: `tldr distrobox`. +> Export app/service/binary from container to host OS. +> See also: `distrobox`. > More information: . - Export an app from the container to the host (the desktop entry/icon will show up in your host system's application list): diff --git a/pages/linux/distrobox-host-exec.md b/pages/linux/distrobox-host-exec.md index 3eccb2bceb..f9e2580719 100644 --- a/pages/linux/distrobox-host-exec.md +++ b/pages/linux/distrobox-host-exec.md @@ -1,6 +1,7 @@ # distrobox-host-exec -> Execute a command on the host from inside a Distrobox container. See also: `tldr distrobox`. +> Execute a command on the host from inside a Distrobox container. +> See also: `distrobox`. > More information: . - Execute command on the host system from inside the Distrobox container: diff --git a/pages/linux/distrobox-list.md b/pages/linux/distrobox-list.md index 470ad920b2..827368a5ef 100644 --- a/pages/linux/distrobox-list.md +++ b/pages/linux/distrobox-list.md @@ -1,7 +1,8 @@ # distrobox-list -> List all Distrobox containers. See also: `tldr distrobox`. +> List all Distrobox containers. > Distrobox containers are listed separately from the rest of normal Podman or Docker containers. +> See also: `distrobox`. > More information: . - List all Distrobox containers: diff --git a/pages/linux/distrobox-rm.md b/pages/linux/distrobox-rm.md index 762a0d347f..1dcd07da06 100644 --- a/pages/linux/distrobox-rm.md +++ b/pages/linux/distrobox-rm.md @@ -1,6 +1,7 @@ # distrobox-rm -> Remove a Distrobox container. See also: `tldr distrobox`. +> Remove a Distrobox container. +> See also: `distrobox`. > More information: . - Remove a Distrobox container (Tip: Stop the container before removing it): diff --git a/pages/linux/distrobox-stop.md b/pages/linux/distrobox-stop.md index 0c43b4381c..af41c84f90 100644 --- a/pages/linux/distrobox-stop.md +++ b/pages/linux/distrobox-stop.md @@ -1,6 +1,7 @@ # distrobox-stop -> Stop a Distrobox container. See also: `tldr distrobox`. +> Stop a Distrobox container. +> See also: `distrobox`. > More information: . - Stop a Distrobox container: diff --git a/pages/linux/distrobox-upgrade.md b/pages/linux/distrobox-upgrade.md index 3cf4feaec1..ee7fdbf218 100644 --- a/pages/linux/distrobox-upgrade.md +++ b/pages/linux/distrobox-upgrade.md @@ -1,6 +1,7 @@ # distrobox-upgrade -> Upgrade one or multiple Distrobox containers. See also: `tldr distrobox`. +> Upgrade one or multiple Distrobox containers. +> See also: `distrobox`. > More information: . - Upgrade a container using the container's native package manager: diff --git a/pages/linux/lid.md b/pages/linux/lid.md index 9701f92cdc..99467f0abd 100644 --- a/pages/linux/lid.md +++ b/pages/linux/lid.md @@ -2,7 +2,7 @@ > Note: This page is currently a redirection stub. If you are familiar with this program, please open a pull request. > Query ID database and report results. -> On Fedora and Arch Linux, the binary name `lid` is taken by another program. See `tldr libuser-lid`. +> On Fedora and Arch Linux, the binary name `lid` is taken by another program - see `tldr libuser-lid`. > More information: . - View documentation for `libuser-lid`: diff --git a/pages/linux/virt-viewer.md b/pages/linux/virt-viewer.md index f213748ec1..2546e864e6 100644 --- a/pages/linux/virt-viewer.md +++ b/pages/linux/virt-viewer.md @@ -1,7 +1,8 @@ # virt-viewer > Minimal graphical interface for a virtual machine (VM). -> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: `tldr virsh`). +> Note: 'domain' refers to the name, UUID or ID for the existing VMs. +> See also: `virsh`. > More information: . - Launch `virt-viewer` with a prompt to select running virtual machines: diff --git a/pages/linux/virt-xml.md b/pages/linux/virt-xml.md index 80b5f30610..ea71dfba3b 100644 --- a/pages/linux/virt-xml.md +++ b/pages/linux/virt-xml.md @@ -1,7 +1,8 @@ # virt-xml > Edit libvirt Domain XML files with explicit command-line options. -> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: `tldr virsh`). +> Note: 'domain' refers to the name, UUID or ID for the existing VMs. +> See also: `virsh`. > More information: . - List all the suboptions for a specific option: @@ -24,6 +25,6 @@ `virt-xml {{domain}} --edit --boot bootmenu={{on|off}}` -- Attach host USB hub to a running VM (See: `tldr lsusb`): +- Attach host USB hub to a running VM (run `lsusb` to see a list of USB devices with their IDs): `virt-xml {{domain}} --update --add-device --hostdev {{bus}}.{{device}}`