diff --git a/pages/android/dumpsys.md b/pages/android/dumpsys.md index 712748a48..531ddc698 100644 --- a/pages/android/dumpsys.md +++ b/pages/android/dumpsys.md @@ -1,6 +1,6 @@ # dumpsys -> Provide information about Android system services. +> Get information about Android system services. > This command can only be used through `adb shell`. > More information: . diff --git a/pages/common/ajson.md b/pages/common/ajson.md index 54da01cf0..9d70fc011 100644 --- a/pages/common/ajson.md +++ b/pages/common/ajson.md @@ -1,6 +1,6 @@ # ajson -> Executes JSONPath on JSON objects. +> Execute JSONPath on JSON objects. > More information: . - Read JSON from a file and execute a specified JSONPath expression: diff --git a/pages/common/ansible-vault.md b/pages/common/ansible-vault.md index 21c420bbb..27573b5c5 100644 --- a/pages/common/ansible-vault.md +++ b/pages/common/ansible-vault.md @@ -1,6 +1,6 @@ # ansible-vault -> Encrypts & decrypts values, data structures and files within Ansible projects. +> Encrypt and decrypt values, data structures and files within Ansible projects. > More information: . - Create a new encrypted vault file with a prompt for a password: diff --git a/pages/common/anytopnm.md b/pages/common/anytopnm.md index af7381906..e3f4c805d 100644 --- a/pages/common/anytopnm.md +++ b/pages/common/anytopnm.md @@ -1,6 +1,6 @@ # anytopnm -> Converts an arbitrary type of image file to common image formats. +> Convert an arbitrary type of image file to common image formats. > More information: . - Convert an input image to PBM, PGM, or PPM format irrespective of the input type: diff --git a/pages/common/black.md b/pages/common/black.md index 9384454dc..84c8729a6 100644 --- a/pages/common/black.md +++ b/pages/common/black.md @@ -1,6 +1,6 @@ # black -> A Python auto code formatter. +> Format Python code automatically. > More information: . - Auto-format a file or entire directory: diff --git a/pages/common/c99.md b/pages/common/c99.md index ff34631f4..86d8c4444 100644 --- a/pages/common/c99.md +++ b/pages/common/c99.md @@ -1,6 +1,6 @@ # c99 -> Compiles C programs according to the ISO C standard. +> Compile C programs according to the ISO C standard. > More information: . - Compile source file(s) and create an executable: diff --git a/pages/common/clamdscan.md b/pages/common/clamdscan.md index a12e4586a..49da6c608 100644 --- a/pages/common/clamdscan.md +++ b/pages/common/clamdscan.md @@ -1,6 +1,6 @@ # clamdscan -> A command-line virus scanner using the ClamAV Daemon. +> Scan for viruses using the ClamAV Daemon. > More information: . - Scan a file or directory for vulnerabilities: diff --git a/pages/common/clang++.md b/pages/common/clang++.md index 532a1a4cf..1f51051ca 100644 --- a/pages/common/clang++.md +++ b/pages/common/clang++.md @@ -1,6 +1,6 @@ # clang++ -> Compiles C++ source files. +> Compile C++ source files. > Part of LLVM. > More information: . diff --git a/pages/common/cmark.md b/pages/common/cmark.md index 2fb2a1ca1..cc56aae9e 100644 --- a/pages/common/cmark.md +++ b/pages/common/cmark.md @@ -1,6 +1,6 @@ # cmark -> Converts CommonMark Markdown formatted text to other formats. +> Convert CommonMark Markdown formatted text to other formats. > More information: . - Render a CommonMark Markdown file to HTML: diff --git a/pages/common/coffee.md b/pages/common/coffee.md index 40e367f5e..eca2d3d72 100644 --- a/pages/common/coffee.md +++ b/pages/common/coffee.md @@ -1,6 +1,6 @@ # coffee -> Executes CoffeeScript scripts or compiles them into JavaScript. +> Execute CoffeeScript scripts or compiles them into JavaScript. > More information: . - Run a script: diff --git a/pages/common/complete.md b/pages/common/complete.md index 1bbfee8e3..b97d0b9d9 100644 --- a/pages/common/complete.md +++ b/pages/common/complete.md @@ -1,6 +1,6 @@ # complete -> Provides argument autocompletion to shell commands. +> Get argument autocompletion to shell commands. > More information: . - Apply a function that performs autocompletion to a command: diff --git a/pages/common/cpio.md b/pages/common/cpio.md index 13f2ecd9d..459669a6d 100644 --- a/pages/common/cpio.md +++ b/pages/common/cpio.md @@ -1,6 +1,6 @@ # cpio -> Copies files in and out of archives. +> Copy files in and out of archives. > Supports the following archive formats: cpio's custom binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar. > More information: . diff --git a/pages/common/cradle-install.md b/pages/common/cradle-install.md index 811ff4fcd..bb6a06804 100644 --- a/pages/common/cradle-install.md +++ b/pages/common/cradle-install.md @@ -1,6 +1,6 @@ # cradle install -> Installs the Cradle PHP framework components. +> Install the Cradle PHP framework components. > More information: . - Install Cradle's components (User will be prompted for further details): diff --git a/pages/common/csslint.md b/pages/common/csslint.md index 9086f5c3c..e58f94063 100644 --- a/pages/common/csslint.md +++ b/pages/common/csslint.md @@ -1,6 +1,6 @@ # csslint -> A linter for CSS code. +> Lint CSS code. > More information: . - Lint a single CSS file: diff --git a/pages/common/csvclean.md b/pages/common/csvclean.md index fb2839466..e48382c38 100644 --- a/pages/common/csvclean.md +++ b/pages/common/csvclean.md @@ -1,6 +1,6 @@ # csvclean -> Finds and cleans common syntax errors in CSV files. +> Find and clean common syntax errors in CSV files. > Included in csvkit. > More information: . diff --git a/pages/common/csvpy.md b/pages/common/csvpy.md index d7eca3900..1eafd1107 100644 --- a/pages/common/csvpy.md +++ b/pages/common/csvpy.md @@ -1,6 +1,6 @@ # csvpy -> Loads a CSV file into a Python shell. +> Load a CSV file into a Python shell. > Included in csvkit. > More information: . diff --git a/pages/common/csvsort.md b/pages/common/csvsort.md index 10392985a..48418438c 100644 --- a/pages/common/csvsort.md +++ b/pages/common/csvsort.md @@ -1,6 +1,6 @@ # csvsort -> Sorts CSV files. +> Sort CSV files. > Included in csvkit. > More information: . diff --git a/pages/common/ctags.md b/pages/common/ctags.md index 425816f1b..2455c21d3 100644 --- a/pages/common/ctags.md +++ b/pages/common/ctags.md @@ -1,6 +1,6 @@ # ctags -> Generates an index (or tag) file of language objects found in source files for many popular programming languages. +> Generate an index (or tag) file of language objects found in source files for many popular programming languages. > More information: . - Generate tags for a single file, and output them to a file named "tags" in the current directory, overwriting the file if it exists: diff --git a/pages/common/dfc.md b/pages/common/dfc.md index 4b7e63356..08ffcfbf7 100644 --- a/pages/common/dfc.md +++ b/pages/common/dfc.md @@ -1,6 +1,6 @@ # dfc -> Gives an overview of the filesystem disk space usage with colors and graphs. +> Get an overview of the filesystem disk space usage with colors and graphs. > More information: . - Display filesystems and their disk usage in human-readable form with colors and graphs: diff --git a/pages/common/doctl-kubernetes-options.md b/pages/common/doctl-kubernetes-options.md index 3dadefac9..d4900a405 100644 --- a/pages/common/doctl-kubernetes-options.md +++ b/pages/common/doctl-kubernetes-options.md @@ -1,6 +1,6 @@ # doctl kubernetes options -> Provides values available for use with doctl's Kubernetes commands. +> Get values available for use with `doctl`'s Kubernetes commands. > More information: . - List regions that support Kubernetes clusters: diff --git a/pages/common/doctum.md b/pages/common/doctum.md index 541b40271..7afd9862e 100644 --- a/pages/common/doctum.md +++ b/pages/common/doctum.md @@ -1,6 +1,6 @@ # doctum -> A PHP API documentation generator. +> Generate documentation for a PHP API. > More information: . - Parse a project: diff --git a/pages/common/encfs.md b/pages/common/encfs.md index 857f4ad2e..fd8a9f40f 100644 --- a/pages/common/encfs.md +++ b/pages/common/encfs.md @@ -1,6 +1,6 @@ # encfs -> Mounts or creates encrypted virtual filesystems. +> Mount or create encrypted virtual filesystems. > See also `fusermount`, which can unmount filesystems mounted by this command. > More information: . diff --git a/pages/common/gcloud-topic.md b/pages/common/gcloud-topic.md index 8a5a93ebc..016313dbc 100644 --- a/pages/common/gcloud-topic.md +++ b/pages/common/gcloud-topic.md @@ -1,6 +1,6 @@ # gcloud topic -> Provides supplementary help for topics not directly associated with individual commands. See also `gcloud`. +> Display supplementary help for topics not directly associated with individual commands. See also `gcloud`. > For general help, see `tldr gcloud help`. > More information: . diff --git a/pages/common/git-force-clone.md b/pages/common/git-force-clone.md index 148453ddd..61d22f55a 100644 --- a/pages/common/git-force-clone.md +++ b/pages/common/git-force-clone.md @@ -1,6 +1,6 @@ # git force-clone -> Provides the basic functionality of `git clone`, but if the destination Git repository already exists it will force-reset it to resemble a clone of the remote. +> Get the basic functionality of `git clone`, but if the destination Git repository already exists it will force-reset it to resemble a clone of the remote. > Part of `git-extras`. > More information: . diff --git a/pages/common/github-label-sync.md b/pages/common/github-label-sync.md index df6963f53..cc6567908 100644 --- a/pages/common/github-label-sync.md +++ b/pages/common/github-label-sync.md @@ -1,6 +1,6 @@ # github-label-sync -> A command-line interface for synchronizing GitHub labels. +> Synchronize GitHub labels. > More information: . - Synchronize labels using a local `labels.json` file: diff --git a/pages/common/gitk.md b/pages/common/gitk.md index 7c10f2c9a..c64568f60 100644 --- a/pages/common/gitk.md +++ b/pages/common/gitk.md @@ -1,6 +1,6 @@ # gitk -> A graphical Git repository browser. +> Browse Git repositories graphically. > See also: `git-gui`, `git-cola`, `tig`. > More information: . diff --git a/pages/common/ical.md b/pages/common/ical.md index a65890aa1..9a774b42b 100644 --- a/pages/common/ical.md +++ b/pages/common/ical.md @@ -1,6 +1,6 @@ # ical -> A Hirji/Islamic calendar and converter for the terminal. +> View Hirji/Islamic and Gregorian calendars and convert their dates. > More information: . - Display the current month's calendar: diff --git a/pages/common/iconv.md b/pages/common/iconv.md index c542e13a0..f8c484ff6 100644 --- a/pages/common/iconv.md +++ b/pages/common/iconv.md @@ -1,6 +1,6 @@ # iconv -> Converts text from one encoding to another. +> Convert text from one encoding to another. > More information: . - Convert file to a specific encoding, and print to `stdout`: diff --git a/pages/common/imgtoppm.md b/pages/common/imgtoppm.md index fc01e894b..18d8bcc0d 100644 --- a/pages/common/imgtoppm.md +++ b/pages/common/imgtoppm.md @@ -1,6 +1,6 @@ # imgtoppm -> Converts various image file formats to the PPM (Portable Pixmap) format. +> Convert various image file formats to the PPM (Portable Pixmap) format. > More information: . - Convert an input image to PPM format: diff --git a/pages/common/in2csv.md b/pages/common/in2csv.md index 651de9294..71cc3609b 100644 --- a/pages/common/in2csv.md +++ b/pages/common/in2csv.md @@ -1,6 +1,6 @@ # in2csv -> Converts various tabular data formats into CSV. +> Convert various tabular data formats to CSV. > Included in csvkit. > More information: . diff --git a/pages/common/jc.md b/pages/common/jc.md index f8bc34ba1..4e516de4e 100644 --- a/pages/common/jc.md +++ b/pages/common/jc.md @@ -1,6 +1,6 @@ # jc -> A utility to convert the output of multiple commands to JSON. +> Convert the output of multiple commands to JSON. > More information: . - Convert command output to JSON via pipe: diff --git a/pages/common/jpegtopnm.md b/pages/common/jpegtopnm.md index 48fcee5c3..64a74e3b7 100644 --- a/pages/common/jpegtopnm.md +++ b/pages/common/jpegtopnm.md @@ -1,6 +1,6 @@ # jpegtopnm -> Converts a JPEG/JFIF file to the PPM or PGM format. +> Convert a JPEG/JFIF file to the PPM or PGM format. > More information: . - Convert JPEG/JFIF image to a PPM or PGM image: diff --git a/pages/common/jq.md b/pages/common/jq.md index aa19aaaa8..1ed0ce24f 100644 --- a/pages/common/jq.md +++ b/pages/common/jq.md @@ -1,6 +1,6 @@ # jq -> A command-line JSON processor that uses a domain-specific language (DSL). +> A JSON processor that uses a domain-specific language (DSL). > More information: . - Execute a specific expression (print a colored and formatted JSON output): diff --git a/pages/common/llvm-dis.md b/pages/common/llvm-dis.md index 744e46484..6a995914a 100644 --- a/pages/common/llvm-dis.md +++ b/pages/common/llvm-dis.md @@ -1,6 +1,6 @@ # llvm-dis -> Converts LLVM bitcode files into human-readable LLVM Intermediate Representation (IR). +> Convert LLVM bitcode files into human-readable LLVM Intermediate Representation (IR). > More information: . - Convert a bitcode file as LLVM IR and write the result to `stdout`: diff --git a/pages/common/md-to-clip.md b/pages/common/md-to-clip.md index 887062d94..641c71d5b 100644 --- a/pages/common/md-to-clip.md +++ b/pages/common/md-to-clip.md @@ -1,6 +1,6 @@ # md-to-clip -> Converter from tldr-pages to Command Line Interface Pages. +> Convert tldr-pages to Command Line Interface Pages. > See also: `clip-view`. > More information: . diff --git a/pages/common/mount.md b/pages/common/mount.md index fce9c6f4c..54133d650 100644 --- a/pages/common/mount.md +++ b/pages/common/mount.md @@ -1,6 +1,6 @@ # mount -> Provides access to an entire filesystem in one directory. +> Get access to an entire filesystem in one directory. > More information: . - Show all mounted filesystems: diff --git a/pages/common/nc.md b/pages/common/nc.md index b7425db27..0545780ae 100644 --- a/pages/common/nc.md +++ b/pages/common/nc.md @@ -1,6 +1,6 @@ # nc -> A versatile utility for redirecting IO into a network stream. +> Redirect I/O into a network stream through this versatile tool. > More information: . - Start a listener on the specified TCP port and send a file into it: diff --git a/pages/common/ned.md b/pages/common/ned.md index b2366db05..6cd046b9f 100644 --- a/pages/common/ned.md +++ b/pages/common/ned.md @@ -1,6 +1,6 @@ # ned -> Is like `grep` but with powerful replace capabilities. +> Like `grep` but with powerful replace capabilities. > Unlike `sed`, as it isn't restricted to line oriented editing. > More information: . diff --git a/pages/common/nkf.md b/pages/common/nkf.md index 817e0f1dc..bff2c46b3 100644 --- a/pages/common/nkf.md +++ b/pages/common/nkf.md @@ -1,7 +1,6 @@ # nkf -> Network kanji filter. -> Converts kanji code from one encoding to another. +> Network kanji filter: convert kanji code from one encoding to another. > More information: . - Convert to UTF-8 encoding: diff --git a/pages/common/pdftocairo.md b/pages/common/pdftocairo.md index ab0d95320..8ccf93630 100644 --- a/pages/common/pdftocairo.md +++ b/pages/common/pdftocairo.md @@ -1,6 +1,6 @@ # pdftocairo -> Converts PDF files to PNG/JPEG/TIFF/PDF/PS/EPS/SVG using cairo. +> Convert PDF files to PNG/JPEG/TIFF/PDF/PS/EPS/SVG using cairo. > More information: . - Convert a PDF file to JPEG: diff --git a/pages/common/pnmtojpeg.md b/pages/common/pnmtojpeg.md index b81cad648..4a3222a99 100644 --- a/pages/common/pnmtojpeg.md +++ b/pages/common/pnmtojpeg.md @@ -1,6 +1,6 @@ # pnmtojpeg -> Converts a PNM image file to the JPEG/JFIF/EXIF image format. +> Convert a PNM image file to the JPEG/JFIF/EXIF image format. > More information: . - Read a PNM image as input and produce a JPEG/JFIF/EXIF image as output: diff --git a/pages/common/pnmtopng.md b/pages/common/pnmtopng.md index 9c28ebd9f..1e06c2dc9 100644 --- a/pages/common/pnmtopng.md +++ b/pages/common/pnmtopng.md @@ -1,6 +1,6 @@ # pnmtopng -> Converts a PNM image file to PNG image format. +> Convert a PNM image file to PNG image format. > More information: . - Read a PNM image as input and produce a PNG image as output: diff --git a/pages/common/sass.md b/pages/common/sass.md index b264c9597..f9b6a6327 100644 --- a/pages/common/sass.md +++ b/pages/common/sass.md @@ -1,6 +1,6 @@ # sass -> Converts SCSS or Sass files to CSS. +> Convert SCSS or Sass files to CSS. > More information: . - Convert a SCSS or Sass file to CSS and print out the result: diff --git a/pages/common/st-info.md b/pages/common/st-info.md index b1daabfd2..3e043c1a5 100644 --- a/pages/common/st-info.md +++ b/pages/common/st-info.md @@ -1,6 +1,6 @@ # st-info -> Provides information about connected STLink and STM32 devices. +> Get information about connected STLink and STM32 devices. > More information: . - Display amount of program memory available: diff --git a/pages/common/timidity.md b/pages/common/timidity.md index 3df135387..f85182069 100644 --- a/pages/common/timidity.md +++ b/pages/common/timidity.md @@ -1,6 +1,6 @@ # timidity -> A MIDI file player and converter. +> Play and convert MIDI files. > More information: . - Play a MIDI file: diff --git a/pages/common/units.md b/pages/common/units.md index d287fdc70..814be86b2 100644 --- a/pages/common/units.md +++ b/pages/common/units.md @@ -1,6 +1,6 @@ # units -> Provide the conversion between two units of measure. +> Convert between two units of measure. > More information: . - Run in interactive mode: diff --git a/pages/common/verilator.md b/pages/common/verilator.md index bf78d0814..e289c232f 100644 --- a/pages/common/verilator.md +++ b/pages/common/verilator.md @@ -1,6 +1,6 @@ # verilator -> Converts Verilog and SystemVerilog hardware description language (HDL) design into a C++ or SystemC model to be executed after compiling. +> Convert Verilog and SystemVerilog hardware description language (HDL) design into a C++ or SystemC model to be executed after compiling. > More information: . - Build a specific C project in the current directory: diff --git a/pages/linux/arpaname.md b/pages/linux/arpaname.md index 023f9ee48..315b2586e 100644 --- a/pages/linux/arpaname.md +++ b/pages/linux/arpaname.md @@ -1,6 +1,6 @@ # arpaname -> Provides corresponding ARPA name for IP addresses. +> Get the corresponding ARPA name for a IP addresses. > More information: . - Translate IP addresses (IPv4 and IPv6) to the corresponding ARPA name: diff --git a/pages/linux/cockpit-desktop.md b/pages/linux/cockpit-desktop.md index 35af50aa8..b3ac993a4 100644 --- a/pages/linux/cockpit-desktop.md +++ b/pages/linux/cockpit-desktop.md @@ -1,6 +1,6 @@ # cockpit-desktop -> Provides secure access to Cockpit pages in an already running session. +> Securely access Cockpit pages in a running session. > It starts `cockpit-ws` and a web browser in an isolated network space and a `cockpit-bridge` in a running user session. > More information: . diff --git a/pages/linux/lsb_release.md b/pages/linux/lsb_release.md index fd54439aa..9f980c478 100644 --- a/pages/linux/lsb_release.md +++ b/pages/linux/lsb_release.md @@ -1,6 +1,6 @@ # lsb_release -> Provides certain LSB (Linux Standard Base) and distribution-specific information. +> Get LSB (Linux Standard Base) and distribution-specific information. > More information: . - Print all available information: diff --git a/pages/linux/reset.md b/pages/linux/reset.md index f01957047..78fecd153 100644 --- a/pages/linux/reset.md +++ b/pages/linux/reset.md @@ -1,6 +1,6 @@ # reset -> Reinitializes the current terminal. Clears the entire terminal screen. +> Reinitialize the current terminal. Clears the entire terminal screen. > More information: . - Reinitialize the current terminal: diff --git a/pages/linux/sa.md b/pages/linux/sa.md index f03929ef5..d43a022d0 100644 --- a/pages/linux/sa.md +++ b/pages/linux/sa.md @@ -1,7 +1,7 @@ # sa -> Summarizes accounting information. Part of the acct package. -> Shows commands called by users, including basic info on CPU time spent processing and I/O rates. +> Summarize accounting information about commands called by users, including basic information on CPU time spent processing and I/O rates. +> Part of the `acct` package. > More information: . - Display executable invocations per user (username not displayed): diff --git a/pages/linux/slurmdbd.md b/pages/linux/slurmdbd.md index 763b90902..bee70944c 100644 --- a/pages/linux/slurmdbd.md +++ b/pages/linux/slurmdbd.md @@ -1,6 +1,6 @@ # slurmdbd -> Provides a secure enterprise-wide interface to a database for Slurm. +> A secure enterprise-wide interface to a database for Slurm. > More information: . - Set the daemon's nice value to the specified value, typically a negative number: diff --git a/pages/linux/tcpkill.md b/pages/linux/tcpkill.md index 7ef95ef67..0d88d7a5d 100644 --- a/pages/linux/tcpkill.md +++ b/pages/linux/tcpkill.md @@ -1,6 +1,6 @@ # tcpkill -> Kills specified in-progress TCP connections. +> Kill specified in-progress TCP connections. > More information: . - Kill in-progress connections at a specified interface, host and port: diff --git a/pages/linux/ul.md b/pages/linux/ul.md index 8fb48a903..f443a8aff 100644 --- a/pages/linux/ul.md +++ b/pages/linux/ul.md @@ -1,6 +1,6 @@ # ul -> Performs the underlining of a text. +> Underline a text. > Each character in a string must be underlined separately. > More information: . diff --git a/pages/linux/vncserver.md b/pages/linux/vncserver.md index aaae5725b..c1b6cc715 100644 --- a/pages/linux/vncserver.md +++ b/pages/linux/vncserver.md @@ -1,6 +1,6 @@ # vncserver -> Launches a VNC (Virtual Network Computing) desktop. +> Launch a VNC (Virtual Network Computing) desktop. > More information: . - Launch a VNC Server on next available display: diff --git a/pages/linux/wal-telegram.md b/pages/linux/wal-telegram.md index 68f9becb3..db4e2846f 100644 --- a/pages/linux/wal-telegram.md +++ b/pages/linux/wal-telegram.md @@ -1,6 +1,6 @@ # wal-telegram -> Generates themes for Telegram based the colors generated by pywal/wal. +> Generate themes for Telegram based the colors generated by pywal/wal. > More information: . - Generate with wal's palette and the current wallpaper (feh only): diff --git a/pages/linux/xdg-open.md b/pages/linux/xdg-open.md index 8be7c748c..2d3ae179e 100644 --- a/pages/linux/xdg-open.md +++ b/pages/linux/xdg-open.md @@ -1,6 +1,6 @@ # xdg-open -> Opens a file or URL in the user's preferred application. +> Open a file or URL in the user's preferred application. > More information: . - Open the current directory in the default file explorer: diff --git a/pages/osx/appsleepd.md b/pages/osx/appsleepd.md index 3c4fec25d..1513f11c7 100644 --- a/pages/osx/appsleepd.md +++ b/pages/osx/appsleepd.md @@ -1,6 +1,6 @@ # appsleepd -> Provides app sleep services. +> Start app sleep services. > It should not be invoked manually. > More information: . diff --git a/pages/osx/autofsd.md b/pages/osx/autofsd.md index c99963345..1a5975e27 100644 --- a/pages/osx/autofsd.md +++ b/pages/osx/autofsd.md @@ -1,6 +1,6 @@ # autofsd -> Runs `automount` on startup and network configuration change events. +> Run `automount` on startup and network configuration change events. > It should not be invoked manually. > More information: . diff --git a/pages/osx/biometrickitd.md b/pages/osx/biometrickitd.md index 14c36cb1d..8e3224a10 100644 --- a/pages/osx/biometrickitd.md +++ b/pages/osx/biometrickitd.md @@ -1,6 +1,6 @@ # biometrickitd -> Provides support for biometric operations. +> Get support for biometric operations. > It should not be invoked manually. > More information: . diff --git a/pages/osx/cfprefsd.md b/pages/osx/cfprefsd.md index 8ddd921b9..456bfd3f7 100644 --- a/pages/osx/cfprefsd.md +++ b/pages/osx/cfprefsd.md @@ -1,6 +1,6 @@ # cfprefsd -> Provides preferences services (`CFPreferences`, `NSUserDefaults`). +> Start preferences services (`CFPreferences`, `NSUserDefaults`). > It should not be invoked manually. > More information: . diff --git a/pages/osx/distnoted.md b/pages/osx/distnoted.md index 689ed3a0b..8ff419031 100644 --- a/pages/osx/distnoted.md +++ b/pages/osx/distnoted.md @@ -1,6 +1,6 @@ # distnoted -> Provides distributed notification services. +> Start distributed notification services. > It should not be invoked manually. > More information: . diff --git a/pages/osx/open.md b/pages/osx/open.md index 6ecd4ee19..82052d9f7 100644 --- a/pages/osx/open.md +++ b/pages/osx/open.md @@ -1,6 +1,6 @@ # open -> Opens files, directories and applications. +> Open files, directories and applications. > More information: . - Open a file with the associated application: diff --git a/pages/osx/route.md b/pages/osx/route.md index fc9ba5da6..229c6f31a 100644 --- a/pages/osx/route.md +++ b/pages/osx/route.md @@ -1,7 +1,7 @@ # route > Manually manipulate the routing tables. -> Necessitates to be root. +> Requires root privileges. > More information: . - Add a route to a destination through a gateway: diff --git a/pages/osx/say.md b/pages/osx/say.md index 822949d21..860e9d17a 100644 --- a/pages/osx/say.md +++ b/pages/osx/say.md @@ -1,6 +1,6 @@ # say -> Converts text to speech. +> Convert text to speech. > More information: . - Say a phrase aloud: diff --git a/pages/osx/scutil.md b/pages/osx/scutil.md index 5d616df34..01caec47b 100644 --- a/pages/osx/scutil.md +++ b/pages/osx/scutil.md @@ -1,7 +1,7 @@ # scutil > Manage system configuration parameters. -> Necessitates to be root when setting configuration. +> Require root privileges when setting configuration. > More information: . - Display DNS Configuration: diff --git a/pages/osx/universalaccessd.md b/pages/osx/universalaccessd.md index 29b15bf48..ac2f14c85 100644 --- a/pages/osx/universalaccessd.md +++ b/pages/osx/universalaccessd.md @@ -1,6 +1,6 @@ # universalaccessd -> Provides universal access services. +> Get universal access services. > It should not be invoked manually. > More information: .