From b969e91aed8e28188f1be6fce80b3c0a0af86d7c Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 30 Jul 2025 07:32:48 +0300 Subject: [PATCH] *: fix `See also:` syntax (#17383) --- pages/common/acme.sh.md | 2 +- pages/common/arch.md | 2 +- pages/common/audit2allow.md | 2 +- pages/common/bg.md | 2 +- pages/common/bshell.md | 2 +- pages/common/bssh.md | 2 +- pages/common/bvnc.md | 2 +- pages/common/byobu.md | 2 +- pages/common/docker-image.md | 2 +- pages/common/dvc-freeze.md | 2 +- pages/common/dvc-unfreeze.md | 2 +- pages/common/emacs.md | 2 +- pages/common/emacsclient.md | 2 +- pages/common/encfs.md | 2 +- pages/common/eqn.md | 2 +- pages/common/fg.md | 2 +- pages/common/flutter-pub.md | 3 ++- pages/common/gcloud-help.md | 2 +- pages/common/gcloud-logging-logs-list.md | 3 ++- pages/common/gcloud-sql-export-sql.md | 3 ++- pages/common/git-am.md | 2 +- pages/common/git-apply.md | 2 +- pages/common/git-cherry-pick.md | 2 +- pages/common/git-format-patch.md | 2 +- pages/common/git-ignore.md | 3 ++- pages/common/git-lock.md | 3 ++- pages/common/git-restore.md | 2 +- pages/common/git-switch.md | 2 +- pages/common/git-unlock.md | 3 ++- pages/common/git-whatchanged.md | 2 +- pages/common/grap.md | 2 +- pages/common/hub-branch.md | 2 +- pages/common/kube-fzf.md | 2 +- pages/common/lambo.md | 2 +- pages/common/local.md | 2 +- pages/common/lpr.md | 2 +- pages/common/mesg.md | 2 +- pages/common/minetest.md | 2 +- pages/common/minetestserver.md | 2 +- pages/common/mitmproxy.md | 2 +- pages/common/mosquitto_passwd.md | 2 +- pages/common/mysqldump.md | 2 +- pages/common/netperf.md | 2 +- pages/common/netserver.md | 2 +- pages/common/odps-auth.md | 2 +- pages/common/odps-func.md | 2 +- pages/common/odps-inst.md | 2 +- pages/common/odps-resource.md | 2 +- pages/common/odps-table.md | 2 +- pages/common/odps-tunnel.md | 2 +- pages/common/pic.md | 2 +- pages/common/podman-image.md | 2 +- pages/common/pueue-stash.md | 2 +- pages/common/qownnotes.md | 2 +- pages/common/rbash.md | 2 +- pages/common/screen.md | 2 +- pages/common/sh.md | 2 +- pages/common/showfigfonts.md | 2 +- pages/common/ssh-agent.md | 2 +- pages/common/tbl.md | 2 +- pages/common/troff.md | 2 +- pages/common/uname.md | 2 +- pages/common/vegeta.md | 2 +- pages/common/write.md | 3 ++- pages/common/x11docker.md | 2 +- pages/common/ybacklight.md | 3 ++- pages/common/zellij.md | 2 +- pages/common/zmv.md | 2 +- pages/linux/alien.md | 2 +- pages/linux/aurman.md | 2 +- pages/linux/bspwm.md | 2 +- pages/linux/compsize.md | 2 +- pages/linux/ddcutil.md | 3 ++- pages/linux/dos2unix.md | 2 +- pages/linux/extundelete.md | 2 +- pages/linux/insmod.md | 2 +- pages/linux/iptables.md | 3 ++- pages/linux/iw-dev.md | 2 +- pages/linux/kwrite.md | 2 +- pages/linux/ldapdomaindump.md | 2 +- pages/linux/lsmod.md | 2 +- pages/linux/mac2unix.md | 2 +- pages/linux/mesg.md | 2 +- pages/linux/modinfo.md | 2 +- pages/linux/modprobe.md | 2 +- pages/linux/openrc.md | 2 +- pages/linux/pkgfile.md | 2 +- pages/linux/postfix.md | 2 +- pages/linux/pw-dot.md | 2 +- pages/linux/quickemu.md | 2 +- pages/linux/rc-service.md | 2 +- pages/linux/rc-status.md | 2 +- pages/linux/rc-update.md | 2 +- pages/linux/rmmod.md | 2 +- pages/linux/sinfo.md | 2 +- pages/linux/tlp-stat.md | 2 +- pages/linux/tlp.md | 2 +- pages/linux/unix2dos.md | 2 +- pages/linux/unix2mac.md | 2 +- pages/linux/uuid.md | 2 +- pages/linux/uuidgen.md | 2 +- pages/linux/vgscan.md | 2 +- pages/linux/write.md | 3 ++- pages/osx/coreautha.md | 3 ++- pages/osx/coreauthd.md | 3 ++- pages/osx/dhcp6d.md | 3 ++- pages/windows/pushd.md | 2 +- pages/windows/replace.md | 2 +- 108 files changed, 122 insertions(+), 108 deletions(-) diff --git a/pages/common/acme.sh.md b/pages/common/acme.sh.md index 417630f4d4..3ba62542d4 100644 --- a/pages/common/acme.sh.md +++ b/pages/common/acme.sh.md @@ -1,7 +1,7 @@ # acme.sh > Shell script implementing ACME client protocol, an alternative to `certbot`. -> See also `acme.sh dns`. +> See also: `acme.sh dns`. > More information: . - Issue a certificate using webroot mode: diff --git a/pages/common/arch.md b/pages/common/arch.md index 18027fca0c..f930fd68ba 100644 --- a/pages/common/arch.md +++ b/pages/common/arch.md @@ -1,7 +1,7 @@ # arch > Display the name of the system architecture. -> See also `uname`. +> See also: `uname`. > More information: . - Display the system's architecture: diff --git a/pages/common/audit2allow.md b/pages/common/audit2allow.md index 911ab67a26..2ff207146c 100644 --- a/pages/common/audit2allow.md +++ b/pages/common/audit2allow.md @@ -2,7 +2,7 @@ > Scan logs for messages pertaining to denied permissions. > Generate a report of Type Enforcement (TE) rules that might allow successful operations. -> See also `audit2why`. +> See also: `audit2why`. > More information: . - Show all generated messages in audit and message logs: diff --git a/pages/common/bg.md b/pages/common/bg.md index 6d94ca2be7..4c7fc233ed 100644 --- a/pages/common/bg.md +++ b/pages/common/bg.md @@ -1,7 +1,7 @@ # bg > Resume suspended jobs (e.g. using ``), and keeps them running in the background. -> See also: `jobs`, `fg` and `disown`. +> See also: `jobs`, `fg`, `disown`. > More information: . - Resume the most recently suspended job and run it in the background: diff --git a/pages/common/bshell.md b/pages/common/bshell.md index cd99382838..f5c95f755f 100644 --- a/pages/common/bshell.md +++ b/pages/common/bshell.md @@ -1,7 +1,7 @@ # bshell > A GUI for browsing for SSH/VNC servers on the local network. -> See also: `bssh` and `bvnc`. +> See also: `bssh`, `bvnc`. > More information: . - Browse for both SSH and VNC servers: diff --git a/pages/common/bssh.md b/pages/common/bssh.md index 63e284a178..d86af9abb3 100644 --- a/pages/common/bssh.md +++ b/pages/common/bssh.md @@ -1,7 +1,7 @@ # bssh > A GUI tool for browsing for SSH/VNC servers on the local network. -> See also: `bvnc` and `bshell`. +> See also: `bvnc`, `bshell`. > More information: . - Browse for SSH servers: diff --git a/pages/common/bvnc.md b/pages/common/bvnc.md index 63e3f60a38..582ebe783d 100644 --- a/pages/common/bvnc.md +++ b/pages/common/bvnc.md @@ -1,7 +1,7 @@ # bvnc > A GUI tool for browsing for SSH/VNC servers on the local network. -> See also: `bssh` and `bshell`. +> See also: `bssh`, `bshell`. > More information: . - Browse for VNC servers: diff --git a/pages/common/byobu.md b/pages/common/byobu.md index 4e8a850f42..8a7859874b 100644 --- a/pages/common/byobu.md +++ b/pages/common/byobu.md @@ -1,7 +1,7 @@ # byobu > Window manager and terminal multiplexer. -> See also: `tmux` and `screen`. +> See also: `tmux`, `screen`. > More information: . - Start a new session: diff --git a/pages/common/docker-image.md b/pages/common/docker-image.md index aa66893355..a1585c63ca 100644 --- a/pages/common/docker-image.md +++ b/pages/common/docker-image.md @@ -1,7 +1,7 @@ # docker image > Manage Docker images. -> See also: `docker build`, `docker import`, and `docker pull`. +> See also: `docker build`, `docker import`, `docker pull`. > More information: . - List local Docker images: diff --git a/pages/common/dvc-freeze.md b/pages/common/dvc-freeze.md index 143a444bf6..a6868db8ac 100644 --- a/pages/common/dvc-freeze.md +++ b/pages/common/dvc-freeze.md @@ -2,7 +2,7 @@ > Freeze stages in the DVC pipeline. > This prevents DVC from tracking changes in stage dependencies and re-execution until unfreeze. -> See also `dvs unfreeze`. +> See also: `dvs unfreeze`. > More information: . - Freeze one or more specified stages: diff --git a/pages/common/dvc-unfreeze.md b/pages/common/dvc-unfreeze.md index ab6d0ba54f..6ff2d1a78e 100644 --- a/pages/common/dvc-unfreeze.md +++ b/pages/common/dvc-unfreeze.md @@ -2,7 +2,7 @@ > Unfreeze stages in the DVC pipeline. > This allows DVC to start tracking changes in stage dependencies again after they were frozen. -> See also `dvc freeze`. +> See also: `dvc freeze`. > More information: . - Unfreeze one or more specified stages: diff --git a/pages/common/emacs.md b/pages/common/emacs.md index 49c4cc57f4..c4ebeea62d 100644 --- a/pages/common/emacs.md +++ b/pages/common/emacs.md @@ -1,7 +1,7 @@ # emacs > The extensible, customizable, self-documenting, real-time display editor. -> See also `emacsclient`. +> See also: `emacsclient`. > More information: . - Start Emacs and open a file: diff --git a/pages/common/emacsclient.md b/pages/common/emacsclient.md index 93decb2bb1..755da7dc86 100644 --- a/pages/common/emacsclient.md +++ b/pages/common/emacsclient.md @@ -1,7 +1,7 @@ # emacsclient > Open files in an existing Emacs server. -> See also `emacs`. +> See also: `emacs`. > More information: . - Open a file in an existing Emacs server (using GUI if available): diff --git a/pages/common/encfs.md b/pages/common/encfs.md index fd8a9f40f3..2affea7b25 100644 --- a/pages/common/encfs.md +++ b/pages/common/encfs.md @@ -1,7 +1,7 @@ # encfs > Mount or create encrypted virtual filesystems. -> See also `fusermount`, which can unmount filesystems mounted by this command. +> See also: `fusermount` which can unmount filesystems mounted by this command. > More information: . - Initialize or mount an encrypted filesystem: diff --git a/pages/common/eqn.md b/pages/common/eqn.md index c90004b755..f86b8dcecd 100644 --- a/pages/common/eqn.md +++ b/pages/common/eqn.md @@ -1,7 +1,7 @@ # eqn > Equation preprocessor for the groff (GNU Troff) document formatting system. -> See also `troff` and `groff`. +> See also: `troff`, `groff`. > More information: . - Process input with equations, saving the output for future typesetting with groff to PostScript: diff --git a/pages/common/fg.md b/pages/common/fg.md index 79f69d34ae..233955cecd 100644 --- a/pages/common/fg.md +++ b/pages/common/fg.md @@ -1,7 +1,7 @@ # fg > Run jobs in foreground. -> See also: `jobs`, `bg` and `disown`. +> See also: `jobs`, `bg`, `disown`. > More information: . - Bring most recently suspended or running background job to foreground: diff --git a/pages/common/flutter-pub.md b/pages/common/flutter-pub.md index 2917acec8f..7b2ce6bc3f 100644 --- a/pages/common/flutter-pub.md +++ b/pages/common/flutter-pub.md @@ -1,7 +1,8 @@ # flutter pub > Flutter's package manager. -> Note: Packages are available on . See also: `flutter`. +> Note: Packages are available on . +> See also: `flutter`. > More information: . - Download/Update all packages specified in `pubspec.yaml`: diff --git a/pages/common/gcloud-help.md b/pages/common/gcloud-help.md index 211b0dba71..2ba93837ad 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`. -> See also: `gcloud topic`, for supplementary help topics not directly associated with individual commands. +> 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-logging-logs-list.md b/pages/common/gcloud-logging-logs-list.md index 961e2ff2e6..28735bcac5 100644 --- a/pages/common/gcloud-logging-logs-list.md +++ b/pages/common/gcloud-logging-logs-list.md @@ -1,7 +1,8 @@ # gcloud logging logs list > List logs in a Google Cloud project. -> Useful for identifying available logs for monitoring and analysis. See also: `gcloud`. +> Useful for identifying available logs for monitoring and analysis. +> See also: `gcloud`. > More information: . - List all logs in the current project: diff --git a/pages/common/gcloud-sql-export-sql.md b/pages/common/gcloud-sql-export-sql.md index 74766acd2f..85cdf56e50 100644 --- a/pages/common/gcloud-sql-export-sql.md +++ b/pages/common/gcloud-sql-export-sql.md @@ -1,7 +1,8 @@ # gcloud sql export sql > Export data from a Cloud SQL instance to an SQL file in Google Cloud Storage. -> Useful for creating backups or migrating data. See also: `gcloud`. +> Useful for creating backups or migrating data. +> See also: `gcloud`. > More information: . - Export data from a specific Cloud SQL instance to a Google Cloud Storage bucket as an SQL dump file: diff --git a/pages/common/git-am.md b/pages/common/git-am.md index 9b08085d88..fb0ec5e5da 100644 --- a/pages/common/git-am.md +++ b/pages/common/git-am.md @@ -1,7 +1,7 @@ # git am > Apply patch files and create a commit. Useful when receiving commits via email. -> See also `git format-patch`, which can generate patch files. +> See also: `git format-patch` which can generate patch files. > More information: . - Apply and commit changes following a local patch file: diff --git a/pages/common/git-apply.md b/pages/common/git-apply.md index 035d6404de..338ff09f6b 100644 --- a/pages/common/git-apply.md +++ b/pages/common/git-apply.md @@ -1,7 +1,7 @@ # git apply > Apply a patch to files and/or to the index without creating a commit. -> See also `git am`, which applies a patch and also creates a commit. +> See also: `git am` which applies a patch and also creates a commit. > More information: . - Print messages about the patched files: diff --git a/pages/common/git-cherry-pick.md b/pages/common/git-cherry-pick.md index 8821fbe661..658e83eda2 100644 --- a/pages/common/git-cherry-pick.md +++ b/pages/common/git-cherry-pick.md @@ -8,7 +8,7 @@ `git cherry-pick {{commit}}` -- Apply a range of commits to the current branch (see also `git rebase --onto`): +- Apply a range of commits to the current branch (see also: `git rebase --onto`): `git cherry-pick {{start_commit}}~..{{end_commit}}` diff --git a/pages/common/git-format-patch.md b/pages/common/git-format-patch.md index c1866980a4..6bef27a320 100644 --- a/pages/common/git-format-patch.md +++ b/pages/common/git-format-patch.md @@ -1,7 +1,7 @@ # git format-patch > Prepare .patch files. Useful when emailing commits elsewhere. -> See also `git am`, which can apply generated .patch files. +> See also: `git am` which can apply generated .patch files. > More information: . - Create an auto-named `.patch` file for all the unpushed commits: diff --git a/pages/common/git-ignore.md b/pages/common/git-ignore.md index 0cb047f537..a6491846cc 100644 --- a/pages/common/git-ignore.md +++ b/pages/common/git-ignore.md @@ -1,7 +1,8 @@ # git ignore > Show/update `.gitignore` files. -> Part of `git-extras`. See also `git ignore-io`. +> Part of `git-extras`. +> See also: `git ignore-io`. > More information: . - Show the content of all global and local `.gitignore` files: diff --git a/pages/common/git-lock.md b/pages/common/git-lock.md index bfc09598d4..72bd4b9ad2 100644 --- a/pages/common/git-lock.md +++ b/pages/common/git-lock.md @@ -1,7 +1,8 @@ # git lock > Lock a file in a Git repository from being modified by a commit. -> Part of `git-extras`. See also `git-unlock`. +> Part of `git-extras`. +> See also: `git-unlock`. > More information: . - Disable the ability to commit changes of a local file: diff --git a/pages/common/git-restore.md b/pages/common/git-restore.md index 0aa603beff..687baebf52 100644 --- a/pages/common/git-restore.md +++ b/pages/common/git-restore.md @@ -1,7 +1,7 @@ # git restore > Restore working tree files. Requires Git version 2.23+. -> See also `git checkout` and `git reset`. +> See also: `git checkout`, `git reset`. > More information: . - Restore an unstaged file to the staged version: diff --git a/pages/common/git-switch.md b/pages/common/git-switch.md index 95319c8657..61151a79f1 100644 --- a/pages/common/git-switch.md +++ b/pages/common/git-switch.md @@ -1,7 +1,7 @@ # git switch > Switch between Git branches. Requires Git version 2.23+. -> See also `git checkout`. +> See also: `git checkout`. > More information: . - Switch to an existing branch: diff --git a/pages/common/git-unlock.md b/pages/common/git-unlock.md index e29f202635..e4d2493ba1 100644 --- a/pages/common/git-unlock.md +++ b/pages/common/git-unlock.md @@ -1,7 +1,8 @@ # git unlock > Unlock a file in a Git repository so it can be modified by a commit. -> Part of `git-extras`. See also `git lock`. +> Part of `git-extras`. +> See also: `git lock`. > More information: . - Enable the ability to commit changes of a previously-locked local file: diff --git a/pages/common/git-whatchanged.md b/pages/common/git-whatchanged.md index 69a3dac91b..bf3b45cf62 100644 --- a/pages/common/git-whatchanged.md +++ b/pages/common/git-whatchanged.md @@ -1,7 +1,7 @@ # git whatchanged > Show what has changed with recent commits or files. -> See also `git log`. +> See also: `git log`. > More information: . - Display logs and changes for recent commits: diff --git a/pages/common/grap.md b/pages/common/grap.md index cf1510bd82..4f2a3f4dd0 100644 --- a/pages/common/grap.md +++ b/pages/common/grap.md @@ -1,7 +1,7 @@ # grap > A charting preprocessor for the groff (GNU Troff) document formatting system. -> See also `pic` and `groff`. +> See also: `pic`, `groff`. > More information: . - Process a `grap` file and save the output file for future processing with `pic` and `groff`: diff --git a/pages/common/hub-branch.md b/pages/common/hub-branch.md index fbed103cf9..c1296949df 100644 --- a/pages/common/hub-branch.md +++ b/pages/common/hub-branch.md @@ -1,7 +1,7 @@ # hub branch > Create a branch or show current branch. -> See also `git branch`. +> See also: `git branch`. - Show the name of the currently active branch: diff --git a/pages/common/kube-fzf.md b/pages/common/kube-fzf.md index 97f7c46010..9f217c852a 100644 --- a/pages/common/kube-fzf.md +++ b/pages/common/kube-fzf.md @@ -1,7 +1,7 @@ # kube-fzf > Shell commands for command-line fuzzy searching of Kubernetes Pods. -> See also `kubectl` for related commands. +> See also: `kubectl` for related commands. > More information: . - Get pod details (from current namespace): diff --git a/pages/common/lambo.md b/pages/common/lambo.md index 989c6eccd7..b18493911e 100644 --- a/pages/common/lambo.md +++ b/pages/common/lambo.md @@ -1,7 +1,7 @@ # lambo > A super-powered `laravel new` for Laravel and Valet. -> See also `lambo new` for additional command flags. +> See also: `lambo new` for additional command flags. > More information: . - Create a new Laravel application: diff --git a/pages/common/local.md b/pages/common/local.md index 2aefbc6b01..4f15c413f8 100644 --- a/pages/common/local.md +++ b/pages/common/local.md @@ -1,7 +1,7 @@ # local > Declare local variables and give them attributes. -> See also: `declare` and `export`. +> See also: `declare`, `export`. > More information: . - Declare a string variable with the specified value: diff --git a/pages/common/lpr.md b/pages/common/lpr.md index e57cf286d3..f623ccbdd5 100644 --- a/pages/common/lpr.md +++ b/pages/common/lpr.md @@ -1,7 +1,7 @@ # lpr > Print files. -> See also: `lpstat` and `lpadmin`. +> See also: `lpstat`, `lpadmin`. > More information: . - Print a file to the default printer: diff --git a/pages/common/mesg.md b/pages/common/mesg.md index fe225939ad..8ff34a4526 100644 --- a/pages/common/mesg.md +++ b/pages/common/mesg.md @@ -1,7 +1,7 @@ # mesg > Check or set a terminal's ability to receive messages from other users, usually from the `write` command. -> See also `write`, `talk`. +> See also: `write`, `talk`. > More information: . - Check terminal's openness to write messages: diff --git a/pages/common/minetest.md b/pages/common/minetest.md index 68759c8064..4c0d3a29e3 100644 --- a/pages/common/minetest.md +++ b/pages/common/minetest.md @@ -1,7 +1,7 @@ # minetest > Multiplayer infinite-world block sandbox. -> See also `minetestserver`, the server-only binary. +> See also: `minetestserver`, the server-only binary. > More information: . - Start Minetest in client mode: diff --git a/pages/common/minetestserver.md b/pages/common/minetestserver.md index 737b264609..82f878c8eb 100644 --- a/pages/common/minetestserver.md +++ b/pages/common/minetestserver.md @@ -1,7 +1,7 @@ # minetestserver > Multiplayer infinite-world block sandbox server. -> See also `minetest`, the graphical client. +> See also: `minetest`, the graphical client. > More information: . - Start the server: diff --git a/pages/common/mitmproxy.md b/pages/common/mitmproxy.md index ded6196afa..1d9e3dfd5f 100644 --- a/pages/common/mitmproxy.md +++ b/pages/common/mitmproxy.md @@ -1,7 +1,7 @@ # mitmproxy > An interactive man-in-the-middle HTTP proxy. -> See also: `mitmweb` and `mitmdump`. +> See also: `mitmweb`, `mitmdump`. > More information: . - Start `mitmproxy` with default settings (will listen on port `8080`): diff --git a/pages/common/mosquitto_passwd.md b/pages/common/mosquitto_passwd.md index 48b17dc149..8c6ed8a862 100644 --- a/pages/common/mosquitto_passwd.md +++ b/pages/common/mosquitto_passwd.md @@ -1,7 +1,7 @@ # mosquitto_passwd > Manage password files for mosquitto. -> See also `mosquitto`, the MQTT server that this manages. +> See also: `mosquitto`, the MQTT server that this manages. > More information: . - Add a new user to a password file (will prompt to enter the password): diff --git a/pages/common/mysqldump.md b/pages/common/mysqldump.md index 569a4a84c6..1a0aa62b6e 100644 --- a/pages/common/mysqldump.md +++ b/pages/common/mysqldump.md @@ -1,7 +1,7 @@ # mysqldump > Backups MySQL databases. -> See also `mysql` for restoring databases. +> See also: `mysql` for restoring databases. > More information: . - Create a backup (user will be prompted for a password): diff --git a/pages/common/netperf.md b/pages/common/netperf.md index c061953bc1..f9cd007708 100644 --- a/pages/common/netperf.md +++ b/pages/common/netperf.md @@ -1,7 +1,7 @@ # netperf > Client-side command for `netperf`, the benchmarking application that measures network throughput. Similar to `iperf`. -> See also: `netserver`, for the server-side command. +> See also: `netserver` for the server-side command. > More information: . - Connect to server on a specific IP address via default port (12865): diff --git a/pages/common/netserver.md b/pages/common/netserver.md index 5c329142d1..01dd68517d 100644 --- a/pages/common/netserver.md +++ b/pages/common/netserver.md @@ -1,7 +1,7 @@ # netserver > Server-side command for `netperf`, the benchmarking application that measures network throughput. -> See also: `netperf`, for the client-side command. +> See also: `netperf` for the client-side command. > More information: . - Start a server on the default port (12865) and fork to background: diff --git a/pages/common/odps-auth.md b/pages/common/odps-auth.md index ed661fd69e..79059383fb 100644 --- a/pages/common/odps-auth.md +++ b/pages/common/odps-auth.md @@ -1,7 +1,7 @@ # odps auth > User authorities in ODPS (Open Data Processing Service). -> See also `odps`. +> See also: `odps`. > More information: . - Add a user to the current project: diff --git a/pages/common/odps-func.md b/pages/common/odps-func.md index 71307a1048..4434829e42 100644 --- a/pages/common/odps-func.md +++ b/pages/common/odps-func.md @@ -1,7 +1,7 @@ # odps func > Manage functions in ODPS (Open Data Processing Service). -> See also `odps`. +> See also: `odps`. > More information: . - Show functions in the current project: diff --git a/pages/common/odps-inst.md b/pages/common/odps-inst.md index 1ee6004a6e..9f3385a8e7 100644 --- a/pages/common/odps-inst.md +++ b/pages/common/odps-inst.md @@ -1,7 +1,7 @@ # odps inst > Manage instances in ODPS (Open Data Processing Service). -> See also `odps`. +> See also: `odps`. > More information: . - Show instances created by current user: diff --git a/pages/common/odps-resource.md b/pages/common/odps-resource.md index 2f3199838d..bc55788012 100644 --- a/pages/common/odps-resource.md +++ b/pages/common/odps-resource.md @@ -1,7 +1,7 @@ # odps resource > Manage resources in ODPS (Open Data Processing Service). -> See also `odps`. +> See also: `odps`. > More information: . - Show resources in the current project: diff --git a/pages/common/odps-table.md b/pages/common/odps-table.md index 793b223ee2..271b314380 100644 --- a/pages/common/odps-table.md +++ b/pages/common/odps-table.md @@ -1,7 +1,7 @@ # odps table > Create and modify tables in ODPS (Open Data Processing Service). -> See also `odps`. +> See also: `odps`. > More information: . - Create a table with partition and lifecycle: diff --git a/pages/common/odps-tunnel.md b/pages/common/odps-tunnel.md index 36efaf83e3..2d46aff7f3 100644 --- a/pages/common/odps-tunnel.md +++ b/pages/common/odps-tunnel.md @@ -1,7 +1,7 @@ # odps tunnel > Data tunnel in ODPS (Open Data Processing Service). -> See also `odps`. +> See also: `odps`. > More information: . - Download table to local file: diff --git a/pages/common/pic.md b/pages/common/pic.md index eb54e1cda7..938fed186f 100644 --- a/pages/common/pic.md +++ b/pages/common/pic.md @@ -1,7 +1,7 @@ # pic > Picture preprocessor for the groff (GNU Troff) document formatting system. -> See also `groff` and `troff`. +> See also: `groff`, `troff`. > More information: . - Process input with pictures, saving the output for future typesetting with groff to PostScript: diff --git a/pages/common/podman-image.md b/pages/common/podman-image.md index 959d828a78..5377bcc664 100644 --- a/pages/common/podman-image.md +++ b/pages/common/podman-image.md @@ -1,7 +1,7 @@ # podman image > Manage Docker images. -> See also: `podman build`, `podman import`, and `podman pull`. +> See also: `podman build`, `podman import`, `podman pull`. > More information: . - List local Docker images: diff --git a/pages/common/pueue-stash.md b/pages/common/pueue-stash.md index fb23d848e5..a31f199f58 100644 --- a/pages/common/pueue-stash.md +++ b/pages/common/pueue-stash.md @@ -1,7 +1,7 @@ # pueue stash > Stash tasks to prevent them starting automatically. -> See also `pueue start` and `pueue enqueue`. +> See also: `pueue start`, `pueue enqueue`. > More information: . - Stash an enqueued task: diff --git a/pages/common/qownnotes.md b/pages/common/qownnotes.md index 8cf50f17b3..4819079a79 100644 --- a/pages/common/qownnotes.md +++ b/pages/common/qownnotes.md @@ -2,7 +2,7 @@ > Markdown note-taking application. > Optionally integrates with the note-taking applications of Nextcloud and ownCloud. -> See also: `qc`, for managing command snippets. +> See also: `qc` for managing command snippets. > More information: . - Run in portable mode: diff --git a/pages/common/rbash.md b/pages/common/rbash.md index 1d04538da5..d3bb282bf7 100644 --- a/pages/common/rbash.md +++ b/pages/common/rbash.md @@ -2,7 +2,7 @@ > Restricted Bash shell, equivalent to `bash --restricted`. > Does not permit changing the working directory, redirecting command output, or modifying environment variables, among other things. -> See also `histexpand` for history expansion. +> See also: `histexpand` for history expansion. > More information: . - Start an interactive shell session: diff --git a/pages/common/screen.md b/pages/common/screen.md index 916d67a91d..fc7513a8f3 100644 --- a/pages/common/screen.md +++ b/pages/common/screen.md @@ -1,7 +1,7 @@ # screen > Hold a session open on a remote server. Manage multiple windows with a single SSH connection. -> See also `tmux` and `zellij`. +> See also: `tmux`, `zellij`. > More information: . - Start a new screen session: diff --git a/pages/common/sh.md b/pages/common/sh.md index d69bac9ba1..5d0265b6c7 100644 --- a/pages/common/sh.md +++ b/pages/common/sh.md @@ -1,7 +1,7 @@ # sh > Bourne shell, the standard command language interpreter. -> See also `histexpand` for history expansion. +> See also: `histexpand` for history expansion. > More information: . - Start an interactive shell session: diff --git a/pages/common/showfigfonts.md b/pages/common/showfigfonts.md index 5175b5fe1e..be62e9a0a4 100644 --- a/pages/common/showfigfonts.md +++ b/pages/common/showfigfonts.md @@ -1,7 +1,7 @@ # showfigfonts > Display available figlet fonts. -> See also `figlet`. +> See also: `figlet`. > More information: . - Display available fonts: diff --git a/pages/common/ssh-agent.md b/pages/common/ssh-agent.md index 2855264b2a..389221cec4 100644 --- a/pages/common/ssh-agent.md +++ b/pages/common/ssh-agent.md @@ -2,7 +2,7 @@ > Spawn an SSH Agent process. > An SSH Agent holds SSH keys decrypted in memory until removed or the process is killed. -> See also `ssh-add`, which can add and manage keys held by an SSH Agent. +> See also: `ssh-add`, which can add and manage keys held by an SSH Agent. > More information: . - Start an SSH Agent for the current shell: diff --git a/pages/common/tbl.md b/pages/common/tbl.md index aa8790dc4a..121750b545 100644 --- a/pages/common/tbl.md +++ b/pages/common/tbl.md @@ -1,7 +1,7 @@ # tbl > Table preprocessor for the groff (GNU Troff) document formatting system. -> See also `groff` and `troff`. +> See also: `groff`, `troff`. > More information: . - Process input with tables, saving the output for future typesetting with groff to PostScript: diff --git a/pages/common/troff.md b/pages/common/troff.md index 43f679022b..dad68a4b30 100644 --- a/pages/common/troff.md +++ b/pages/common/troff.md @@ -1,7 +1,7 @@ # troff > Typesetting processor for the groff (GNU Troff) document formatting system. -> See also `groff`. +> See also: `groff`. > More information: . - Format output for a PostScript printer, saving the output to a file: diff --git a/pages/common/uname.md b/pages/common/uname.md index 62a2e571c0..9c2cefca39 100644 --- a/pages/common/uname.md +++ b/pages/common/uname.md @@ -1,7 +1,7 @@ # uname > Print details about the current machine and the operating system running on it. -> See also `lsb_release`. +> See also: `lsb_release`. > More information: . - Print kernel name: diff --git a/pages/common/vegeta.md b/pages/common/vegeta.md index 3ab7b9ac5c..83c33a41a5 100644 --- a/pages/common/vegeta.md +++ b/pages/common/vegeta.md @@ -1,7 +1,7 @@ # vegeta > A utility and a library for HTTP load testing. -> See also `ab`. +> See also: `ab`. > More information: . - Launch an attack lasting 30 seconds: diff --git a/pages/common/write.md b/pages/common/write.md index 464921d1eb..0d869ea4a0 100644 --- a/pages/common/write.md +++ b/pages/common/write.md @@ -1,7 +1,8 @@ # write > Write a message on the terminal of a specified logged in user (`` to stop writing messages). -> Use the `who` command to find out all terminal_ids of all active users active on the system. See also `mesg`. +> Use the `who` command to find out all terminal_ids of all active users active on the system. +> See also: `mesg`. > More information: . - Send a message to a given user on a given terminal ID: diff --git a/pages/common/x11docker.md b/pages/common/x11docker.md index d3601c199b..d4cf0797c0 100644 --- a/pages/common/x11docker.md +++ b/pages/common/x11docker.md @@ -1,7 +1,7 @@ # x11docker > Securely run GUI applications and desktop UIs in Docker containers. -> See also `xephyr`. +> See also: `xephyr`. > More information: . - Launch VLC in a container: diff --git a/pages/common/ybacklight.md b/pages/common/ybacklight.md index 98f4b3b390..7cabd461e8 100644 --- a/pages/common/ybacklight.md +++ b/pages/common/ybacklight.md @@ -1,6 +1,7 @@ # ybacklight -> Manage screen backlight brightness. See also `xbacklight`. +> Manage screen backlight brightness. +> See also: `xbacklight`. > More information: . - Print current brightness and maximal brightness, shortened and separated by a slash: diff --git a/pages/common/zellij.md b/pages/common/zellij.md index 5b8fa6bbe4..c06a8e2061 100644 --- a/pages/common/zellij.md +++ b/pages/common/zellij.md @@ -1,7 +1,7 @@ # zellij > Terminal multiplexer with batteries included. -> See also `tmux` and `screen`. +> See also: `tmux`, `screen`. > More information: . - Start a new named session: diff --git a/pages/common/zmv.md b/pages/common/zmv.md index 8d81142385..c4f915f72a 100644 --- a/pages/common/zmv.md +++ b/pages/common/zmv.md @@ -1,7 +1,7 @@ # zmv > Move or rename files matching a specified extended glob pattern. -> See also `zcp` and `zln`. +> See also: `zcp`, `zln`. > More information: . - Move files using a `regex`-like pattern: diff --git a/pages/linux/alien.md b/pages/linux/alien.md index a895b4bb0b..ec05e10e45 100644 --- a/pages/linux/alien.md +++ b/pages/linux/alien.md @@ -1,7 +1,7 @@ # alien > Convert different installation packages to other formats. -> See also: `debtap`, for `.deb` conversion on Arch Linux. +> See also: `debtap` for `.deb` conversion on Arch Linux. > More information: . - Convert a specific installation file to Debian format (`.deb` extension): diff --git a/pages/linux/aurman.md b/pages/linux/aurman.md index 1196f4ddf0..35cb21840e 100644 --- a/pages/linux/aurman.md +++ b/pages/linux/aurman.md @@ -1,7 +1,7 @@ # aurman > An Arch Linux utility to build and install packages from the Arch User Repository. -> See also `pacman`. +> See also: `pacman`. > More information: . - Synchronize and update all packages: diff --git a/pages/linux/bspwm.md b/pages/linux/bspwm.md index ee32e5a56a..24557986c8 100644 --- a/pages/linux/bspwm.md +++ b/pages/linux/bspwm.md @@ -1,7 +1,7 @@ # bspwm > A tiling window manager based on binary space partitioning. -> See also: `bspc`, for controlling it. +> See also: `bspc` for controlling it. > More information: . - Start `bspwm` (note that a pre-existing window manager must not be open when this command is run): diff --git a/pages/linux/compsize.md b/pages/linux/compsize.md index acd558897d..2cd5af0e47 100644 --- a/pages/linux/compsize.md +++ b/pages/linux/compsize.md @@ -1,7 +1,7 @@ # compsize > Calculate the compression ratio of a set of files on a btrfs filesystem. -> See also `btrfs filesystem` for recompressing a file by defragmenting it. +> See also: `btrfs filesystem` for recompressing a file by defragmenting it. > More information: . - Calculate the current compression ratio for a file or directory: diff --git a/pages/linux/ddcutil.md b/pages/linux/ddcutil.md index 1a531340ff..492882303b 100644 --- a/pages/linux/ddcutil.md +++ b/pages/linux/ddcutil.md @@ -1,7 +1,8 @@ # ddcutil > Control the settings of connected displays via DDC/CI. -> This command requires the kernel module `i2c-dev` to be loaded. See also: `modprobe`. +> This command requires the kernel module `i2c-dev` to be loaded. +> See also: `modprobe`. > More information: . - List all compatible displays: diff --git a/pages/linux/dos2unix.md b/pages/linux/dos2unix.md index 19ef0f508d..ba9da1ae8f 100644 --- a/pages/linux/dos2unix.md +++ b/pages/linux/dos2unix.md @@ -2,7 +2,7 @@ > Change DOS-style line endings to Unix-style. > Replaces CRLF with LF. -> See also `unix2dos`, `unix2mac`, and `mac2unix`. +> See also: `unix2dos`, `unix2mac`, `mac2unix`. > More information: . - Change the line endings of a file: diff --git a/pages/linux/extundelete.md b/pages/linux/extundelete.md index 95a574ab18..2e2a27ace1 100644 --- a/pages/linux/extundelete.md +++ b/pages/linux/extundelete.md @@ -1,7 +1,7 @@ # extundelete > Recover deleted files from ext3 or ext4 partitions by parsing the journal. -> See also `date` for Unix time information and `umount` for unmounting partitions. +> See also: `date` for Unix time information and `umount` for unmounting partitions. > More information: . - Restore all deleted files inside partition N on device X: diff --git a/pages/linux/insmod.md b/pages/linux/insmod.md index e880c58b2f..ed8734ecb6 100644 --- a/pages/linux/insmod.md +++ b/pages/linux/insmod.md @@ -1,7 +1,7 @@ # insmod > Dynamically load modules into the Linux Kernel. -> See also: `kmod`, for other module management commands. +> See also: `kmod` for other module management commands. > More information: . - Insert a kernel module into the Linux kernel: diff --git a/pages/linux/iptables.md b/pages/linux/iptables.md index f2008a7ee8..c622a20da0 100644 --- a/pages/linux/iptables.md +++ b/pages/linux/iptables.md @@ -1,7 +1,8 @@ # iptables > Configure tables, chains and rules of the Linux kernel IPv4 firewall. -> Use `ip6tables` to set rules for IPv6 traffic. See also: `iptables-save`, `iptables-restore`. +> Use `ip6tables` to set rules for IPv6 traffic. +> See also: `iptables-save`, `iptables-restore`. > More information: . - View chains, rules, packet/byte counters and line numbers for the filter table: diff --git a/pages/linux/iw-dev.md b/pages/linux/iw-dev.md index d464dce877..32fb98d5dd 100644 --- a/pages/linux/iw-dev.md +++ b/pages/linux/iw-dev.md @@ -4,7 +4,7 @@ > For a list of channels, frequencies and reg information: . > More information: . -- Set device to monitor mode (interface must be down first. See also `ip link`): +- Set device to monitor mode (interface must be down first. See also: `ip link`): `sudo iw dev {{wlp}} set type monitor` diff --git a/pages/linux/kwrite.md b/pages/linux/kwrite.md index 308e15a10e..c6d4b83505 100644 --- a/pages/linux/kwrite.md +++ b/pages/linux/kwrite.md @@ -1,7 +1,7 @@ # kwrite > Text editor of the KDE Desktop project. -> See also `kate`. +> See also: `kate`. > More information: . - Open a text file: diff --git a/pages/linux/ldapdomaindump.md b/pages/linux/ldapdomaindump.md index cc478adbb8..d5e2dedb9e 100644 --- a/pages/linux/ldapdomaindump.md +++ b/pages/linux/ldapdomaindump.md @@ -1,7 +1,7 @@ # ldapdomaindump > Dump users, computers, groups, OS and membership information via LDAP to HTML, JSON and greppable output. -> See also `ldapsearch`. +> See also: `ldapsearch`. > More information: . - Dump all information using the given LDAP account: diff --git a/pages/linux/lsmod.md b/pages/linux/lsmod.md index 28b06655a6..25e616e831 100644 --- a/pages/linux/lsmod.md +++ b/pages/linux/lsmod.md @@ -1,7 +1,7 @@ # lsmod > Show the status of Linux kernel modules. -> See also: `kmod`, for other module management commands. +> See also: `kmod` for other module management commands. > More information: . - List all currently loaded kernel modules: diff --git a/pages/linux/mac2unix.md b/pages/linux/mac2unix.md index 7a1bcae3a5..b03e60628e 100644 --- a/pages/linux/mac2unix.md +++ b/pages/linux/mac2unix.md @@ -2,7 +2,7 @@ > Change macOS-style line endings to Unix-style. > Replaces CR with LF. -> See also `unix2dos`, `unix2mac`, and `dos2unix`. +> See also: `unix2dos`, `unix2mac`, `dos2unix`. > More information: . - Change the line endings of a file: diff --git a/pages/linux/mesg.md b/pages/linux/mesg.md index 1e69362a69..768e63bd82 100644 --- a/pages/linux/mesg.md +++ b/pages/linux/mesg.md @@ -1,7 +1,7 @@ # mesg > Check or set a terminal's ability to receive messages from other users, usually from the `write` command. -> See also `write`, `talk`. +> See also: `write`, `talk`. > More information: . - Check terminal's openness to write messages: diff --git a/pages/linux/modinfo.md b/pages/linux/modinfo.md index c2bc01ad32..79c859abd8 100644 --- a/pages/linux/modinfo.md +++ b/pages/linux/modinfo.md @@ -1,7 +1,7 @@ # modinfo > Extract information about a Linux kernel module. -> See also: `kmod`, for other module management commands. +> See also: `kmod` for other module management commands. > More information: . - List all attributes of a kernel module: diff --git a/pages/linux/modprobe.md b/pages/linux/modprobe.md index a7f58ae533..936b19b72a 100644 --- a/pages/linux/modprobe.md +++ b/pages/linux/modprobe.md @@ -1,7 +1,7 @@ # modprobe > Add or remove modules from the Linux kernel. -> See also: `kmod`, for other module management commands. +> See also: `kmod` for other module management commands. > More information: . - Pretend to load a module into the kernel, but don't actually do it: diff --git a/pages/linux/openrc.md b/pages/linux/openrc.md index c412792291..673a7b3328 100644 --- a/pages/linux/openrc.md +++ b/pages/linux/openrc.md @@ -1,7 +1,7 @@ # openrc > The OpenRC service manager. -> See also: `rc-status`, `rc-update`, and `rc-service`. +> See also: `rc-status`, `rc-update`, `rc-service`. > More information: . - Change to a specific runlevel: diff --git a/pages/linux/pkgfile.md b/pages/linux/pkgfile.md index be73a1c98c..ac41d41f57 100644 --- a/pages/linux/pkgfile.md +++ b/pages/linux/pkgfile.md @@ -1,7 +1,7 @@ # pkgfile > Search files from packages in the official repositories on Arch-based systems. -> See also: `pacman files`, describing the usage of `pacman --files`. +> See also: `pacman files` describing the usage of `pacman --files`. > More information: . - Synchronize the pkgfile database: diff --git a/pages/linux/postfix.md b/pages/linux/postfix.md index d4695ff5b9..2e7be556cb 100644 --- a/pages/linux/postfix.md +++ b/pages/linux/postfix.md @@ -1,7 +1,7 @@ # postfix > Postfix mail transfer agent (MTA) control program. -> See also `dovecot`, a mail delivery agent (MDA) that integrates with Postfix. +> See also: `dovecot`, a mail delivery agent (MDA) that integrates with Postfix. > More information: . - Check the configuration: diff --git a/pages/linux/pw-dot.md b/pages/linux/pw-dot.md index 31a5d4ba14..0eee2ad81e 100644 --- a/pages/linux/pw-dot.md +++ b/pages/linux/pw-dot.md @@ -1,7 +1,7 @@ # pw-dot > Create `.dot` files of the PipeWire graph. -> See also: `dot`, for rendering graph. +> See also: `dot` for rendering graph. > More information: . - Generate a graph to `pw.dot` file: diff --git a/pages/linux/quickemu.md b/pages/linux/quickemu.md index 9968306a20..9c7b23810e 100644 --- a/pages/linux/quickemu.md +++ b/pages/linux/quickemu.md @@ -1,7 +1,7 @@ # quickemu > Build and manage highly optimised desktop virtual machines quickly. -> See also: `quickget`, for preparing VM configurations. +> See also: `quickget` for preparing VM configurations. > More information: . - Create and run a virtual machine from a configuration file: diff --git a/pages/linux/rc-service.md b/pages/linux/rc-service.md index 3cef42b9d8..87304d86b1 100644 --- a/pages/linux/rc-service.md +++ b/pages/linux/rc-service.md @@ -1,7 +1,7 @@ # rc-service > Locate and run OpenRC services with arguments. -> See also `openrc`. +> See also: `openrc`. > More information: . - Show a service's status: diff --git a/pages/linux/rc-status.md b/pages/linux/rc-status.md index 544ed8d36b..ab7fb4bad8 100644 --- a/pages/linux/rc-status.md +++ b/pages/linux/rc-status.md @@ -1,7 +1,7 @@ # rc-status > Show status info about runlevels. -> See also `openrc`. +> See also: `openrc`. > More information: . - Show a summary of services and their status: diff --git a/pages/linux/rc-update.md b/pages/linux/rc-update.md index d7f7f2ff2a..520b572f5f 100644 --- a/pages/linux/rc-update.md +++ b/pages/linux/rc-update.md @@ -1,7 +1,7 @@ # rc-update > Add and remove OpenRC services to and from runlevels. -> See also `openrc`. +> See also: `openrc`. > More information: . - List enabled services and the runlevels they are added to: diff --git a/pages/linux/rmmod.md b/pages/linux/rmmod.md index 15c9e37f36..4fbbeb30c4 100644 --- a/pages/linux/rmmod.md +++ b/pages/linux/rmmod.md @@ -1,7 +1,7 @@ # rmmod > Remove modules from the Linux kernel. -> See also: `kmod`, for other module management commands. +> See also: `kmod` for other module management commands. > More information: . - Remove a module from the kernel: diff --git a/pages/linux/sinfo.md b/pages/linux/sinfo.md index 6053ad0fcf..1ee380c987 100644 --- a/pages/linux/sinfo.md +++ b/pages/linux/sinfo.md @@ -1,7 +1,7 @@ # sinfo > View information about Slurm nodes and partitions. -> See also `squeue` and `sbatch`, which are also part of the Slurm workload manager. +> See also: `squeue`, `sbatch`, which are also part of the Slurm workload manager. > More information: . - Show a quick summary overview of the cluster: diff --git a/pages/linux/tlp-stat.md b/pages/linux/tlp-stat.md index e0fb478783..fba652a37c 100644 --- a/pages/linux/tlp-stat.md +++ b/pages/linux/tlp-stat.md @@ -1,7 +1,7 @@ # tlp-stat > Generate TLP status reports. -> See also `tlp`. +> See also: `tlp`. > More information: . - Generate status report with configuration and all active settings: diff --git a/pages/linux/tlp.md b/pages/linux/tlp.md index ef923741c0..a82a01e6a0 100644 --- a/pages/linux/tlp.md +++ b/pages/linux/tlp.md @@ -1,7 +1,7 @@ # tlp > Advanced power management for Linux. -> See also `tlp-stat`. +> See also: `tlp-stat`. > More information: . - Apply settings (according to the actual power source): diff --git a/pages/linux/unix2dos.md b/pages/linux/unix2dos.md index 345ae9dd15..75cbd2a7cd 100644 --- a/pages/linux/unix2dos.md +++ b/pages/linux/unix2dos.md @@ -2,7 +2,7 @@ > Change Unix-style line endings to DOS-style. > Replaces LF with CRLF. -> See also `unix2mac`, `dos2unix`, and `mac2unix`. +> See also: `unix2mac`, `dos2unix`, `mac2unix`. > More information: . - Change the line endings of a file: diff --git a/pages/linux/unix2mac.md b/pages/linux/unix2mac.md index b3c133eb18..741628b437 100644 --- a/pages/linux/unix2mac.md +++ b/pages/linux/unix2mac.md @@ -2,7 +2,7 @@ > Change Unix-style line endings to macOS-style. > Replaces LF with CR. -> See also `unix2dos`, `dos2unix`, and `mac2unix`. +> See also: `unix2dos`, `dos2unix`, `mac2unix`. > More information: . - Change the line endings of a file: diff --git a/pages/linux/uuid.md b/pages/linux/uuid.md index c450c957ca..2872ec42ac 100644 --- a/pages/linux/uuid.md +++ b/pages/linux/uuid.md @@ -1,7 +1,7 @@ # uuid > Generate and decode Universally Unique Identifiers (UUID). -> See also `uuidgen`. +> See also: `uuidgen`. > More information: . - Generate a UUIDv1 (based on time and system's hardware address, if present): diff --git a/pages/linux/uuidgen.md b/pages/linux/uuidgen.md index 35c30e89cc..34eda916eb 100644 --- a/pages/linux/uuidgen.md +++ b/pages/linux/uuidgen.md @@ -1,7 +1,7 @@ # uuidgen > Generate unique identifiers (UUIDs). -> See also `uuid`. +> See also: `uuid`. > More information: . - Create a random UUIDv4: diff --git a/pages/linux/vgscan.md b/pages/linux/vgscan.md index 4787b75fdd..9849a09c98 100644 --- a/pages/linux/vgscan.md +++ b/pages/linux/vgscan.md @@ -1,7 +1,7 @@ # vgscan > Scan for volume groups on all supported Logical Volume Manager (LVM) block devices. -> See also: `lvm` and `vgchange`. +> See also: `lvm`, `vgchange`. > More information: . - Scan for volume groups and print information about each group found: diff --git a/pages/linux/write.md b/pages/linux/write.md index 5d77cbb89e..2bd55306d2 100644 --- a/pages/linux/write.md +++ b/pages/linux/write.md @@ -1,7 +1,8 @@ # write > Write a message on the terminal of a specified logged in user (`` to stop writing messages). -> Use the `who` command to find out all terminal_ids of all active users active on the system. See also `mesg`. +> Use the `who` command to find out all terminal_ids of all active users active on the system. +> See also: `mesg`. > More information: . - Send a message to a given user on a given terminal ID: diff --git a/pages/osx/coreautha.md b/pages/osx/coreautha.md index bcc7f9f826..71f6d294ff 100644 --- a/pages/osx/coreautha.md +++ b/pages/osx/coreautha.md @@ -1,7 +1,8 @@ # coreautha > A system agent providing the `LocalAuthentication` framework. -> It should not be invoked manually. See also: `coreauthd`. +> It should not be invoked manually. +> See also: `coreauthd`. > More information: . - Start the agent: diff --git a/pages/osx/coreauthd.md b/pages/osx/coreauthd.md index ca5d2b4404..4d1cf9634f 100644 --- a/pages/osx/coreauthd.md +++ b/pages/osx/coreauthd.md @@ -1,7 +1,8 @@ # coreauthd > A system daemon providing the `LocalAuthentication` framework. -> It should not be invoked manually. See also: `coreautha`. +> It should not be invoked manually. +> See also: `coreautha`. > More information: . - Start the agent: diff --git a/pages/osx/dhcp6d.md b/pages/osx/dhcp6d.md index 38be900d46..04d2c58b0d 100644 --- a/pages/osx/dhcp6d.md +++ b/pages/osx/dhcp6d.md @@ -1,6 +1,7 @@ # dhcp6d -> Stateless DHCPv6 server. See also: `InternetSharing`. +> Stateless DHCPv6 server. +> See also: `InternetSharing`. > It should not be invoked manually. > More information: . diff --git a/pages/windows/pushd.md b/pages/windows/pushd.md index d9e8ef2c64..20eacb5e87 100644 --- a/pages/windows/pushd.md +++ b/pages/windows/pushd.md @@ -1,7 +1,7 @@ # pushd > Place a directory on a stack so it can be accessed later. -> See also `popd` to switch back to original directory. +> See also: `popd` to switch back to original directory. > More information: . - Switch to directory and push it on the stack: diff --git a/pages/windows/replace.md b/pages/windows/replace.md index 077443f709..d22fb8d41a 100644 --- a/pages/windows/replace.md +++ b/pages/windows/replace.md @@ -1,7 +1,7 @@ # replace > Replace files. -> See also: `robocopy`, `move`, `copy`, and `del`. +> See also: `robocopy`, `move`, `copy`, `del`. > More information: . - Replace the destination file with the one from the source directory: