From c9775847b64a6dd608446a2cc7f2b7c5242bc8de Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Thu, 18 Apr 2024 06:04:00 +0200 Subject: [PATCH] pages/*: use the imperative in descriptions (#12574) * pages/*: use the imperative in descriptions * go-fmt: put the description on one line --- pages/common/alias.md | 2 +- pages/common/apg.md | 2 +- pages/common/aws-glue.md | 2 +- pages/common/borg.md | 2 +- pages/common/conan-frogarian.md | 2 +- pages/common/dirs.md | 2 +- pages/common/dolt-blame.md | 2 +- pages/common/dolt-version.md | 2 +- pages/common/duplicity.md | 2 +- pages/common/factor.md | 2 +- pages/common/from.md | 2 +- pages/common/gcal.md | 2 +- pages/common/gh-api.md | 2 +- pages/common/git-var.md | 2 +- pages/common/go-fmt.md | 3 +-- pages/common/hostid.md | 2 +- pages/common/kubectl-apply.md | 3 ++- pages/common/ln.md | 2 +- pages/common/mkfifo.md | 2 +- pages/common/netstat.md | 2 +- pages/common/pipenv.md | 2 +- pages/common/salt-key.md | 2 +- pages/common/tlmgr.md | 2 +- pages/common/trawl.md | 2 +- pages/linux/add-apt-repository.md | 2 +- pages/linux/apt-add-repository.md | 2 +- pages/linux/avahi-browse.md | 2 +- pages/linux/caja.md | 2 +- pages/linux/dmenu.md | 2 +- pages/linux/fatlabel.md | 2 +- pages/linux/ico.md | 2 +- pages/linux/id3v2.md | 2 +- pages/linux/lscpu.md | 2 +- pages/linux/mashtree.md | 2 +- pages/linux/mke2fs.md | 2 +- pages/linux/mkfs.cramfs.md | 2 +- pages/linux/mkfs.exfat.md | 2 +- pages/linux/mkfs.ext4.md | 2 +- pages/linux/mkfs.f2fs.md | 2 +- pages/linux/mkfs.fat.md | 2 +- pages/linux/mkfs.minix.md | 2 +- pages/linux/mkfs.ntfs.md | 2 +- pages/linux/mkfs.vfat.md | 2 +- pages/linux/nemo.md | 2 +- pages/linux/pidof.md | 2 +- pages/linux/readelf.md | 2 +- pages/linux/readpe.md | 2 +- pages/linux/rpcinfo.md | 2 +- pages/linux/size.md | 2 +- pages/linux/sm.md | 2 +- pages/linux/toolbox-help.md | 2 +- pages/linux/uprecords.md | 2 +- pages/linux/usermod.md | 2 +- pages/linux/xmount.md | 2 +- pages/osx/airportd.md | 2 +- pages/osx/backupd.md | 2 +- pages/osx/cal.md | 2 +- pages/osx/corebrightnessd.md | 2 +- pages/osx/fontd.md | 2 +- pages/osx/internetsharing.md | 2 +- pages/osx/setfile.md | 2 +- pages/osx/watchlistd.md | 2 +- pages/windows/date.md | 2 +- pages/windows/fsutil.md | 2 +- pages/windows/get-acl.md | 2 +- pages/windows/get-date.md | 2 +- pages/windows/mkdir.md | 2 +- pages/windows/netstat.md | 2 +- pages/windows/query.md | 2 +- pages/windows/setx.md | 2 +- 70 files changed, 71 insertions(+), 71 deletions(-) diff --git a/pages/common/alias.md b/pages/common/alias.md index af01ccf83f..cf59fd154a 100644 --- a/pages/common/alias.md +++ b/pages/common/alias.md @@ -1,6 +1,6 @@ # alias -> Creates aliases -- words that are replaced by a command string. +> Create aliases - words that are replaced by a command string. > Aliases expire with the current shell session unless defined in the shell's configuration file, e.g. `~/.bashrc`. > More information: . diff --git a/pages/common/apg.md b/pages/common/apg.md index 8778068cac..59902940ee 100644 --- a/pages/common/apg.md +++ b/pages/common/apg.md @@ -1,6 +1,6 @@ # apg -> Creates arbitrarily complex random passwords. +> Create arbitrarily complex random passwords. > More information: . - Create random passwords (default password length is 8): diff --git a/pages/common/aws-glue.md b/pages/common/aws-glue.md index 3d35dafc1f..ea16204a7e 100644 --- a/pages/common/aws-glue.md +++ b/pages/common/aws-glue.md @@ -1,7 +1,7 @@ # aws glue > CLI for AWS Glue. -> Defines the public endpoint for the AWS Glue service. +> Define the public endpoint for the AWS Glue service. > More information: . - List jobs: diff --git a/pages/common/borg.md b/pages/common/borg.md index b9829f78d6..54eae49c49 100644 --- a/pages/common/borg.md +++ b/pages/common/borg.md @@ -1,7 +1,7 @@ # borg > Deduplicating backup tool. -> Creates local or remote backups that are mountable as filesystems. +> Create local or remote backups that are mountable as filesystems. > More information: . - Initialize a (local) repository: diff --git a/pages/common/conan-frogarian.md b/pages/common/conan-frogarian.md index 5041569411..c0635cee35 100644 --- a/pages/common/conan-frogarian.md +++ b/pages/common/conan-frogarian.md @@ -1,6 +1,6 @@ # conan frogarian -> Displays the conan frogarian. +> Display the conan frogarian. > More information: . - Display the conan frogarian: diff --git a/pages/common/dirs.md b/pages/common/dirs.md index dc90cbd119..3358696404 100644 --- a/pages/common/dirs.md +++ b/pages/common/dirs.md @@ -1,6 +1,6 @@ # dirs -> Displays or manipulates the directory stack. +> Display or manipulate the directory stack. > The directory stack is a list of recently visited directories that can be manipulated with the `pushd` and `popd` commands. > More information: . diff --git a/pages/common/dolt-blame.md b/pages/common/dolt-blame.md index be8b6e8bb9..2185c42776 100644 --- a/pages/common/dolt-blame.md +++ b/pages/common/dolt-blame.md @@ -1,6 +1,6 @@ # dolt blame -> Displays commit information for each row of a Dolt table. +> Display commit information for each row of a Dolt table. > More information: . - Display the latest commit for each row of a table: diff --git a/pages/common/dolt-version.md b/pages/common/dolt-version.md index 553689247b..a7df647a01 100644 --- a/pages/common/dolt-version.md +++ b/pages/common/dolt-version.md @@ -1,6 +1,6 @@ # dolt version -> Displays the current dolt CLI version. +> Display the current dolt CLI version. > More information: . - Display version: diff --git a/pages/common/duplicity.md b/pages/common/duplicity.md index cb26a58e95..47ab35820d 100644 --- a/pages/common/duplicity.md +++ b/pages/common/duplicity.md @@ -1,6 +1,6 @@ # duplicity -> Creates incremental, compressed, encrypted and versioned backups. +> Create incremental, compressed, encrypted and versioned backups. > Can also upload the backups to a variety of backend services. > More information: . diff --git a/pages/common/factor.md b/pages/common/factor.md index f63855cc9d..f68eac41d6 100644 --- a/pages/common/factor.md +++ b/pages/common/factor.md @@ -1,6 +1,6 @@ # factor -> Prints the prime factorization of a number. +> Print the prime factorization of a number. > More information: . - Display the prime-factorization of a number: diff --git a/pages/common/from.md b/pages/common/from.md index 95c25d6fcf..4212eaa874 100644 --- a/pages/common/from.md +++ b/pages/common/from.md @@ -1,6 +1,6 @@ # from -> Prints mail header lines from the current user's mailbox. +> Print mail header lines from the current user's mailbox. > More information: . - List mail: diff --git a/pages/common/gcal.md b/pages/common/gcal.md index 26ab674c9a..f3a954de52 100644 --- a/pages/common/gcal.md +++ b/pages/common/gcal.md @@ -1,6 +1,6 @@ # gcal -> Displays calendar. +> Display calendar. > More information: . - Display calendar for the current month: diff --git a/pages/common/gh-api.md b/pages/common/gh-api.md index 2beedb01b1..f7829431c8 100644 --- a/pages/common/gh-api.md +++ b/pages/common/gh-api.md @@ -1,6 +1,6 @@ # gh api -> Makes authenticated HTTP requests to the GitHub API and prints the response. +> Make authenticated HTTP requests to the GitHub API and print the response. > More information: . - Display the releases for the current repository in JSON format: diff --git a/pages/common/git-var.md b/pages/common/git-var.md index 1b23417715..a915b0c9ea 100644 --- a/pages/common/git-var.md +++ b/pages/common/git-var.md @@ -1,6 +1,6 @@ # git var -> Prints a Git logical variable's value. +> Print a Git logical variable's value. > See `git config`, which is preferred over `git var`. > More information: . diff --git a/pages/common/go-fmt.md b/pages/common/go-fmt.md index d65a7a92b9..b78ec7328e 100644 --- a/pages/common/go-fmt.md +++ b/pages/common/go-fmt.md @@ -1,7 +1,6 @@ # go fmt -> Format Go source files. -> Prints the filenames that are changed. +> Format Go source files, printing the changed filenames. > More information: . - Format Go source files in the current directory: diff --git a/pages/common/hostid.md b/pages/common/hostid.md index a5ad0f4242..b2986faaf7 100644 --- a/pages/common/hostid.md +++ b/pages/common/hostid.md @@ -1,6 +1,6 @@ # hostid -> Prints the numeric identifier for the current host (not necessarily the IP address). +> Print the numeric identifier for the current host (not necessarily the IP address). > More information: . - Display the numeric identifier for the current host in hexadecimal: diff --git a/pages/common/kubectl-apply.md b/pages/common/kubectl-apply.md index 3fbaa8a8c6..1d623957c5 100644 --- a/pages/common/kubectl-apply.md +++ b/pages/common/kubectl-apply.md @@ -1,6 +1,7 @@ # kubectl apply -> Manages applications through files defining Kubernetes resources. It creates and updates resources in a cluster. +> Manage applications through files defining Kubernetes resources. +> Create and update resources in a cluster. > More information: . - Apply a configuration to a resource by file name or `stdin`: diff --git a/pages/common/ln.md b/pages/common/ln.md index 8f4a820fbe..4bb580e762 100644 --- a/pages/common/ln.md +++ b/pages/common/ln.md @@ -1,6 +1,6 @@ # ln -> Creates links to files and directories. +> Create links to files and directories. > More information: . - Create a symbolic link to a file or directory: diff --git a/pages/common/mkfifo.md b/pages/common/mkfifo.md index 0769e62b7e..87a580051c 100644 --- a/pages/common/mkfifo.md +++ b/pages/common/mkfifo.md @@ -1,6 +1,6 @@ # mkfifo -> Makes FIFOs (named pipes). +> Make FIFOs (named pipes). > More information: . - Create a named pipe at a given path: diff --git a/pages/common/netstat.md b/pages/common/netstat.md index 0a55008426..f9e46ca069 100644 --- a/pages/common/netstat.md +++ b/pages/common/netstat.md @@ -1,6 +1,6 @@ # netstat -> Displays network-related information such as open connections, open socket ports, etc. +> Display network-related information such as open connections, open socket ports, etc. > More information: . - List all ports: diff --git a/pages/common/pipenv.md b/pages/common/pipenv.md index 0cfebb801d..5bb5735d4e 100644 --- a/pages/common/pipenv.md +++ b/pages/common/pipenv.md @@ -1,7 +1,7 @@ # pipenv > Simple and unified Python development workflow. -> Manages packages and the virtual environment for a project. +> Manage packages and the virtual environment for a project. > More information: . - Create a new project: diff --git a/pages/common/salt-key.md b/pages/common/salt-key.md index c8d35c5dd8..b69b662817 100644 --- a/pages/common/salt-key.md +++ b/pages/common/salt-key.md @@ -1,6 +1,6 @@ # salt-key -> Manages salt minion keys on the salt master. +> Manage salt minion keys on the salt master. > Needs to be run on the salt master, likely as root or with sudo. > More information: . diff --git a/pages/common/tlmgr.md b/pages/common/tlmgr.md index 9205289987..8dc0ae27d0 100644 --- a/pages/common/tlmgr.md +++ b/pages/common/tlmgr.md @@ -1,6 +1,6 @@ # tlmgr -> Manages packages and configuration options of an existing TeX Live installation. +> Manage packages and configuration options of an existing TeX Live installation. > Some subcommands such as `tlmgr paper` have their own usage documentation. > More information: . diff --git a/pages/common/trawl.md b/pages/common/trawl.md index 393810a73f..222046c398 100644 --- a/pages/common/trawl.md +++ b/pages/common/trawl.md @@ -1,6 +1,6 @@ # trawl -> Prints out network interface information to the console, much like ifconfig/ipconfig/ip/ifdata. +> Print out network interface information to the console, much like ifconfig/ipconfig/ip/ifdata. > More information: . - Show column names: diff --git a/pages/linux/add-apt-repository.md b/pages/linux/add-apt-repository.md index 506479fbf6..f791ffee0c 100644 --- a/pages/linux/add-apt-repository.md +++ b/pages/linux/add-apt-repository.md @@ -1,6 +1,6 @@ # add-apt-repository -> Manages `apt` repository definitions. +> Manage `apt` repository definitions. > More information: . - Add a new `apt` repository: diff --git a/pages/linux/apt-add-repository.md b/pages/linux/apt-add-repository.md index 13d0ca2a8e..2fe5d614a7 100644 --- a/pages/linux/apt-add-repository.md +++ b/pages/linux/apt-add-repository.md @@ -1,6 +1,6 @@ # apt-add-repository -> Manages `apt` repository definitions. +> Manage `apt` repository definitions. > More information: . - Add a new `apt` repository: diff --git a/pages/linux/avahi-browse.md b/pages/linux/avahi-browse.md index 065b9936c7..dc156dac82 100644 --- a/pages/linux/avahi-browse.md +++ b/pages/linux/avahi-browse.md @@ -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: . diff --git a/pages/linux/caja.md b/pages/linux/caja.md index aaea675e86..0ad032b179 100644 --- a/pages/linux/caja.md +++ b/pages/linux/caja.md @@ -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: . diff --git a/pages/linux/dmenu.md b/pages/linux/dmenu.md index 5201208a3c..1c852b7247 100644 --- a/pages/linux/dmenu.md +++ b/pages/linux/dmenu.md @@ -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: . - Display a menu of the output of the `ls` command: diff --git a/pages/linux/fatlabel.md b/pages/linux/fatlabel.md index 1b100d3059..b615b74ded 100644 --- a/pages/linux/fatlabel.md +++ b/pages/linux/fatlabel.md @@ -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: . - Get the label of a FAT32 partition: diff --git a/pages/linux/ico.md b/pages/linux/ico.md index e494fa96d4..8bcc0cfff7 100644 --- a/pages/linux/ico.md +++ b/pages/linux/ico.md @@ -1,6 +1,6 @@ # ico -> Displays an animation of a polyhedron. +> Display an animation of a polyhedron. > More information: . - Display the wireframe of an icosahedron that changes its position every 0.1 seconds: diff --git a/pages/linux/id3v2.md b/pages/linux/id3v2.md index 77cf55914a..66b766dfab 100644 --- a/pages/linux/id3v2.md +++ b/pages/linux/id3v2.md @@ -1,6 +1,6 @@ # id3v2 -> Manages id3v2 tags, converts and lists id3v1. +> Manage id3v2 tags, converts and lists id3v1. > More information: . - List all genres: diff --git a/pages/linux/lscpu.md b/pages/linux/lscpu.md index 2d5c72a695..64b8618a12 100644 --- a/pages/linux/lscpu.md +++ b/pages/linux/lscpu.md @@ -1,6 +1,6 @@ # lscpu -> Displays information about the CPU architecture. +> Display information about the CPU architecture. > More information: . - Display information about all CPUs: diff --git a/pages/linux/mashtree.md b/pages/linux/mashtree.md index 224c2e2a56..b2692cc86a 100644 --- a/pages/linux/mashtree.md +++ b/pages/linux/mashtree.md @@ -1,6 +1,6 @@ # mashtree -> Makes a fast tree from genomes. +> Make a fast tree from genomes. > Does not make a phylogeny. > More information: . diff --git a/pages/linux/mke2fs.md b/pages/linux/mke2fs.md index 9301f55aff..fff11fb3f2 100644 --- a/pages/linux/mke2fs.md +++ b/pages/linux/mke2fs.md @@ -1,6 +1,6 @@ # mke2fs -> Creates a Linux filesystem inside a partition. +> Create a Linux filesystem inside a partition. > More information: . - Create an ext2 filesystem in partition 1 of device b (`sdb1`): diff --git a/pages/linux/mkfs.cramfs.md b/pages/linux/mkfs.cramfs.md index f2341b5b85..0fa2b6dcf6 100644 --- a/pages/linux/mkfs.cramfs.md +++ b/pages/linux/mkfs.cramfs.md @@ -1,6 +1,6 @@ # mkfs.cramfs -> Creates a ROM filesystem inside a partition. +> Create a ROM filesystem inside a partition. > More information: . - Create a ROM filesystem inside partition 1 on device b (`sdb1`): diff --git a/pages/linux/mkfs.exfat.md b/pages/linux/mkfs.exfat.md index da5213a74d..464b8d6c1c 100644 --- a/pages/linux/mkfs.exfat.md +++ b/pages/linux/mkfs.exfat.md @@ -1,6 +1,6 @@ # mkfs.exfat -> Creates an exfat filesystem inside a partition. +> Create an exfat filesystem inside a partition. > More information: . - Create an exfat filesystem inside partition 1 on device b (`sdb1`): diff --git a/pages/linux/mkfs.ext4.md b/pages/linux/mkfs.ext4.md index aa479958bb..190eb86d50 100644 --- a/pages/linux/mkfs.ext4.md +++ b/pages/linux/mkfs.ext4.md @@ -1,6 +1,6 @@ # mkfs.ext4 -> Creates an ext4 filesystem inside a partition. +> Create an ext4 filesystem inside a partition. > More information: . - Create an ext4 filesystem inside partition 1 on device b (`sdb1`): diff --git a/pages/linux/mkfs.f2fs.md b/pages/linux/mkfs.f2fs.md index b58e6e68d4..b320882d68 100644 --- a/pages/linux/mkfs.f2fs.md +++ b/pages/linux/mkfs.f2fs.md @@ -1,6 +1,6 @@ # mkfs.f2fs -> Creates an F2FS filesystem inside a partition. +> Create an F2FS filesystem inside a partition. > More information: . - Create an F2FS filesystem inside partition 1 on device b (`sdb1`): diff --git a/pages/linux/mkfs.fat.md b/pages/linux/mkfs.fat.md index 3c44843a7c..8e483e40a0 100644 --- a/pages/linux/mkfs.fat.md +++ b/pages/linux/mkfs.fat.md @@ -1,6 +1,6 @@ # mkfs.fat -> Creates an MS-DOS filesystem inside a partition. +> Create an MS-DOS filesystem inside a partition. > More information: . - Create a fat filesystem inside partition 1 on device b (`sdb1`): diff --git a/pages/linux/mkfs.minix.md b/pages/linux/mkfs.minix.md index d7903fcce4..ba3905052d 100644 --- a/pages/linux/mkfs.minix.md +++ b/pages/linux/mkfs.minix.md @@ -1,6 +1,6 @@ # mkfs.minix -> Creates a Minix filesystem inside a partition. +> Create a Minix filesystem inside a partition. > More information: . - Create a Minix filesystem inside partition 1 on device b (`sdb1`): diff --git a/pages/linux/mkfs.ntfs.md b/pages/linux/mkfs.ntfs.md index 836b854cc1..a725842052 100644 --- a/pages/linux/mkfs.ntfs.md +++ b/pages/linux/mkfs.ntfs.md @@ -1,6 +1,6 @@ # mkfs.ntfs -> Creates a NTFS filesystem inside a partition. +> Create a NTFS filesystem inside a partition. > More information: . - Create a NTFS filesystem inside partition 1 on device b (`sdb1`): diff --git a/pages/linux/mkfs.vfat.md b/pages/linux/mkfs.vfat.md index 9a9e24c2b1..22bd41d1c3 100644 --- a/pages/linux/mkfs.vfat.md +++ b/pages/linux/mkfs.vfat.md @@ -1,6 +1,6 @@ # mkfs.vfat -> Creates an MS-DOS filesystem inside a partition. +> Create an MS-DOS filesystem inside a partition. > More information: . - Create a vfat filesystem inside partition 1 on device b (`sdb1`): diff --git a/pages/linux/nemo.md b/pages/linux/nemo.md index c67fc8e0ce..82b2a67b73 100644 --- a/pages/linux/nemo.md +++ b/pages/linux/nemo.md @@ -1,6 +1,6 @@ # nemo -> Manages files and directories in Cinnamon desktop environment. +> Manage files and directories in Cinnamon desktop environment. > More information: . - Open the current user home directory: diff --git a/pages/linux/pidof.md b/pages/linux/pidof.md index f5f1c27103..2fe0f2a007 100644 --- a/pages/linux/pidof.md +++ b/pages/linux/pidof.md @@ -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: . - List all process IDs with given name: diff --git a/pages/linux/readelf.md b/pages/linux/readelf.md index 87234431ff..ab0700cfe2 100644 --- a/pages/linux/readelf.md +++ b/pages/linux/readelf.md @@ -1,6 +1,6 @@ # readelf -> Displays information about ELF files. +> Display information about ELF files. > More information: . - Display all information about the ELF file: diff --git a/pages/linux/readpe.md b/pages/linux/readpe.md index 5f48253476..578fa89865 100644 --- a/pages/linux/readpe.md +++ b/pages/linux/readpe.md @@ -1,6 +1,6 @@ # readpe -> Displays information about PE files. +> Display information about PE files. > More information: . - Display all information about a PE file: diff --git a/pages/linux/rpcinfo.md b/pages/linux/rpcinfo.md index b540605c88..170d0f8c93 100644 --- a/pages/linux/rpcinfo.md +++ b/pages/linux/rpcinfo.md @@ -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: . - Show full table of all RPC services registered on localhost: diff --git a/pages/linux/size.md b/pages/linux/size.md index 36061ed402..99ede4acfb 100644 --- a/pages/linux/size.md +++ b/pages/linux/size.md @@ -1,6 +1,6 @@ # size -> Displays the sizes of sections inside binary files. +> Display the sizes of sections inside binary files. > More information: . - Display the size of sections in a given object or executable file: diff --git a/pages/linux/sm.md b/pages/linux/sm.md index e5c2a666e2..192310d82e 100644 --- a/pages/linux/sm.md +++ b/pages/linux/sm.md @@ -1,6 +1,6 @@ # sm -> Displays a short message fullscreen. +> Display a short message fullscreen. > More information: . - Display a message in full-screen: diff --git a/pages/linux/toolbox-help.md b/pages/linux/toolbox-help.md index c09b993417..ae7b34f607 100644 --- a/pages/linux/toolbox-help.md +++ b/pages/linux/toolbox-help.md @@ -1,6 +1,6 @@ # toolbox help -> Displays help information about `toolbox`. +> Display help information about `toolbox`. > More information: . - Display the `toolbox` manual: diff --git a/pages/linux/uprecords.md b/pages/linux/uprecords.md index 8d776abbc8..fec09a7f6f 100644 --- a/pages/linux/uprecords.md +++ b/pages/linux/uprecords.md @@ -1,6 +1,6 @@ # uprecords -> Displays a summary of historical uptime records. +> Display a summary of historical uptime records. > More information: . - Display a summary of the top 10 historical uptime records: diff --git a/pages/linux/usermod.md b/pages/linux/usermod.md index 74be49bfe1..94b4bec511 100644 --- a/pages/linux/usermod.md +++ b/pages/linux/usermod.md @@ -1,6 +1,6 @@ # usermod -> Modifies a user account. +> Modify a user account. > See also: `users`, `useradd`, `userdel`. > More information: . diff --git a/pages/linux/xmount.md b/pages/linux/xmount.md index daa1e1122d..cf930afe8a 100644 --- a/pages/linux/xmount.md +++ b/pages/linux/xmount.md @@ -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: . - Mount a `.raw` image file into a DMG container file: diff --git a/pages/osx/airportd.md b/pages/osx/airportd.md index d92296633e..07ba5685da 100644 --- a/pages/osx/airportd.md +++ b/pages/osx/airportd.md @@ -1,6 +1,6 @@ # airportd -> Manages wireless interfaces. +> Manage wireless interfaces. > It should not be invoked manually. > More information: . diff --git a/pages/osx/backupd.md b/pages/osx/backupd.md index dace3b9316..cf6867c4ac 100644 --- a/pages/osx/backupd.md +++ b/pages/osx/backupd.md @@ -1,6 +1,6 @@ # backupd -> Creates Time Machine backups and manages its backup history. +> Create Time Machine backups and manages its backup history. > It should not be invoked manually. > More information: . diff --git a/pages/osx/cal.md b/pages/osx/cal.md index 6d2424fd6a..1693171d7f 100644 --- a/pages/osx/cal.md +++ b/pages/osx/cal.md @@ -1,6 +1,6 @@ # cal -> Prints calendar information. +> Print calendar information. > More information: . - Display a calendar for the current month: diff --git a/pages/osx/corebrightnessd.md b/pages/osx/corebrightnessd.md index 8bd94bccbb..07bb297904 100644 --- a/pages/osx/corebrightnessd.md +++ b/pages/osx/corebrightnessd.md @@ -1,6 +1,6 @@ # corebrightnessd -> Manages Night Shift. +> Manage Night Shift. > It should not be invoked manually. > More information: . diff --git a/pages/osx/fontd.md b/pages/osx/fontd.md index a55f40aa6d..aa61c3df3b 100644 --- a/pages/osx/fontd.md +++ b/pages/osx/fontd.md @@ -1,6 +1,6 @@ # fontd -> Makes fonts available to the system. +> Make fonts available to the system. > It should not be invoked manually. > More information: . diff --git a/pages/osx/internetsharing.md b/pages/osx/internetsharing.md index bb56b64c51..8ca89d55c7 100644 --- a/pages/osx/internetsharing.md +++ b/pages/osx/internetsharing.md @@ -1,6 +1,6 @@ # InternetSharing -> Sets up Internet Sharing. +> Set up Internet Sharing. > It should not be invoked manually. > More information: . diff --git a/pages/osx/setfile.md b/pages/osx/setfile.md index d3663140e6..59203cecb7 100644 --- a/pages/osx/setfile.md +++ b/pages/osx/setfile.md @@ -1,6 +1,6 @@ # setfile -> Sets file attributes on files in an HFS+ directory. +> Set file attributes on files in an HFS+ directory. > More information: . - Set creation date for specific files: diff --git a/pages/osx/watchlistd.md b/pages/osx/watchlistd.md index 4f83ec2fb1..ae88ebda86 100644 --- a/pages/osx/watchlistd.md +++ b/pages/osx/watchlistd.md @@ -1,6 +1,6 @@ # watchlistd -> Manages the Apple TV app's watch list. +> Manage the Apple TV app's watch list. > It should not be invoked manually. > More information: . diff --git a/pages/windows/date.md b/pages/windows/date.md index 4be38a1678..9d7246d6b2 100644 --- a/pages/windows/date.md +++ b/pages/windows/date.md @@ -1,6 +1,6 @@ # date -> Displays or sets the system date. +> Display or set the system date. > More information: . - Display the current system date and prompt to enter a new date (leave empty to keep unchanged): diff --git a/pages/windows/fsutil.md b/pages/windows/fsutil.md index 6ac745186c..41e966988d 100644 --- a/pages/windows/fsutil.md +++ b/pages/windows/fsutil.md @@ -1,6 +1,6 @@ # fsutil -> Displays information about file system volumes. +> Display information about file system volumes. > More information: . - Display a list of volumes: diff --git a/pages/windows/get-acl.md b/pages/windows/get-acl.md index 1f1cb3a770..bd0ad8d4ba 100644 --- a/pages/windows/get-acl.md +++ b/pages/windows/get-acl.md @@ -1,6 +1,6 @@ # Get-Acl -> Gets the security descriptor for a resource, such as a file or registry key. +> Get the security descriptor for a resource, such as a file or registry key. > This command can only be used through PowerShell. > More information: . diff --git a/pages/windows/get-date.md b/pages/windows/get-date.md index 76f6335802..83178a1ee6 100644 --- a/pages/windows/get-date.md +++ b/pages/windows/get-date.md @@ -1,6 +1,6 @@ # Get-Date -> Gets the current date and time. +> Get the current date and time. > This command can only be used through PowerShell. > More information: . diff --git a/pages/windows/mkdir.md b/pages/windows/mkdir.md index aa4933206a..8a7847e61e 100644 --- a/pages/windows/mkdir.md +++ b/pages/windows/mkdir.md @@ -1,6 +1,6 @@ # mkdir -> Creates a directory. +> Create a directory. > More information: . - Create a directory: diff --git a/pages/windows/netstat.md b/pages/windows/netstat.md index e3d265cb19..3db2a4be32 100644 --- a/pages/windows/netstat.md +++ b/pages/windows/netstat.md @@ -1,6 +1,6 @@ # netstat -> Displays active TCP connections, ports on which the computer is listening, network adapter statistics, the IP routing table, IPv4 statistics and IPv6 statistics. +> Display active TCP connections, ports on which the computer is listening, network adapter statistics, the IP routing table, IPv4 statistics and IPv6 statistics. > More information: . - Display active TCP connections: diff --git a/pages/windows/query.md b/pages/windows/query.md index 981cc016d9..ae44064364 100644 --- a/pages/windows/query.md +++ b/pages/windows/query.md @@ -1,6 +1,6 @@ # query -> Displays information about user sessions and process. +> Display information about user sessions and process. > More information: . - Display all user sessions: diff --git a/pages/windows/setx.md b/pages/windows/setx.md index eeb8061944..4e432997bf 100644 --- a/pages/windows/setx.md +++ b/pages/windows/setx.md @@ -1,6 +1,6 @@ # setx -> Sets persistent environment variables. +> Set persistent environment variables. > More information: . - Set an environment variable for the current user: