From 48e40f6b636dcbd511b0376a18843dde3f96d5f7 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 16 Apr 2026 08:23:52 +0300 Subject: [PATCH] tig, bcachefs-device, st,vgcfgrestore, vswhere, cl: adhere to the style guide (#22005) --- pages/common/tig.md | 2 +- pages/linux/bcachefs-device.md | 2 +- pages/linux/st.md | 2 +- pages/linux/vgcfgrestore.md | 2 +- pages/windows/cl.md | 2 +- pages/windows/vswhere.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/common/tig.md b/pages/common/tig.md index a9d254488e..b2fde87836 100644 --- a/pages/common/tig.md +++ b/pages/common/tig.md @@ -20,7 +20,7 @@ `tig {{base_ref}}..{{compared_ref}}` -- Browse git blame interactively (press `<,>` to jump to parent): +- Browse `git blame` interactively (press `<,>` to jump to parent): `tig blame {{path/to/file}}` diff --git a/pages/linux/bcachefs-device.md b/pages/linux/bcachefs-device.md index 236a3550bf..87ab5da27b 100644 --- a/pages/linux/bcachefs-device.md +++ b/pages/linux/bcachefs-device.md @@ -3,7 +3,7 @@ > Manage devices within a running `bcachefs` filesystem. > More information: . -- Format and add a new device to an existing filesystem.: +- Format and add a new device to an existing filesystem: `sudo bcachefs device add --label {{group}}.{{name}} {{path/to/mountpoint}} {{path/to/device}}` diff --git a/pages/linux/st.md b/pages/linux/st.md index 56c9ac9979..33a7629582 100644 --- a/pages/linux/st.md +++ b/pages/linux/st.md @@ -1,6 +1,6 @@ # st -> `st` can refer to multiple commands. +> `st` can refer to multiple commands with the same name. - View documentation for the terminal emulator: diff --git a/pages/linux/vgcfgrestore.md b/pages/linux/vgcfgrestore.md index 59c205d638..c73db6f6c0 100644 --- a/pages/linux/vgcfgrestore.md +++ b/pages/linux/vgcfgrestore.md @@ -3,7 +3,7 @@ > Restore volume group configuration (not user data) from a text back up file produced by `vgcfgbackup`. > More information: . -- Restore VG metadata from last backup.: +- Restore VG metadata from last backup: `sudo vgcfgrestore {{vg_name}}` diff --git a/pages/windows/cl.md b/pages/windows/cl.md index d1adaa625e..bb659202e5 100644 --- a/pages/windows/cl.md +++ b/pages/windows/cl.md @@ -25,7 +25,7 @@ - Specify the output directory for compiled files: -`cl /Fo {{path\to\output_directory}}/ {{path\to\source.c}}` +`cl /Fo {{path\to\output_directory}}\ {{path\to\source.c}}` - Compile with warnings as errors: diff --git a/pages/windows/vswhere.md b/pages/windows/vswhere.md index a813454d59..4b144f2f0f 100644 --- a/pages/windows/vswhere.md +++ b/pages/windows/vswhere.md @@ -3,7 +3,7 @@ > Locate Visual Studio 2017 and newer installations. > More information: . -- Find the path of vcvarsall.bat to set environment variables: +- Find the path of `vcvarsall.bat` to set environment variables: `vswhere -products * -latest -prerelease -find **\VC\Auxiliary\Build\vcvarsall.bat`