diff --git a/pages/linux/agetty.md b/pages/linux/agetty.md index 52c26a92100b7f..73c1d87e1c93d0 100644 --- a/pages/linux/agetty.md +++ b/pages/linux/agetty.md @@ -13,9 +13,9 @@ `agetty {{[-t|--timeout]}} {{timeout_in_seconds}} -` -- Assume the `tty` is [8]-bit, overriding the `TERM` environment variable set by `init`: +- Assume the `tty` is 8-bit, overriding the `TERM` environment variable set by `init`: -`agetty -8 - {{term_var}}` +`agetty {{[-8|--8bits]}} - {{term_var}}` - Skip the login (no login) and invoke, as root, another login program instead of `/bin/login`: diff --git a/pages/linux/apx-subsystems.md b/pages/linux/apx-subsystems.md index 2d136d0842e42f..4546b8d56ab644 100644 --- a/pages/linux/apx-subsystems.md +++ b/pages/linux/apx-subsystems.md @@ -2,7 +2,7 @@ > Manage subsystems in `apx`. > Subsystems are containers that can be created based on pre-existing stacks. -> More information: . +> More information: . - Interactively create a new subsystem: @@ -14,16 +14,16 @@ - Reset a specific subsystem to its initial state: -`apx subsystems reset --name {{string}}` +`apx subsystems reset {{[-n|--name]}} {{string}}` -- [f]orce reset a specific subsystem: +- Force reset a specific subsystem: -`apx subsystems reset --name {{string}} --force` +`apx subsystems reset {{[-n|--name]}} {{string}} {{[-f|--force]}}` - Remove a specific subsystem: -`apx subsystems rm --name {{string}}` +`apx subsystems rm {{[-n|--name]}} {{string}}` -- [f]orce remove a specific subsystem: +- Force remove a specific subsystem: -`apx subsystems rm --name {{string}} --force` +`apx subsystems rm {{[-n|--name]}} {{string}} {{[-f|--force]}}` diff --git a/pages/linux/arithmetic.md b/pages/linux/arithmetic.md index d77369af37caa2..2cdd0bcdcefd0b 100644 --- a/pages/linux/arithmetic.md +++ b/pages/linux/arithmetic.md @@ -1,7 +1,7 @@ # arithmetic > Quiz on simple arithmetic problems. -> More information: . +> More information: . - Start an arithmetic quiz: diff --git a/pages/linux/arpspoof.md b/pages/linux/arpspoof.md index 4c9dfbe31b001f..2b429c8159326c 100644 --- a/pages/linux/arpspoof.md +++ b/pages/linux/arpspoof.md @@ -1,7 +1,7 @@ # arpspoof > Forge ARP replies to intercept packets. -> More information: . +> More information: . - Poison all hosts to intercept packets on [i]nterface for the host: diff --git a/pages/linux/asterisk.md b/pages/linux/asterisk.md index 4bcd763c181e40..bf7ef9d28099bc 100644 --- a/pages/linux/asterisk.md +++ b/pages/linux/asterisk.md @@ -1,7 +1,7 @@ # asterisk > Run and manage telephone and exchange (phone) server instances. -> More information: . +> More information: . - [r]econnect to a running server, and turn on logging 3 levels of [v]erbosity: diff --git a/pages/linux/autorecon.md b/pages/linux/autorecon.md index 9ea6d56e75ed92..497a36cefba411 100644 --- a/pages/linux/autorecon.md +++ b/pages/linux/autorecon.md @@ -7,14 +7,14 @@ `sudo autorecon {{host_or_ip1,host_or_ip2,...}}` -- Perform reconnaissance on [t]arget(s) from a file: +- Perform reconnaissance on target(s) from a file: -`sudo autorecon --target-file {{path/to/file}}` +`sudo autorecon {{[-t|--target-file]}} {{path/to/file}}` -- [o]utput results to a different directory: +- Output results to a different directory: -`sudo autorecon --output {{path/to/results}} {{host_or_ip1,host_or_ip2,...}}` +`sudo autorecon {{[-o|--output]}} {{path/to/results}} {{host_or_ip1,host_or_ip2,...}}` -- Limit scanning to specific [p]orts and protocols (`T` for TCP, `U` for UDP, `B` for both): +- Limit scanning to specific ports and protocols (`T` for TCP, `U` for UDP, `B` for both): -`sudo autorecon --ports {{T:21-25,80,443,U:53,B:123}} {{host_or_ip1,host_or_ip2,...}}` +`sudo autorecon {{[-p|--ports]}} {{T:21-25,80,443,U:53,B:123}} {{host_or_ip1,host_or_ip2,...}}` diff --git a/pages/linux/bwa.md b/pages/linux/bwa.md index e8896d5d255c01..2ead0d6cd2ef26 100644 --- a/pages/linux/bwa.md +++ b/pages/linux/bwa.md @@ -2,7 +2,7 @@ > Burrows-Wheeler Alignment tool. > Short, low-divergent DNA sequences mapper against a large reference genome, such as the human genome. -> More information: . +> More information: . - Index the reference genome: diff --git a/pages/linux/cat.md b/pages/linux/cat.md index 5ddb6af476c542..a1f9464edb999c 100644 --- a/pages/linux/cat.md +++ b/pages/linux/cat.md @@ -19,7 +19,7 @@ `cat - > {{path/to/file}}` -- [n]umber all output lines: +- Number all output lines: `cat {{[-n|--number]}} {{path/to/file}}` diff --git a/pages/linux/cpupower.md b/pages/linux/cpupower.md index bd69e0c1c7f9a2..871b04aeb50582 100644 --- a/pages/linux/cpupower.md +++ b/pages/linux/cpupower.md @@ -5,20 +5,20 @@ - List CPUs: -`sudo cpupower --cpu {{all}} info` +`sudo cpupower {{[-c|--cpu]}} {{all}} info` - Print information about all cores: -`sudo cpupower --cpu {{all}} info` +`sudo cpupower {{[-c|--cpu]}} {{all}} info` - Set all CPUs to a power-saving frequency governor: -`sudo cpupower --cpu {{all}} frequency-set --governor {{powersave}}` +`sudo cpupower {{[-c|--cpu]}} {{all}} frequency-set --governor {{powersave}}` -- Print CPU 0's available frequency [g]overnors: +- Print CPU 0's available frequency governors: -`sudo cpupower --cpu {{0}} frequency-info g | grep "analyzing\|governors"` +`sudo cpupower {{[-c|--cpu]}} {{0}} frequency-info {{[-g|--governors]}} | grep "analyzing\|governors"` - Print CPU 4's frequency from the hardware, in a human-readable format: -`sudo cpupower --cpu {{4}} frequency-info --hwfreq --human` +`sudo cpupower {{[-c|--cpu]}} {{4}} frequency-info {{[-w|--hwfreq]}} {{[-m|--human]}}` diff --git a/pages/linux/cryptcat.md b/pages/linux/cryptcat.md index 8c6077b833e4c8..0f3cd898b71801 100644 --- a/pages/linux/cryptcat.md +++ b/pages/linux/cryptcat.md @@ -1,7 +1,7 @@ # cryptcat > Cryptcat is netcat with encryption capabilities. -> More information: . +> More information: . - [l]isten on a specified [p]ort and print any data received: diff --git a/pages/linux/dbclient.md b/pages/linux/dbclient.md index 07b3714a8a434a..b85cae63fb73dd 100644 --- a/pages/linux/dbclient.md +++ b/pages/linux/dbclient.md @@ -1,7 +1,7 @@ # dbclient > Lightweight Dropbear Secure Shell client. -> More information: . +> More information: . - Connect to a remote host: diff --git a/pages/linux/dpigs.md b/pages/linux/dpigs.md index b5d6ae6ac3cb55..c17761ea18d9e8 100644 --- a/pages/linux/dpigs.md +++ b/pages/linux/dpigs.md @@ -5,20 +5,20 @@ - Display the N largest packages on the system: -`dpigs --lines={{N}}` +`dpigs {{[-n|--lines]}} {{N}}` -- Use the specified file instead of the default dpkg [s]tatus file: +- Use the specified file instead of the default dpkg status file: -`dpigs --status={{path/to/file}}` +`dpigs {{[-s|--status]}} {{path/to/file}}` -- Display the largest [S]ource packages of binary packages installed on the system: +- Display the largest source packages of binary packages installed on the system: -`dpigs --source` +`dpigs {{[-S|--source]}}` -- Display package sizes in [H]uman-readable format: +- Display package sizes in human-readable format: -`dpigs --human-readable` +`dpigs {{[-H|--human-readable]}}` - Display help: -`dpigs --help` +`dpigs {{[-h|--help]}}` diff --git a/pages/linux/dropbearkey.md b/pages/linux/dropbearkey.md index 5992d249216ce3..fcf31da7f7ac2c 100644 --- a/pages/linux/dropbearkey.md +++ b/pages/linux/dropbearkey.md @@ -1,7 +1,7 @@ # dropbearkey > Generate SSH keys in Dropbear format. -> More information: . +> More information: . - Generate an SSH key of [t]ype ed25519 and write it to key [f]ile: diff --git a/pages/linux/esearch.md b/pages/linux/esearch.md index 55b87216c07172..31f2c006f17d78 100644 --- a/pages/linux/esearch.md +++ b/pages/linux/esearch.md @@ -16,6 +16,6 @@ `esearch -db nuccore -query "{{insulin [PROT] AND rodents [ORGN]}}"` -- Display [h]elp: +- Display help: -`esearch -h` +`esearch {{[-h|-help]}}` diff --git a/pages/linux/getfacl.md b/pages/linux/getfacl.md index 97ad9f0bff3aa8..a6e8481a8338fa 100644 --- a/pages/linux/getfacl.md +++ b/pages/linux/getfacl.md @@ -7,10 +7,10 @@ `getfacl {{path/to/file_or_directory}}` -- Display the file access control list with [n]umeric user and group IDs: +- Display the file access control list with numeric user and group IDs: -`getfacl --numeric {{path/to/file_or_directory}}` +`getfacl {{[-n|--numeric]}} {{path/to/file_or_directory}}` -- Display the file access control list with [t]abular output format: +- Display the file access control list with tabular output format: -`getfacl --tabular {{path/to/file_or_directory}}` +`getfacl {{[-t|--tabular]}} {{path/to/file_or_directory}}` diff --git a/pages/linux/iptables-save.md b/pages/linux/iptables-save.md index b0d241ca510f07..f4affddd6dc709 100644 --- a/pages/linux/iptables-save.md +++ b/pages/linux/iptables-save.md @@ -8,10 +8,10 @@ `sudo iptables-save` -- Print the `iptables` configuration of a specific [t]able: +- Print the `iptables` configuration of a specific table: -`sudo iptables-save --table {{table}}` +`sudo iptables-save {{[-t|--table]}} {{table}}` -- Save the `iptables` configuration to a [f]ile: +- Save the `iptables` configuration to a file: -`sudo iptables-save --file {{path/to/file}}` +`sudo iptables-save {{[-f|--file]}} {{path/to/file}}` diff --git a/pages/linux/lsipc.md b/pages/linux/lsipc.md index 7862f39f8a3304..949d5e2a24c55e 100644 --- a/pages/linux/lsipc.md +++ b/pages/linux/lsipc.md @@ -12,13 +12,13 @@ `lsipc {{--shmems|--queues|--semaphores}}` -- Show full details on the resource with a specific [i]D: +- Show full details on the resource with a specific ID: -`lsipc {{--shmems|--queues|--semaphores}} --id {{resource_id}}` +`lsipc {{--shmems|--queues|--semaphores}} {{[-i|--id]}} {{resource_id}}` -- Print the given [o]utput columns (see all supported columns with `--help`): +- Print the given output columns (see all supported columns with `--help`): -`lsipc --output {{KEY,ID,PERMS,SEND,STATUS,NSEMS,RESOURCE,...}}` +`lsipc {{[-o|--output]}} {{KEY,ID,PERMS,SEND,STATUS,NSEMS,RESOURCE,...}}` - Use [r]aw, [J]SON, [l]ist or [e]xport (key="value") format: diff --git a/pages/linux/macchanger.md b/pages/linux/macchanger.md index 52c1278f15c7f0..989b025ac14d4e 100644 --- a/pages/linux/macchanger.md +++ b/pages/linux/macchanger.md @@ -5,24 +5,24 @@ - View the current and permanent MAC addresses of a interface: -`macchanger --show {{interface}}` +`macchanger {{[-s|--show]}} {{interface}}` - Set interface to a random MAC: -`macchanger --random {{interface}}` +`macchanger {{[-r|--random]}} {{interface}}` - Set an interface to a random MAC address, and pretend to be a [b]urned-[i]n-[a]ddress: -`macchanger --random --bia {{interface}}` +`macchanger {{[-r|--random]}} {{[-b|--bia]}} {{interface}}` - Set an interface to a specific MAC address: -`macchanger --mac {{XX:XX:XX:XX:XX:XX}} {{interface}}` +`macchanger {{[-m|--mac]}} {{XX:XX:XX:XX:XX:XX}} {{interface}}` - Print the identifications (the first three bytes of a MAC address) of all known vendors: -`macchanger --list` +`macchanger {{[-l|--list]}}` - Reset an interface to its permanent hardware MAC address: -`macchanger --permanent {{interface}}` +`macchanger {{[-p|--permanent]}} {{interface}}` diff --git a/pages/linux/namcap.md b/pages/linux/namcap.md index d5162238a021fd..3410cf511f1cb6 100644 --- a/pages/linux/namcap.md +++ b/pages/linux/namcap.md @@ -1,7 +1,7 @@ # namcap > Check binary packages and source `PKGBUILD`s for common packaging mistakes. -> More information: . +> More information: . - Check a specific `PKGBUILD` file: @@ -11,6 +11,6 @@ `namcap {{path/to/package.pkg.tar.zst}}` -- Check a file, printing extra [i]nformational messages: +- Check a file, printing extra informational messages: -`namcap -i {{path/to/file}}` +`namcap {{[-i|--info]}} {{path/to/file}}` diff --git a/pages/linux/needrestart.md b/pages/linux/needrestart.md index 62075addadb569..5e0444fcbe15e3 100644 --- a/pages/linux/needrestart.md +++ b/pages/linux/needrestart.md @@ -1,7 +1,7 @@ # needrestart > Check which daemons need to be restarted after library upgrades. -> More information: . +> More information: . - List outdated processes: diff --git a/pages/linux/nitch.md b/pages/linux/nitch.md index 7cc1b9054e014e..22f1ab04addd10 100644 --- a/pages/linux/nitch.md +++ b/pages/linux/nitch.md @@ -7,10 +7,10 @@ `nitch` -- Display [h]elp: +- Display help: -`nitch --help` +`nitch {{[-h|--help]}}` -- Display [v]ersion: +- Display version: -`nitch --version` +`nitch {{[-v|--version]}}` diff --git a/pages/linux/pkgctl-diff.md b/pages/linux/pkgctl-diff.md index 02d42997758d7f..7d1b972f38b309 100644 --- a/pages/linux/pkgctl-diff.md +++ b/pages/linux/pkgctl-diff.md @@ -2,20 +2,20 @@ > Compare package files using different modes. > See also: `pkgctl`. -> More information: . +> More information: . -- Compare package files in tar content [l]ist different mode (default): +- Compare package files in tar content list different mode (default): -`pkgctl diff --list {{path/to/file|pkgname}}` +`pkgctl diff {{[-l|--list]}} {{path/to/file|pkgname}}` -- Compare package files in [d]iffoscope different mode: +- Compare package files in diffoscope different mode: -`pkgctl diff --diffoscope {{path/to/file|pkgname}}` +`pkgctl diff {{[-d|--diffoscope]}} {{path/to/file|pkgname}}` - Compare package files in `.PKGINFO` different mode: -`pkgctl diff --pkginfo {{path/to/file|pkgname}}` +`pkgctl diff {{[-p|--pkginfo]}} {{path/to/file|pkgname}}` - Compare package files in `.BUILDINFO` different mode: -`pkgctl diff --buildinfo {{path/to/file|pkgname}}` +`pkgctl diff {{[-b|--buildinfo]}} {{path/to/file|pkgname}}` diff --git a/pages/linux/pyrit.md b/pages/linux/pyrit.md index 03d063381be4a2..5b1ece14eefd16 100644 --- a/pages/linux/pyrit.md +++ b/pages/linux/pyrit.md @@ -1,7 +1,7 @@ # pyrit > WPA/WPA2 cracking tool using computational power. -> More information: . +> More information: . - Display system cracking speed: diff --git a/pages/linux/qrcp.md b/pages/linux/qrcp.md index e1126a73147e66..3690e8a4a39e92 100644 --- a/pages/linux/qrcp.md +++ b/pages/linux/qrcp.md @@ -15,13 +15,13 @@ `qrcp send --zip {{path/to/file_or_directory}}` -- Use a specific [p]ort: +- Use a specific port: -`qrcp {{send|receive}} --port {{port_number}}` +`qrcp {{send|receive}} {{[-p|--port]}} {{port_number}}` -- Use a specific network [i]nterface: +- Use a specific network interface: -`qrcp {{send|receive}} --interface {{interface}}` +`qrcp {{send|receive}} {{[-i|--interface]}} {{interface}}` - Keep the server alive: diff --git a/pages/linux/rig.md b/pages/linux/rig.md index 98c888d095da18..9cff6ecc01f3f4 100644 --- a/pages/linux/rig.md +++ b/pages/linux/rig.md @@ -11,7 +11,7 @@ `rig -{{m|f}}` -- Use data files from a specific directory (default is `/usr/share/rig`): +- Use [d]ata files from a specific directory (default is `/usr/share/rig`): `rig -d {{path/to/directory}}` @@ -19,6 +19,6 @@ `rig -c {{number}}` -- Display a specific number of female identities: +- Display a specific number of [f]emale identities: `rig -f -c {{number}}` diff --git a/pages/linux/ruget.md b/pages/linux/ruget.md index 42e594fc25885d..3d387f5fcf2cef 100644 --- a/pages/linux/ruget.md +++ b/pages/linux/ruget.md @@ -7,6 +7,6 @@ `ruget {{https://example.com/file}}` -- Download the contents of a URL to a specified [o]utput file: +- Download the contents of a URL to a specified output file: -`ruget --output {{file_name}} {{https://example.com/file}}` +`ruget {{[-o|--output]}} {{file_name}} {{https://example.com/file}}` diff --git a/pages/linux/setfacl.md b/pages/linux/setfacl.md index d2267bcc1cfe57..7b9692157a0556 100644 --- a/pages/linux/setfacl.md +++ b/pages/linux/setfacl.md @@ -3,18 +3,18 @@ > Set file access control lists (ACL). > More information: . -- [M]odify ACL of a file for user with read and write access: +- Modify ACL of a file for user with read and write access: -`setfacl --modify u:{{username}}:rw {{path/to/file_or_directory}}` +`setfacl {{[-m|--modify]}} u:{{username}}:rw {{path/to/file_or_directory}}` -- [M]odify [d]efault ACL of a file for all users: +- Modify default ACL of a file for all users: -`setfacl --modify --default u::rw {{path/to/file_or_directory}}` +`setfacl {{[-m|--modify]}} {{[-d|--default]}} u::rw {{path/to/file_or_directory}}` - Remove ACL of a file for a user: -`setfacl --remove u:{{username}} {{path/to/file_or_directory}}` +`setfacl {{[-x|--remove]}} u:{{username}} {{path/to/file_or_directory}}` - Remove all ACL entries of a file: -`setfacl --remove-all {{path/to/file_or_directory}}` +`setfacl {{[-X|--remove-all]}} {{path/to/file_or_directory}}` diff --git a/pages/linux/setsebool.md b/pages/linux/setsebool.md index 5ac5f2a01de801..2de0f935ab450a 100644 --- a/pages/linux/setsebool.md +++ b/pages/linux/setsebool.md @@ -12,11 +12,11 @@ `sudo setsebool {{httpd_can_network_connect}} {{1|true|on|0|false|off}}` -- Set or unset a boolean [p]ersistently: +- Set or unset a boolean [P]ersistently: `sudo setsebool -P {{container_use_devices}} {{1|true|on|0|false|off}}` -- Set or unset multiple booleans [p]ersistently at once: +- Set or unset multiple booleans [P]ersistently at once: `sudo setsebool -P {{ftpd_use_fusefs=1 mount_anyfile=0 ...}}` diff --git a/pages/linux/shutdown.md b/pages/linux/shutdown.md index 4f9b1e086207e2..b1c4a9aafa06a1 100644 --- a/pages/linux/shutdown.md +++ b/pages/linux/shutdown.md @@ -15,7 +15,7 @@ `shutdown {{[-r|--reboot]}} +{{5}} &` -- Shutdown at 1:00 pm (Uses 24[h] clock): +- Shutdown at 1:00 pm (Uses 24h clock): `shutdown -h 13:00` diff --git a/pages/linux/swaybg.md b/pages/linux/swaybg.md index 5c3ab64fbcb519..61e3c884c91420 100644 --- a/pages/linux/swaybg.md +++ b/pages/linux/swaybg.md @@ -3,14 +3,14 @@ > Wallpaper tool for Wayland compositors. > More information: . -- Set the wallpaper to an [i]mage: +- Set the wallpaper to an image: -`swaybg --image {{path/to/image}}` +`swaybg {{[-i|--image]}} {{path/to/image}}` -- Set the wallpaper [m]ode: +- Set the wallpaper mode: -`swaybg --image {{path/to/image}} --mode {{stretch|fit|fill|center|tile|solid_color}}` +`swaybg {{[-i|--image]}} {{path/to/image}} {{[-m|--mode]}} {{stretch|fit|fill|center|tile|solid_color}}` -- Set the wallpaper to a static [c]olor: +- Set the wallpaper to a static color: -`swaybg --color "{{#rrggbb}}"` +`swaybg {{[-c|--color]}} "{{#rrggbb}}"` diff --git a/pages/linux/tcpick.md b/pages/linux/tcpick.md index efcfc6f3a5c3c9..53223bfc643e38 100644 --- a/pages/linux/tcpick.md +++ b/pages/linux/tcpick.md @@ -4,13 +4,13 @@ > It can capture and display TCP connections and data. It can also monitor network traffic on a interface, host, or port. > More information: . -- Capture traffic on a specific [i]nterface, port and host:: +- Capture traffic on a specific interface, port and host:: -`sudo tcpick -i {{interface}} -C -h {{host}} -p {{port}}` +`sudo tcpick {{[-i|--interface]}} {{interface}} {{[-C|--colors]}} -h {{host}} -p {{port}}` - Capture traffic on port 80 (HTTP) of a specific host: -`sudo tcpick -i {{eth0}} -C -h {{192.168.1.100}} -p {{80}}` +`sudo tcpick {{[-i|--interface]}} {{eth0}} {{[-C|--colors]}} -h {{192.168.1.100}} -p {{80}}` - Display help: diff --git a/pages/linux/tlp-stat.md b/pages/linux/tlp-stat.md index e587336abe20d1..e0fb478783953c 100644 --- a/pages/linux/tlp-stat.md +++ b/pages/linux/tlp-stat.md @@ -14,7 +14,7 @@ - Show verbose information about devices that support verbosity: -`sudo tlp-stat --verbose --{{battery|processor|pcie|usb}}` +`sudo tlp-stat {{[-v|--verbose]}} --{{battery|processor|pcie|usb}}` - Show configuration: @@ -28,7 +28,7 @@ `sudo tlp-stat --psup` -- Show [temp]eratures and fan speed: +- Show [t]emperatures and fan speed: `sudo tlp-stat {{[-t|--temp]}}` diff --git a/pages/linux/torsocks.md b/pages/linux/torsocks.md index ea45cc12ff4b18..59f0d29ad91ae0 100644 --- a/pages/linux/torsocks.md +++ b/pages/linux/torsocks.md @@ -2,7 +2,7 @@ > Route the traffic of any application through the Tor network. > Note: `torsocks` will assume that it should connect to the Tor SOCKS proxy running at 127.0.0.1:9050 being the defaults of the Tor daemon. -> More information: . +> More information: . - Run a command using Tor: @@ -20,10 +20,10 @@ `torsocks show` -- [i]solate traffic through a different Tor circuit, improving anonymity: +- Isolate traffic through a different Tor circuit, improving anonymity: -`torsocks --isolate {{curl https://check.torproject.org/api/ip}}` +`torsocks {{[-i|--isolate]}} {{curl https://check.torproject.org/api/ip}}` -- Connect to a Tor proxy running on a specific [a]ddress and [P]ort: +- Connect to a Tor proxy running on a specific address and port: -`torsocks --address {{ip}} --port {{port}} {{command}}` +`torsocks {{[-a|--address]}} {{ip}} {{[-P|--port]}} {{port}} {{command}}` diff --git a/pages/linux/tunelp.md b/pages/linux/tunelp.md index 76bf2756033ff0..4ded039a669c68 100644 --- a/pages/linux/tunelp.md +++ b/pages/linux/tunelp.md @@ -4,22 +4,22 @@ > Part of `util-linux`. > More information: . -- Check the [s]tatus of a parallel port device: +- Check the status of a parallel port device: -`tunelp --status {{/dev/lp0}}` +`tunelp {{[-s|--status]}} {{/dev/lp0}}` -- [r]eset a given parallel port: +- Reset a given parallel port: -`tunelp --reset {{/dev/lp0}}` +`tunelp {{[-r|--reset]}} {{/dev/lp0}}` -- Use a given [i]RQ for a device, each one representing an interrupt line: +- Use a given IRQ for a device, each one representing an interrupt line: -`tunelp -i 5 {{/dev/lp0}}` +`tunelp {{[-i|--irq]}} 5 {{/dev/lp0}}` -- Try a given number of times to output a [c]haracter to the printer before sleeping for a given [t]ime: +- Try a given number of times to output a character to the printer before sleeping for a given time: -`tunelp --chars {{times}} --time {{time_in_centiseconds}} {{/dev/lp0}}` +`tunelp {{[-c|--chars]}} {{times}} {{[-t|--time]}} {{time_in_centiseconds}} {{/dev/lp0}}` -- Enable or disable [a]borting on error (disabled by default): +- Enable or disable aborting on error (disabled by default): -`tunelp --abort {{on|off}}` +`tunelp {{[-a|--abort]}} {{on|off}}` diff --git a/pages/linux/urpmf.md b/pages/linux/urpmf.md index 231ef99bf5d9aa..61ec6926adda39 100644 --- a/pages/linux/urpmf.md +++ b/pages/linux/urpmf.md @@ -2,7 +2,7 @@ > Find files in packages and query information about them in Mageia. > See also: `urpmi`, `urpme`, `urpmi.addmedia`, `urpmi.removemedia`, `urpmi.update`, `urpmq`. -> More information: . +> More information: . - Search for packages that contain a file: