pages*: remove "one or more" from description when superfluous (#12121)
* pages*: remove "one or more" from description when superfluous --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# inotifywait
|
||||
|
||||
> Waits for changes to one or more files.
|
||||
> Waits for changes to files.
|
||||
> More information: <https://manned.org/inotifywait>.
|
||||
|
||||
- Watch a specific file for events, exiting after the first one:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# lvremove
|
||||
|
||||
> Remove one or more logical volumes.
|
||||
> Remove logical volumes.
|
||||
> See also: `lvm`.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/lvremove.8.html>.
|
||||
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
- Display limit values for all current resources of a specified process:
|
||||
|
||||
`prlimit --pid {{pid number}}`
|
||||
`prlimit --pid {{pid_number}}`
|
||||
|
||||
- Run a command with a custom number of open files limit:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# ptx
|
||||
|
||||
> Generate a permuted index of words from one or more text files.
|
||||
> Generate a permuted index of words from text files.
|
||||
> More information: <https://www.gnu.org/software/coreutils/ptx>.
|
||||
|
||||
- Generate a permuted index where the first field of each line is an index reference:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# renice
|
||||
|
||||
> Alter the scheduling priority/niceness of one or more running processes.
|
||||
> Alter the scheduling priority/niceness of running processes.
|
||||
> Niceness values range from -20 (most favorable to the process) to 19 (least favorable to the process).
|
||||
> See also: `nice`.
|
||||
> More information: <https://manned.org/renice>.
|
||||
|
@@ -1,12 +1,12 @@
|
||||
# toolbox rmi
|
||||
|
||||
> Remove one or more `toolbox` images.
|
||||
> Remove `toolbox` images.
|
||||
> See also: `toolbox rm`.
|
||||
> More information: <https://manned.org/toolbox-rmi.1>.
|
||||
|
||||
- Remove a `toolbox` image:
|
||||
- Remove one or more `toolbox` image:
|
||||
|
||||
`toolbox rmi {{image_name}}`
|
||||
`toolbox rmi {{image_name1 image_name2 ...}}`
|
||||
|
||||
- Remove all `toolbox` images:
|
||||
|
||||
|
Reference in New Issue
Block a user