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

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
K.B.Dharun Krishna 2024-02-05 12:34:49 +05:30 committed by GitHub
parent fb4f4b550c
commit 1de9190d63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
30 changed files with 31 additions and 31 deletions

View File

@ -1,6 +1,6 @@
# virsh # virsh
> virsh 게스트 도메인을 관리합니다. (NOTE: 'guest_id'는 게스트의 아이디, 이름 또는 UUID일 수 있습니다). > virsh 게스트 도메인을 관리합니다. (Note: 'guest_id'는 게스트의 아이디, 이름 또는 UUID일 수 있습니다).
> `virsh list`와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다. > `virsh list`와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
> 더 많은 정보: <https://libvirt.org/virshcmdref.html>. > 더 많은 정보: <https://libvirt.org/virshcmdref.html>.

View File

@ -1,7 +1,7 @@
# cupsaccept # cupsaccept
> Accept jobs sent to destinations. > 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`. > See also: `cupsreject`, `cupsenable`, `cupsdisable`, `lpstat`.
> More information: <https://www.cups.org/doc/man-cupsaccept.html>. > More information: <https://www.cups.org/doc/man-cupsaccept.html>.

View File

@ -1,7 +1,7 @@
# cupsdisable # cupsdisable
> Stop printers and classes. > 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`. > See also: `cupsenable`, `cupsaccept`, `cupsreject`, `lpstat`.
> More information: <https://openprinting.github.io/cups/doc/man-cupsenable.html>. > More information: <https://openprinting.github.io/cups/doc/man-cupsenable.html>.

View File

@ -1,7 +1,7 @@
# cupsreject # cupsreject
> Reject jobs sent to printers. > 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`. > See also: `cupsaccept`, `cupsenable`, `cupsdisable`, `lpstat`.
> More information: <https://www.cups.org/doc/man-cupsaccept.html>. > 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. > 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. > 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`. > See also: `lpadmin`.
> More information: <https://openprinting.github.io/cups/doc/man-cupstestppd.html>. > 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. > 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. > 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>. > More information: <https://manned.org/flex>.
- Generate an analyzer from a flex file, storing it to the file `lex.yy.c`: - 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}}` `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}}` `kosmorro --format={{pdf}} --output={{path/to/file.pdf}}`

View File

@ -2,7 +2,7 @@
> Lexical analyzer generator. > Lexical analyzer generator.
> Given the specification for a lexical analyzer, generates C code implementing it. > 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>. > More information: <https://manned.org/lex.1>.
- Generate an analyzer from a Lex file, storing it to the file `lex.yy.c`: - Generate an analyzer from a Lex file, storing it to the file `lex.yy.c`:

View File

@ -1,7 +1,7 @@
# look # look
> Display lines beginning with a prefix in a sorted file. > 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`. > See also: `grep`, `sort`.
> More information: <https://man.openbsd.org/look>. > More information: <https://man.openbsd.org/look>.

View File

@ -1,7 +1,7 @@
# prosodyctl # prosodyctl
> The control tool for the Prosody XMPP server. > 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>. > More information: <https://prosody.im/doc/prosodyctl>.
- Show the status of the Prosody server: - 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)"` `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}}"` `q -D{{delimiter}} -O "SELECT {{column}} as {{alias}} from {{path/to/file}}"`

View File

@ -1,7 +1,7 @@
# tidy # tidy
> Clean up and pretty print HTML, XHTML and XML files. > 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>. > More information: <https://api.html-tidy.org/tidy/tidylib_api_5.2.0/tidy_cmd.html>.
- Pretty print an HTML file: - Pretty print an HTML file:

View File

@ -1,6 +1,6 @@
# virsh # 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. > Some subcommands such as `virsh list` have their own usage documentation.
> More information: <https://libvirt.org/virshcmdref.html>. > More information: <https://libvirt.org/virshcmdref.html>.

View File

@ -1,7 +1,7 @@
# virt-sparsify # virt-sparsify
> Make virtual machine drive images thin-provisioned. > 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>. > More information: <https://libguestfs.org>.
- Create a sparsified compressed image without snapshots from an unsparsified one: - Create a sparsified compressed image without snapshots from an unsparsified one:

View File

@ -1,7 +1,7 @@
# rename # rename
> Rename multiple files. > Rename multiple files.
> NOTE: this page refers to the command from the `rename` Debian package. > Note: this page refers to the command from the `rename` Debian package.
> More information: <https://manned.org/file-rename>. > More information: <https://manned.org/file-rename>.
- Rename files using a Perl Common Regular Expression (substitute 'foo' with 'bar' wherever found): - Rename files using a Perl Common Regular Expression (substitute 'foo' with 'bar' wherever found):

View File

@ -1,6 +1,6 @@
# lid # lid
> NOTE: This page is currently a redirection stub. If you are familiar with this program, please open a pull request. > Note: This page is currently a redirection stub. If you are familiar with this program, please open a pull request.
> Query ID database and report results. > Query ID database and report results.
> On Fedora and Arch Linux, the binary name `lid` is taken by another program. See `tldr libuser-lid`. > On Fedora and Arch Linux, the binary name `lid` is taken by another program. See `tldr libuser-lid`.
> More information: <https://www.gnu.org/software/idutils/>. > More information: <https://www.gnu.org/software/idutils/>.

View File

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

View File

@ -1,7 +1,7 @@
# rename # rename
> Rename multiple files. > Rename multiple files.
> NOTE: this page refers to the command from the `perl-rename` Arch Linux package. > Note: this page refers to the command from the `perl-rename` Arch Linux package.
> More information: <https://manned.org/rename>. > More information: <https://manned.org/rename>.
- Rename files using a Perl Common Regular Expression (substitute 'foo' with 'bar' wherever found): - Rename files using a Perl Common Regular Expression (substitute 'foo' with 'bar' wherever found):

View File

@ -1,7 +1,7 @@
# rename # rename
> Rename multiple files. > Rename multiple files.
> NOTE: this page refers to the command from the `prename` Fedora package. > Note: this page refers to the command from the `prename` Fedora package.
> More information: <https://manned.org/man/prename>. > More information: <https://manned.org/man/prename>.
- Rename files using a Perl Common Regular Expression (substitute 'foo' with 'bar' wherever found): - Rename files using a Perl Common Regular Expression (substitute 'foo' with 'bar' wherever found):

View File

@ -1,7 +1,7 @@
# quickget # quickget
> Download and prepare materials for building a Quickemu virtual machine. > Download and prepare materials for building a Quickemu virtual machine.
> NOTE: the parameter "edition" is always optional. > Note: the parameter "edition" is always optional.
> See also: `quickemu`. > See also: `quickemu`.
> More information: <https://github.com/quickemu-project/quickemu>. > More information: <https://github.com/quickemu-project/quickemu>.

View File

@ -1,7 +1,7 @@
# rename # rename
> Rename multiple files. > Rename multiple files.
> NOTE: this page refers to the command from the `util-linux` package. > Note: this page refers to the command from the `util-linux` package.
> For the Perl version, see `file-rename` or `perl-rename`. > For the Perl version, see `file-rename` or `perl-rename`.
> Warning: This command has no safeguards and will overwrite files without prompting. > Warning: This command has no safeguards and will overwrite files without prompting.
> More information: <https://manned.org/rename>. > More information: <https://manned.org/rename>.

View File

@ -1,7 +1,7 @@
# switch_root # switch_root
> Use a different filesystem as the root of the mount tree. > Use a different filesystem as the root of the mount tree.
> NOTE: switch_root will fail to function if the new root is not the root of a mount. Use bind-mounting as a workaround. > Note: switch_root will fail to function if the new root is not the root of a mount. Use bind-mounting as a workaround.
> See also: `chroot`, `mount`. > See also: `chroot`, `mount`.
> More information: <https://manned.org/switch_root.8>. > More information: <https://manned.org/switch_root.8>.

View File

@ -1,7 +1,7 @@
# urpmi.addmedia # urpmi.addmedia
> Add media in Mageia. > Add media in Mageia.
> NOTE: Mageia documentation uses medium and repository as synonymous. > Note: Mageia documentation uses medium and repository as synonymous.
> See also: `urpmi`, `urpmi.update`, `urpme`, `urpmi.removemedia`, `urpmf`, `urpmq`. > See also: `urpmi`, `urpmi.update`, `urpme`, `urpmi.removemedia`, `urpmf`, `urpmq`.
> More information: <https://wiki.mageia.org/en/URPMI#urpme>. > More information: <https://wiki.mageia.org/en/URPMI#urpme>.

View File

@ -1,7 +1,7 @@
# urpmi.removemedia # urpmi.removemedia
> Remove media in Mageia. > Remove media in Mageia.
> NOTE: Mageia documentation uses medium and repository as synonymous. > Note: Mageia documentation uses medium and repository as synonymous.
> See also: `urpmi`, `urpme`, `urpmi.addmedia`, `urpmi.update`, `urpmf`, `urpmq`. > See also: `urpmi`, `urpme`, `urpmi.addmedia`, `urpmi.update`, `urpmf`, `urpmq`.
> More information: <https://wiki.mageia.org/en/URPMI#urpmi.removemedia>. > More information: <https://wiki.mageia.org/en/URPMI#urpmi.removemedia>.

View File

@ -1,7 +1,7 @@
# urpmi.update # urpmi.update
> Update the list of packages from a package repository in Mageia. > Update the list of packages from a package repository in Mageia.
> NOTE: Mageia documentation uses medium and repository as synonymous. > Note: Mageia documentation uses medium and repository as synonymous.
> See also: `urpmi`, `urpme`, `urpmi.addmedia`, `urpmi.removemedia`, `urpmf`, `urpmq`. > See also: `urpmi`, `urpme`, `urpmi.addmedia`, `urpmi.removemedia`, `urpmf`, `urpmq`.
> More information: <https://wiki.mageia.org/en/URPMI#urpmi.update>. > More information: <https://wiki.mageia.org/en/URPMI#urpmi.update>.

View File

@ -1,7 +1,7 @@
# virt-viewer # virt-viewer
> Minimal graphical interface for a virtual machine (VM). > Minimal graphical interface for a virtual machine (VM).
> NOTE: 'domain' refers to the name, UUID or ID for the existing VMs (See: tldr virsh). > Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: tldr virsh).
> More information: <https://manned.org/virt-viewer>. > More information: <https://manned.org/virt-viewer>.
- Launch `virt-viewer` with a prompt to select running virtual machines: - Launch `virt-viewer` with a prompt to select running virtual machines:

View File

@ -1,7 +1,7 @@
# virt-xml # virt-xml
> Edit libvirt Domain XML files with explicit command-line options. > Edit libvirt Domain XML files with explicit command-line options.
> NOTE: 'domain' refers to the name, UUID or ID for the existing VMs (See: tldr virsh). > Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: tldr virsh).
> More information: <https://github.com/virt-manager/virt-manager/blob/main/man/virt-xml.rst>. > More information: <https://github.com/virt-manager/virt-manager/blob/main/man/virt-xml.rst>.
- List all the suboptions for a specific option: - List all the suboptions for a specific option:

View File

@ -1,7 +1,7 @@
# chpass # chpass
> Add or change user database information, including login shell and password. > Add or change user database information, including login shell and password.
> NOTE: it's not possible to change the user's password on Open Directory systems, use `passwd` instead. > Note: it's not possible to change the user's password on Open Directory systems, use `passwd` instead.
> See also: `passwd`. > See also: `passwd`.
> More information: <https://man.freebsd.org/cgi/man.cgi?chpass>. > More information: <https://man.freebsd.org/cgi/man.cgi?chpass>.

View File

@ -20,11 +20,11 @@
`launchctl list` `launchctl list`
- Unload a currently loaded agent, e.g. to make changes (note: the plist file is automatically loaded into `launchd` after a reboot and/or logging in): - Unload a currently loaded agent, e.g. to make changes (Note: the plist file is automatically loaded into `launchd` after a reboot and/or logging in):
`launchctl unload ~/Library/LaunchAgents/{{my_script}}.plist` `launchctl unload ~/Library/LaunchAgents/{{my_script}}.plist`
- Manually run a known (loaded) agent/daemon, even if it is not the right time (note: this command uses the agent's label, rather than the filename): - Manually run a known (loaded) agent/daemon, even if it is not the right time (Note: this command uses the agent's label, rather than the filename):
`launchctl start {{script_file}}` `launchctl start {{script_file}}`

View File

@ -1,7 +1,7 @@
# wget # wget
> In PowerShell, this command may be an alias of `Invoke-WebRequest` when the original `wget` program (<https://www.gnu.org/software/wget>) is not properly installed. > In PowerShell, this command may be an alias of `Invoke-WebRequest` when the original `wget` program (<https://www.gnu.org/software/wget>) is not properly installed.
> NOTE: if version command returns an error, PowerShell may have substituted this command with `Invoke-WebRequest`. > Note: if version command returns an error, PowerShell may have substituted this command with `Invoke-WebRequest`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>. > More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- View documentation for the original `wget` command: - View documentation for the original `wget` command: