pages.*: standardize capitalization in note term (#12195)

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2024-02-05 12:34:49 +05:30
committed by GitHub
parent fb4f4b550c
commit 1de9190d63
30 changed files with 31 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
# cupsaccept
> Accept jobs sent to destinations.
> NOTE: destination is referred as a printer or a class of printers.
> Note: destination is referred as a printer or a class of printers.
> See also: `cupsreject`, `cupsenable`, `cupsdisable`, `lpstat`.
> More information: <https://www.cups.org/doc/man-cupsaccept.html>.

View File

@@ -1,7 +1,7 @@
# cupsdisable
> Stop printers and classes.
> NOTE: destination is referred as a printer or a class of printers.
> Note: destination is referred as a printer or a class of printers.
> See also: `cupsenable`, `cupsaccept`, `cupsreject`, `lpstat`.
> More information: <https://openprinting.github.io/cups/doc/man-cupsenable.html>.

View File

@@ -1,7 +1,7 @@
# cupsreject
> Reject jobs sent to printers.
> NOTE: destination is referred as a printer or a class of printers.
> Note: destination is referred as a printer or a class of printers.
> See also: `cupsaccept`, `cupsenable`, `cupsdisable`, `lpstat`.
> More information: <https://www.cups.org/doc/man-cupsaccept.html>.

View File

@@ -2,7 +2,7 @@
> Test conformance of PPD files to the version 4.3 of the specification.
> Error codes (1, 2, 3 and 4, respectively): bad CLI arguments, unable to open file, unskippable format errors and non-conformance with PPD specification.
> NOTE: this command is deprecated.
> Note: this command is deprecated.
> See also: `lpadmin`.
> More information: <https://openprinting.github.io/cups/doc/man-cupstestppd.html>.

View File

@@ -2,7 +2,7 @@
> Lexical analyzer generator. A rewrite of `lex` with extensions to the POSIX specification.
> Given the specification for a lexical analyzer, generates C code implementing it.
> NOTE: long options don't work on OpenBSD.
> Note: long options don't work on OpenBSD.
> More information: <https://manned.org/flex>.
- Generate an analyzer from a flex file, storing it to the file `lex.yy.c`:

View File

@@ -15,6 +15,6 @@
`kosmorro --latitude={{48.7996}} --longitude={{2.3511}} --date={{2020-06-09}}`
- Generate a PDF (note: TeXLive must be installed):
- Generate a PDF (Note: TeXLive must be installed):
`kosmorro --format={{pdf}} --output={{path/to/file.pdf}}`

View File

@@ -2,7 +2,7 @@
> Lexical analyzer generator.
> Given the specification for a lexical analyzer, generates C code implementing it.
> NOTE: on most major OSes, this command is an alias for `flex`.
> Note: on most major OSes, this command is an alias for `flex`.
> More information: <https://manned.org/lex.1>.
- Generate an analyzer from a Lex file, storing it to the file `lex.yy.c`:

View File

@@ -1,7 +1,7 @@
# look
> Display lines beginning with a prefix in a sorted file.
> NOTE: the lines in the file must be sorted.
> Note: the lines in the file must be sorted.
> See also: `grep`, `sort`.
> More information: <https://man.openbsd.org/look>.

View File

@@ -1,7 +1,7 @@
# prosodyctl
> The control tool for the Prosody XMPP server.
> NOTE: process management through `prosodyctl` is discouraged. Instead, use the tools provided by your system (e.g. `systemctl`).
> Note: process management through `prosodyctl` is discouraged. Instead, use the tools provided by your system (e.g. `systemctl`).
> More information: <https://prosody.im/doc/prosodyctl>.
- Show the status of the Prosody server:

View File

@@ -23,6 +23,6 @@
`q "SELECT * FROM {{path/to/file}} f1 JOIN {{path/to/other_file}} f2 ON (f1.c1 = f2.c1)"`
- Format output using an output delimiter with an output header line (note: command will output column names based on the input file header or the column aliases overridden in the query):
- Format output using an output delimiter with an output header line (Note: command will output column names based on the input file header or the column aliases overridden in the query):
`q -D{{delimiter}} -O "SELECT {{column}} as {{alias}} from {{path/to/file}}"`

View File

@@ -1,7 +1,7 @@
# tidy
> Clean up and pretty print HTML, XHTML and XML files.
> NOTE: `tidy` cannot preserve original indentation.
> Note: `tidy` cannot preserve original indentation.
> More information: <https://api.html-tidy.org/tidy/tidylib_api_5.2.0/tidy_cmd.html>.
- Pretty print an HTML file:

View File

@@ -1,6 +1,6 @@
# virsh
> Manage virsh guest domains. (NOTE: 'guest_id' can be the id, name or UUID of the guest).
> Manage virsh guest domains. (Note: 'guest_id' can be the id, name or UUID of the guest).
> Some subcommands such as `virsh list` have their own usage documentation.
> More information: <https://libvirt.org/virshcmdref.html>.

View File

@@ -1,7 +1,7 @@
# virt-sparsify
> Make virtual machine drive images thin-provisioned.
> NOTE: Use only for offline machines to avoid data corruption.
> Note: Use only for offline machines to avoid data corruption.
> More information: <https://libguestfs.org>.
- Create a sparsified compressed image without snapshots from an unsparsified one: