pages*: do not use config abbreviation (#12118)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
`conky -C > ~/.conkyrc`
|
||||
|
||||
- Launch Conky with a given config file:
|
||||
- Launch Conky with a given configuration file:
|
||||
|
||||
`conky -c {{path/to/config}}`
|
||||
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
`dockerd`
|
||||
|
||||
- Run docker daemon and config it to listen to specific sockets (UNIX and TCP):
|
||||
- Run docker daemon and configure it to listen to specific sockets (UNIX and TCP):
|
||||
|
||||
`dockerd --host unix://{{path/to/tmp.sock}} --host tcp://{{ip}}`
|
||||
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
`mediamtx`
|
||||
|
||||
- Run MediaMTX with a custom config location:
|
||||
- Run MediaMTX with a custom configuration location:
|
||||
|
||||
`mediamtx {{path/to/config}}.yml`
|
||||
|
||||
|
@@ -3,6 +3,6 @@
|
||||
> Update both PO files and translated documents.
|
||||
> More information: <https://po4a.org/man/man1/po4a.1.php>.
|
||||
|
||||
- Update PO files and documents according to the specified config file:
|
||||
- Update PO files and documents according to the specified configuration file:
|
||||
|
||||
`po4a {{path/to/config_file}}`
|
||||
|
@@ -11,6 +11,6 @@
|
||||
|
||||
`qm showcmd --pretty {{true}} {{vm_id}}`
|
||||
|
||||
- Fetch config values from a specific snapshot:
|
||||
- Fetch configuration values from a specific snapshot:
|
||||
|
||||
`qm showcmd --snapshot {{string}} {{vm_id}}`
|
||||
|
@@ -3,7 +3,7 @@
|
||||
> BTRFS snapshotting utility written in Rust.
|
||||
> More information: <https://github.com/Edu4rdSHL/rusnapshot>.
|
||||
|
||||
- Create a snapshot using a config file:
|
||||
- Create a snapshot using a configuration file:
|
||||
|
||||
`sudo rusnapshot --config {{path/to/config.toml}} --cr`
|
||||
|
||||
|
@@ -12,6 +12,6 @@
|
||||
|
||||
`systemd-sysusers --dry-run {{path/to/file}}`
|
||||
|
||||
- Print the contents of all config files (before each file, its name is printed as a comment):
|
||||
- Print the contents of all configuration files (before each file, its name is printed as a comment):
|
||||
|
||||
`systemd-sysusers --cat-config`
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
`vcgencmd get_throttled`
|
||||
|
||||
- Print the bootloader config (only available on Raspberry Pi 4 models):
|
||||
- Print the bootloader configuration (only available on Raspberry Pi 4 models):
|
||||
|
||||
`vcgencmd bootloader_config`
|
||||
|
||||
|
@@ -4,14 +4,14 @@
|
||||
> If `--prefix` is omitted, the image files must be located in the current working directory.
|
||||
> More information: <https://manned.org/xcursorgen>.
|
||||
|
||||
- Create an X cursor file using a config file:
|
||||
- Create an X cursor file using a configuration file:
|
||||
|
||||
`xcursorgen {{path/to/config.cursor}} {{path/to/output_file}}`
|
||||
|
||||
- Create an X cursor file using a config file and specify the path to the image files:
|
||||
- Create an X cursor file using a configuration file and specify the path to the image files:
|
||||
|
||||
`xcursorgen --prefix {{path/to/image_directory/}} {{path/to/config.cursor}} {{path/to/output_file}}`
|
||||
|
||||
- Create an X cursor file using a config file and write the output to `stdout`:
|
||||
- Create an X cursor file using a configuration file and write the output to `stdout`:
|
||||
|
||||
`xcursorgen {{path/to/config.cursor}}`
|
||||
|
Reference in New Issue
Block a user