From 897cc1041b5a5cc5adc268b317d46c10266a5192 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Mon, 21 Apr 2025 15:29:45 +0200 Subject: [PATCH 1/2] pages/*: use the imperative in descriptions --- pages/common/figlist.md | 2 +- pages/common/git-status.md | 2 +- pages/common/lsof.md | 4 ++-- pages/linux/blkid.md | 2 +- pages/linux/eu-readelf.md | 2 +- pages/linux/getcap.md | 4 ++-- pages/linux/lsblk.md | 2 +- pages/windows/get-dedupproperties.md | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/common/figlist.md b/pages/common/figlist.md index 216e61ae58..f579a0c10e 100644 --- a/pages/common/figlist.md +++ b/pages/common/figlist.md @@ -1,6 +1,6 @@ # figlist -> Lists the figlet fonts and control files. +> List the figlet fonts and control files. > See also: `figlet`, `showfigfonts`, `chkfont`. > More information: . diff --git a/pages/common/git-status.md b/pages/common/git-status.md index b309a7fcbf..bef967a46b 100644 --- a/pages/common/git-status.md +++ b/pages/common/git-status.md @@ -1,7 +1,7 @@ # git status > Show the changes to files in a Git repository. -> Lists changed, added and deleted files compared to the currently checked-out commit. +> List changed, added and deleted files compared to the currently checked-out commit. > More information: . - Show changed files which are not yet added for commit: diff --git a/pages/common/lsof.md b/pages/common/lsof.md index 2d40516316..166bf32f6f 100644 --- a/pages/common/lsof.md +++ b/pages/common/lsof.md @@ -1,7 +1,7 @@ # lsof -> Lists open files and the corresponding processes. -> Note: Root privileges (or sudo) is required to list files opened by others. +> List open files and the corresponding processes. +> Note: root privileges are required to list files opened by others. > More information: . - Find the processes that have a given file open: diff --git a/pages/linux/blkid.md b/pages/linux/blkid.md index 3476f17cd2..0ba53b2725 100644 --- a/pages/linux/blkid.md +++ b/pages/linux/blkid.md @@ -1,6 +1,6 @@ # blkid -> Lists all recognized partitions and their Universally Unique Identifier (UUID). +> List all recognized partitions and their Universally Unique Identifier (UUID). > More information: . - List all partitions: diff --git a/pages/linux/eu-readelf.md b/pages/linux/eu-readelf.md index d320e70235..712b3aaa1c 100644 --- a/pages/linux/eu-readelf.md +++ b/pages/linux/eu-readelf.md @@ -1,6 +1,6 @@ # eu-readelf -> Displays information about ELF files. +> Display information about ELF files. > More information: . - Display all extractable information contained in the ELF file: diff --git a/pages/linux/getcap.md b/pages/linux/getcap.md index a39708f770..ac01575dfd 100644 --- a/pages/linux/getcap.md +++ b/pages/linux/getcap.md @@ -1,6 +1,6 @@ # getcap -> Command to display the name and capabilities of each specified file. +> Display the name and capabilities of each specified file. > More information: . - Get capabilities for the given files: @@ -11,6 +11,6 @@ `getcap -r {{path/to/directory1 path/to/directory2 ...}}` -- Displays all searched entries even if no capabilities are set: +- Display all searched entries even if no capabilities are set: `getcap -v {{path/to/file1 path/to/file2 ...}}` diff --git a/pages/linux/lsblk.md b/pages/linux/lsblk.md index 593cd7a3b5..7312ae8ddd 100644 --- a/pages/linux/lsblk.md +++ b/pages/linux/lsblk.md @@ -1,6 +1,6 @@ # lsblk -> Lists information about devices. +> List information about devices. > More information: . - List all storage devices in a tree-like format: diff --git a/pages/windows/get-dedupproperties.md b/pages/windows/get-dedupproperties.md index 63aa73a161..9d59eb747e 100644 --- a/pages/windows/get-dedupproperties.md +++ b/pages/windows/get-dedupproperties.md @@ -1,6 +1,6 @@ # Get-DedupProperties -> Gets Data Deduplication information. +> Get Data Deduplication information. > Note: This command can only be used through PowerShell. > More information: . From 3808f6b81154c951780d795c06735d3ab1d2592c Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Mon, 28 Apr 2025 14:31:16 +0200 Subject: [PATCH 2/2] mkinitcpio --- pages/linux/mkinitcpio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/mkinitcpio.md b/pages/linux/mkinitcpio.md index b5afab2848..1bcb1c69e2 100644 --- a/pages/linux/mkinitcpio.md +++ b/pages/linux/mkinitcpio.md @@ -1,6 +1,6 @@ # mkinitcpio -> Generates initial ramdisk environments for booting the Linux kernel based on the specified preset(s). +> Generate initial ramdisk environments for booting the Linux kernel based on the specified preset(s). > More information: . - Perform a dry run (print what would be done without actually doing it):