pages/*: use the imperative in descriptions (#12574)

* pages/*: use the imperative in descriptions

* go-fmt: put the description on one line
This commit is contained in:
Lena
2024-04-18 06:04:00 +02:00
committed by GitHub
parent 137d0f4572
commit c9775847b6
70 changed files with 71 additions and 71 deletions

View File

@@ -1,6 +1,6 @@
# add-apt-repository
> Manages `apt` repository definitions.
> Manage `apt` repository definitions.
> More information: <https://manned.org/apt-add-repository>.
- Add a new `apt` repository:

View File

@@ -1,6 +1,6 @@
# apt-add-repository
> Manages `apt` repository definitions.
> Manage `apt` repository definitions.
> More information: <https://manpages.debian.org/latest/software-properties-common/apt-add-repository.1.html>.
- Add a new `apt` repository:

View File

@@ -1,6 +1,6 @@
# avahi-browse
> Displays services and hosts exposed on the local network via mDNS/DNS-SD.
> Display services and hosts exposed on the local network via mDNS/DNS-SD.
> Avahi is compatible with Bonjour (Zeroconf) found in Apple devices.
> More information: <https://www.avahi.org/>.

View File

@@ -1,6 +1,6 @@
# caja
> Manages files and directories in MATE desktop environment.
> Manage files and directories in the MATE desktop environment.
> See also: `nautilus`, `dolphin`, `thunar`, `ranger`.
> More information: <https://manned.org/caja>.

View File

@@ -1,7 +1,7 @@
# dmenu
> Dynamic menu.
> Creates a menu from a text input with each item on a new line.
> Create a menu from a text input with each item on a new line.
> More information: <https://manned.org/dmenu>.
- Display a menu of the output of the `ls` command:

View File

@@ -1,6 +1,6 @@
# fatlabel
> Sets or gets the label of a FAT32 partition.
> Get or set the label of a FAT32 partition.
> More information: <https://manned.org/fatlabel>.
- Get the label of a FAT32 partition:

View File

@@ -1,6 +1,6 @@
# ico
> Displays an animation of a polyhedron.
> Display an animation of a polyhedron.
> More information: <https://manned.org/ico.1>.
- Display the wireframe of an icosahedron that changes its position every 0.1 seconds:

View File

@@ -1,6 +1,6 @@
# id3v2
> Manages id3v2 tags, converts and lists id3v1.
> Manage id3v2 tags, converts and lists id3v1.
> More information: <https://manned.org/id3v2.1>.
- List all genres:

View File

@@ -1,6 +1,6 @@
# lscpu
> Displays information about the CPU architecture.
> Display information about the CPU architecture.
> More information: <https://manned.org/lscpu>.
- Display information about all CPUs:

View File

@@ -1,6 +1,6 @@
# mashtree
> Makes a fast tree from genomes.
> Make a fast tree from genomes.
> Does not make a phylogeny.
> More information: <https://github.com/lskatz/mashtree>.

View File

@@ -1,6 +1,6 @@
# mke2fs
> Creates a Linux filesystem inside a partition.
> Create a Linux filesystem inside a partition.
> More information: <https://manned.org/mke2fs>.
- Create an ext2 filesystem in partition 1 of device b (`sdb1`):

View File

@@ -1,6 +1,6 @@
# mkfs.cramfs
> Creates a ROM filesystem inside a partition.
> Create a ROM filesystem inside a partition.
> More information: <https://manned.org/mkfs.cramfs>.
- Create a ROM filesystem inside partition 1 on device b (`sdb1`):

View File

@@ -1,6 +1,6 @@
# mkfs.exfat
> Creates an exfat filesystem inside a partition.
> Create an exfat filesystem inside a partition.
> More information: <https://manned.org/mkfs.exfat>.
- Create an exfat filesystem inside partition 1 on device b (`sdb1`):

View File

@@ -1,6 +1,6 @@
# mkfs.ext4
> Creates an ext4 filesystem inside a partition.
> Create an ext4 filesystem inside a partition.
> More information: <https://manned.org/mkfs.ext4>.
- Create an ext4 filesystem inside partition 1 on device b (`sdb1`):

View File

@@ -1,6 +1,6 @@
# mkfs.f2fs
> Creates an F2FS filesystem inside a partition.
> Create an F2FS filesystem inside a partition.
> More information: <https://manned.org/mkfs.f2fs>.
- Create an F2FS filesystem inside partition 1 on device b (`sdb1`):

View File

@@ -1,6 +1,6 @@
# mkfs.fat
> Creates an MS-DOS filesystem inside a partition.
> Create an MS-DOS filesystem inside a partition.
> More information: <https://manned.org/mkfs.fat>.
- Create a fat filesystem inside partition 1 on device b (`sdb1`):

View File

@@ -1,6 +1,6 @@
# mkfs.minix
> Creates a Minix filesystem inside a partition.
> Create a Minix filesystem inside a partition.
> More information: <https://manned.org/mkfs.minix>.
- Create a Minix filesystem inside partition 1 on device b (`sdb1`):

View File

@@ -1,6 +1,6 @@
# mkfs.ntfs
> Creates a NTFS filesystem inside a partition.
> Create a NTFS filesystem inside a partition.
> More information: <https://manned.org/mkfs.ntfs>.
- Create a NTFS filesystem inside partition 1 on device b (`sdb1`):

View File

@@ -1,6 +1,6 @@
# mkfs.vfat
> Creates an MS-DOS filesystem inside a partition.
> Create an MS-DOS filesystem inside a partition.
> More information: <https://manned.org/mkfs.vfat>.
- Create a vfat filesystem inside partition 1 on device b (`sdb1`):

View File

@@ -1,6 +1,6 @@
# nemo
> Manages files and directories in Cinnamon desktop environment.
> Manage files and directories in Cinnamon desktop environment.
> More information: <https://manned.org/nemo>.
- Open the current user home directory:

View File

@@ -1,6 +1,6 @@
# pidof
> Gets the ID of a process using its name.
> Get the ID of a process using its name.
> More information: <https://manned.org/pidof>.
- List all process IDs with given name:

View File

@@ -1,6 +1,6 @@
# readelf
> Displays information about ELF files.
> Display information about ELF files.
> More information: <http://man7.org/linux/man-pages/man1/readelf.1.html>.
- Display all information about the ELF file:

View File

@@ -1,6 +1,6 @@
# readpe
> Displays information about PE files.
> Display information about PE files.
> More information: <https://manned.org/readpe>.
- Display all information about a PE file:

View File

@@ -1,6 +1,6 @@
# rpcinfo
> Makes an RPC call to an RPC server and reports what it finds.
> Make an RPC call to an RPC server and reports what it finds.
> More information: <https://manned.org/rpcinfo>.
- Show full table of all RPC services registered on localhost:

View File

@@ -1,6 +1,6 @@
# size
> Displays the sizes of sections inside binary files.
> Display the sizes of sections inside binary files.
> More information: <https://sourceware.org/binutils/docs/binutils/size.html>.
- Display the size of sections in a given object or executable file:

View File

@@ -1,6 +1,6 @@
# sm
> Displays a short message fullscreen.
> Display a short message fullscreen.
> More information: <https://github.com/nomeata/screen-message>.
- Display a message in full-screen:

View File

@@ -1,6 +1,6 @@
# toolbox help
> Displays help information about `toolbox`.
> Display help information about `toolbox`.
> More information: <https://manned.org/toolbox-help.1>.
- Display the `toolbox` manual:

View File

@@ -1,6 +1,6 @@
# uprecords
> Displays a summary of historical uptime records.
> Display a summary of historical uptime records.
> More information: <https://manned.org/uprecords>.
- Display a summary of the top 10 historical uptime records:

View File

@@ -1,6 +1,6 @@
# usermod
> Modifies a user account.
> Modify a user account.
> See also: `users`, `useradd`, `userdel`.
> More information: <https://manned.org/usermod>.

View File

@@ -1,7 +1,7 @@
# xmount
> Convert on-the-fly between multiple input and output hard disk image types with optional write cache support.
> Creates a virtual file system using FUSE (Filesystem in Userspace) that contains a virtual representation of the input image.
> Create a virtual file system using FUSE (Filesystem in Userspace) that contains a virtual representation of the input image.
> More information: <https://manned.org/xmount>.
- Mount a `.raw` image file into a DMG container file: