pages*: simplify page description (#12149)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Vitor Henrique
2024-02-14 17:25:13 -03:00
committed by GitHub
parent 22e8eb3722
commit c8f956319f
204 changed files with 221 additions and 223 deletions

View File

@@ -1,7 +1,6 @@
# asterisk
> Telephone and exchange (phone) server.
> Used for running the server itself, and managing an already running instance.
> Run and manage telephone and exchange (phone) server instances.
> More information: <https://wiki.asterisk.org/wiki/display/AST/Home>.
- [R]econnect to a running server, and turn on logging 3 levels of [v]erbosity:

View File

@@ -1,6 +1,6 @@
# aura
> The Aura Package Manager: A secure, multilingual package manager for Arch Linux and the AUR.
> The Aura Package Manager: a secure, multilingual package manager for Arch Linux and the AUR.
> More information: <https://github.com/fosskers/aura>.
- Search for packages from the official repositories and AUR:

View File

@@ -1,6 +1,6 @@
# bpftool
> Tool for inspection and simple manipulation of eBPF programs and maps.
> Inspect and manipulate eBPF programs and maps in a simple way.
> Some subcommands such as `bpftool prog` have their own usage documentation.
> More information: <https://manned.org/bpftool>.

View File

@@ -1,6 +1,6 @@
# btrfs property
> Get, set, or list properties for a given btrfs filesystem object (files, directories, subvolumes, filesystems, or devices).
> Get, set, or list properties for a BTRFS filesystem object (files, directories, subvolumes, filesystems, or devices).
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs-property.html>.
- List available properties (and descriptions) for the given btrfs object:

View File

@@ -1,6 +1,6 @@
# cgclassify
> Move running task(s) to given `cgroups`.
> Move running tasks to `cgroups`.
> More information: <https://manned.org/cgclassify>.
- Move the process with a specific PID to the control group student in the CPU hierarchy:

View File

@@ -1,6 +1,6 @@
# checkupdates-aur
> Tool to check pending updates from the Arch User Repository (AUR).
> Check pending updates from the Arch User Repository (AUR).
> More information: <https://metacpan.org/dist/OS-CheckUpdates-AUR>.
- List pending updates for AUR packages:

View File

@@ -1,6 +1,6 @@
# checkupdates
> Tool to check pending updates in Arch Linux.
> Check pending updates in Arch Linux.
> More information: <https://man.archlinux.org/man/checkupdates.8>.
- List pending updates:

View File

@@ -1,6 +1,6 @@
# createrepo
> Initializes an RPM repository in the given directory, including all XML and SQLite files.
> Initializes an RPM repository in a directory, including all XML and SQLite files.
> More information: <https://manned.org/createrepo>.
- Initialize a basic repository in a directory:

View File

@@ -1,6 +1,6 @@
# datamash
> Tool to perform basic numeric, textual and statistical operations on input textual data files.
> Perform basic numeric, textual and statistical operations on input textual data files.
> More information: <http://www.gnu.org/software/datamash/>.
- Get max, min, mean and median of a single column of numbers:

View File

@@ -1,6 +1,6 @@
# debchange
> Tool for maintenance of the debian/changelog file in a Debian source package.
> Mantain the debian/changelog file of a Debian source package.
> More information: <https://manpages.debian.org/latest/devscripts/debchange.1.en.html>.
- Add a new version for a non-maintainer upload to the changelog:

View File

@@ -1,6 +1,6 @@
# debuild
> Tool to build a Debian package from source.
> Build a Debian package from source.
> More information: <https://manpages.debian.org/latest/devscripts/debuild.1.en.html>.
- Build the package in the current directory:

View File

@@ -1,6 +1,6 @@
# einfo
> Provides the number of records indexed in each field of a given database, the date of the last update of the database, and the available links from the database to other Entrez databases.
> Provides the number of records indexed in each database field, the last update date of the database, and the available links from the database to other Entrez databases.
> More information: <https://www.ncbi.nlm.nih.gov/books/NBK179288/>.
- Print all database names:

View File

@@ -1,6 +1,6 @@
# enum4linux
> Tool for enumerating Windows and Samba information from remote systems.
> Enumerate Windows and Samba information from remote systems.
> More information: <https://labs.portcullis.co.uk/tools/enum4linux/>.
- Try to enumerate using all methods:

View File

@@ -1,6 +1,6 @@
# faketime
> Fake the system time for a given command.
> Fake the system time for a command.
> More information: <https://manned.org/faketime>.
- Fake the time to this evening, before printing the result of `date`:

View File

@@ -1,6 +1,6 @@
# grub-file
> Check if a file is of a specific bootable image type.
> Check if a file is of a bootable image type.
> More information: <https://manned.org/grub-file>.
- Check if a file is an ARM EFI image:

View File

@@ -1,6 +1,6 @@
# hlint
> Tool for suggesting improvements to Haskell code.
> Suggest improvements to Haskell code.
> More information: <http://hackage.haskell.org/package/hlint>.
- Display suggestions for a given file:

View File

@@ -1,6 +1,6 @@
# hwclock
> Used for reading or changing the hardware clock. Usually requires root.
> Read or change the hardware clock. Usually requires root.
> More information: <https://manned.org/hwclock>.
- Display the current time as reported by the hardware clock:

View File

@@ -1,6 +1,6 @@
# ifup
> Tool used to enable network interfaces.
> Enable network interfaces.
> More information: <https://manpages.debian.org/latest/ifupdown/ifup.8.html>.
- Enable interface eth0:

View File

@@ -1,6 +1,6 @@
# kpackagetool5
> KPackage Manager: Install, list, remove Plasma packages.
> KPackage Manager: install, list, remove Plasma packages.
> More information: <https://techbase.kde.org/Development/Tutorials/Plasma5/QML2/GettingStarted#Kpackagetool5>.
- List all known package types that can be installed:

View File

@@ -1,6 +1,6 @@
# lastlog
> Show the most recent login of all users or of a given user.
> Show the most recent login of all users or of a user.
> More information: <https://manned.org/lastlog>.
- Display the most recent login of all users:

View File

@@ -1,6 +1,6 @@
# libtoolize
> A tool used in the autotools build system to prepare a package for using `libtool`.
> An `autotools` tool to prepare a package for using `libtool`.
> It performs various tasks, including generating necessary files and directories to integrate `libtool` seamlessly into a project.
> More information: <https://www.gnu.org/software/libtool/manual/libtool.html#Invoking-libtoolize>.

View File

@@ -1,7 +1,7 @@
# mkfs.btrfs
> Create a btrfs filesystem.
> Defaults to `raid1`, which specifies 2 copies of a given data block spread across 2 different devices.
> Create a BTRFS filesystem.
> Defaults to `raid1`, which specifies 2 copies of a data block spread across 2 different devices.
> More information: <https://btrfs.readthedocs.io/en/latest/mkfs.btrfs.html>.
- Create a btrfs filesystem on a single device:

View File

@@ -1,6 +1,6 @@
# mkosi
> Tool for building modern, legacy-free Linux images.
> Build modern, legacy-free Linux images.
> Part of `systemd`.
> More information: <https://manned.org/mkosi>.

View File

@@ -1,6 +1,6 @@
# mons
> A tool to quickly manage two displays.
> Quickly manage two displays.
> More information: <https://github.com/Ventto/mons>.
- Enable only the primary monitor:

View File

@@ -1,7 +1,7 @@
# pkgfile
> Tool for searching files from packages in the official repositories on arch-based systems.
> See also `pacman files`, describing the usage of `pacman --files`.
> Search files from packages in the official repositories on Arch-based systems.
> See also: `pacman files`, describing the usage of `pacman --files`.
> More information: <https://man.archlinux.org/man/extra/pkgfile/pkgfile.1>.
- Synchronize the pkgfile database:

View File

@@ -1,6 +1,6 @@
# pw-loopback
> Tool for creating loopback devices in pipewire.
> Create loopback devices in PipeWire.
> More information: <https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Virtual-Devices>.
- Create a loopback device with the default loopback behavior:

View File

@@ -1,6 +1,6 @@
# qm guest exec-status
> Print the status of the given pid started by the guest-agent on QEMU/KVM Virtual Machine Manager.
> Print the status of a pid started by the guest-agent on QEMU/KVM Virtual Machine Manager.
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Print the status of a specific PID:

View File

@@ -1,6 +1,6 @@
# qm guest passwd
> Set the password for a specific user on QEMU/KVM Virtual Machine Manager.
> Set the password for a user on QEMU/KVM Virtual Machine Manager.
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Set a password for a specific user in a virtual machine interactively:

View File

@@ -1,6 +1,6 @@
# qm help
> Display help for a specific command.
> Display help for a command.
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Display help for a specific command:

View File

@@ -1,6 +1,6 @@
# register_new_matrix_user
> Used to register new users with a given home server when registration has been disabled.
> Register new users in a home server when registration has been disabled.
> More information: <https://manned.org/register_new_matrix_user>.
- Create a user interactively:

View File

@@ -1,6 +1,6 @@
# rpi-eeprom-update
> Tool to update EEPROM and view other EEPROM information.
> Update EEPROM and view other EEPROM information.
> More information: <https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#rpi-eeprom-update>.
- Print information about the current raspberry pi EEPROM installed:

View File

@@ -1,6 +1,6 @@
# runlim
> A tool for sampling and limiting time and memory usage of a program and its child processes using the proc file system on Linux.
> Sample and limit time and memory usage of a program and its child processes using the proc file system on Linux.
> More information: <http://fmv.jku.at/runlim>.
- Print the time and memory usage of a command:

View File

@@ -1,6 +1,6 @@
# runuser
> Run commands as a specific user and group without asking for password (needs root privileges).
> Run commands as a user and group without asking for password (needs root privileges).
> More information: <https://manned.org/runuser>.
- Run command as a different user:

View File

@@ -1,6 +1,6 @@
# stress
> A tool to stress test CPU, memory, and IO on a Linux system.
> Stress test CPU, memory, and IO on a Linux system.
> More information: <https://manned.org/stress>.
- Spawn 4 workers to stress test CPU:

View File

@@ -1,7 +1,7 @@
# strigger
> View or modify Slurm trigger information.
> Triggers are actions that are automatically run when a given event occurs on a Slurm cluster.
> Triggers are actions that are automatically run when an event occurs on a Slurm cluster.
> More information: <https://slurm.schedmd.com/strigger.html>.
- Register a new trigger. Execute the specified program when the specified event occurs:

View File

@@ -1,7 +1,7 @@
# tcpick
> Packet sniffing and network traffic analysis tool.
> It can capture and display TCP connections and data. It can also monitor network traffic on a specific interface, host, or port.
> It can capture and display TCP connections and data. It can also monitor network traffic on a interface, host, or port.
> More information: <https://manned.org/tcpick.8>.
- Capture traffic on a specific [i]nterface, port and host::

View File

@@ -1,6 +1,6 @@
# tlp-stat
> A tool to generate TLP status reports.
> Generate TLP status reports.
> See also `tlp`.
> More information: <https://linrunner.de/tlp/usage/tlp-stat>.

View File

@@ -1,6 +1,6 @@
# toilet
> A tool to display ASCII-art fonts.
> Display ASCII-art fonts.
> More information: <http://caca.zoy.org/wiki/toilet>.
- Generate ASCII art for a given text:

View File

@@ -1,6 +1,6 @@
# toolbox
> Tool for containerized command-line environments on Linux.
> Manage containerized command-line environments on Linux.
> Some subcommands such as `toolbox create` have their own usage documentation.
> More information: <https://manned.org/toolbox.1>.

View File

@@ -1,6 +1,6 @@
# trust
> Tool for operating on the trust policy store.
> Operate on the trust policy store.
> More information: <https://manned.org/trust>.
- List trust policy store items:

View File

@@ -1,7 +1,7 @@
# ul
> Performs the underlining of a text.
> Each character in a given string must be underlined separately.
> Each character in a string must be underlined separately.
> More information: <https://manned.org/ul>.
- Display the contents of the file with underlines where applicable:

View File

@@ -1,6 +1,6 @@
# wami
> An open-source and easy-to-use tool that recommends suitable programs for specific tasks.
> An open-source and easy-to-use tool that recommends suitable programs for tasks.
> More information: <https://github.com/evait-security/wami>.
- Find expanded results in all categories from the lake and [S]ort them in the specified order:

View File

@@ -1,7 +1,7 @@
# wl-copy
> Wayland clipboard manipulation tool.
> See also: `wl-paste`.
> Clear and copy to Wayland clipboard.
> See also: `wl-paste`, `xclip`.
> More information: <https://github.com/bugaevc/wl-clipboard>.
- Copy the text to the clipboard:

View File

@@ -1,7 +1,7 @@
# wl-paste
> Tool to access data stored in the clipboard for Wayland.
> See also: `wl-copy`.
> Paste content in Wayland clipboard.
> See also: `wl-copy`, `xclip`.
> More information: <https://github.com/bugaevc/wl-clipboard>.
- Paste the contents of the clipboard:

View File

@@ -1,6 +1,6 @@
# wpa_passphrase
> Generate a WPA-PSK key from an ASCII passphrase for a given SSID.
> Generate a WPA-PSK key from an ASCII passphrase for a SSID.
> More information: <https://manned.org/wpa_passphrase.1>.
- Compute and display the WPA-PSK key for a given SSID reading the passphrase from `stdin`:

View File

@@ -2,6 +2,7 @@
> X11 clipboard manipulation tool, similar to `xsel`.
> Handles the X primary and secondary selections, plus the system clipboard (`Ctrl + C`/`Ctrl + V`).
> See also: `wl-copy`.
> More information: <https://manned.org/xclip>.
- Copy the output from a command to the X11 primary selection area (clipboard):

View File

@@ -1,6 +1,6 @@
# yay
> Yet Another Yogurt: A utility for Arch Linux to build and install packages from the Arch User Repository.
> Yet Another Yogurt: build and install packages from the Arch User Repository.
> Also see `pacman`.
> More information: <https://github.com/Jguer/yay>.