Skip to content

pages/*: use imperative mood in descriptions #16219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/common/figlist.md
Original file line number Diff line number Diff line change
@@ -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: <https://manned.org/figlist>.

Expand Down
2 changes: 1 addition & 1 deletion pages/common/git-status.md
Original file line number Diff line number Diff line change
@@ -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: <https://git-scm.com/docs/git-status>.

- Show changed files which are not yet added for commit:
Expand Down
4 changes: 2 additions & 2 deletions pages/common/lsof.md
Original file line number Diff line number Diff line change
@@ -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: <https://manned.org/lsof>.

- Find the processes that have a given file open:
Expand Down
2 changes: 1 addition & 1 deletion pages/linux/blkid.md
Original file line number Diff line number Diff line change
@@ -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: <https://manned.org/blkid>.

- List all partitions:
Expand Down
2 changes: 1 addition & 1 deletion pages/linux/eu-readelf.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eu-readelf

> Displays information about ELF files.
> Display information about ELF files.
> More information: <https://manned.org/eu-readelf>.

- Display all extractable information contained in the ELF file:
Expand Down
4 changes: 2 additions & 2 deletions pages/linux/getcap.md
Original file line number Diff line number Diff line change
@@ -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: <https://manned.org/getcap>.

- Get capabilities for the given files:
Expand All @@ -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 ...}}`
2 changes: 1 addition & 1 deletion pages/linux/lsblk.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lsblk

> Lists information about devices.
> List information about devices.
> More information: <https://manned.org/lsblk>.

- List all storage devices in a tree-like format:
Expand Down
2 changes: 1 addition & 1 deletion pages/linux/mkinitcpio.md
Original file line number Diff line number Diff line change
@@ -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: <https://manned.org/mkinitcpio.8>.

- Perform a dry run (print what would be done without actually doing it):
Expand Down
2 changes: 1 addition & 1 deletion pages/windows/get-dedupproperties.md
Original file line number Diff line number Diff line change
@@ -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: <https://learn.microsoft.com/powershell/module/storage/get-dedupproperties>.

Expand Down