Skip to content

Commit ba58dbd

Browse files
acuteenvyManagor
andauthored
pages/*: use imperative mood in descriptions (#16219)
Co-authored-by: Managor <[email protected]>
1 parent 434ef38 commit ba58dbd

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

pages/common/figlist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# figlist
22

3-
> Lists the figlet fonts and control files.
3+
> List the figlet fonts and control files.
44
> See also: `figlet`, `showfigfonts`, `chkfont`.
55
> More information: <https://manned.org/figlist>.
66

pages/common/git-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# git status
22

33
> Show the changes to files in a Git repository.
4-
> Lists changed, added and deleted files compared to the currently checked-out commit.
4+
> List changed, added and deleted files compared to the currently checked-out commit.
55
> More information: <https://git-scm.com/docs/git-status>.
66
77
- Show changed files which are not yet added for commit:

pages/common/lsof.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# lsof
22

3-
> Lists open files and the corresponding processes.
4-
> Note: Root privileges (or sudo) is required to list files opened by others.
3+
> List open files and the corresponding processes.
4+
> Note: Root privileges are required to list files opened by others.
55
> More information: <https://manned.org/lsof>.
66
77
- Find the processes that have a given file open:

pages/linux/blkid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# blkid
22

3-
> Lists all recognized partitions and their Universally Unique Identifier (UUID).
3+
> List all recognized partitions and their Universally Unique Identifier (UUID).
44
> More information: <https://manned.org/blkid>.
55
66
- List all partitions:

pages/linux/eu-readelf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# eu-readelf
22

3-
> Displays information about ELF files.
3+
> Display information about ELF files.
44
> More information: <https://manned.org/eu-readelf>.
55
66
- Display all extractable information contained in the ELF file:

pages/linux/getcap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# getcap
22

3-
> Command to display the name and capabilities of each specified file.
3+
> Display the name and capabilities of each specified file.
44
> More information: <https://manned.org/getcap>.
55
66
- Get capabilities for the given files:
@@ -11,6 +11,6 @@
1111

1212
`getcap -r {{path/to/directory1 path/to/directory2 ...}}`
1313

14-
- Displays all searched entries even if no capabilities are set:
14+
- Display all searched entries even if no capabilities are set:
1515

1616
`getcap -v {{path/to/file1 path/to/file2 ...}}`

pages/linux/lsblk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lsblk
22

3-
> Lists information about devices.
3+
> List information about devices.
44
> More information: <https://manned.org/lsblk>.
55
66
- List all storage devices in a tree-like format:

pages/linux/mkinitcpio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mkinitcpio
22

3-
> Generates initial ramdisk environments for booting the Linux kernel based on the specified preset(s).
3+
> Generate initial ramdisk environments for booting the Linux kernel based on the specified preset(s).
44
> More information: <https://manned.org/mkinitcpio.8>.
55
66
- Perform a dry run (print what would be done without actually doing it):

pages/windows/get-dedupproperties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Get-DedupProperties
22

3-
> Gets Data Deduplication information.
3+
> Get Data Deduplication information.
44
> Note: This command can only be used through PowerShell.
55
> More information: <https://learn.microsoft.com/powershell/module/storage/get-dedupproperties>.
66

0 commit comments

Comments
 (0)