You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 'PR/Benno-29Apr' of https://github.com/karelzak/util-linux-work:
po-man: add hyperlink.adoc to po4a.cfg
docs,usage: harmonize description of --hyperlink, and add 2 missing ones
pipesz: report default size in --help, instead of referring the user
lsfd: improve grammar, and use angular brackets around placeholder word
uuidd: put an option and its description in a single message
pipesz: (man) improve the markup and some wordings
irqtop: make the wording of an error message identical to that of another
unshare: make the wording of a message identical to that of three others
Copy file name to clipboardExpand all lines: lsfd-cmd/lsfd.1.adoc
+17-19
Original file line number
Diff line number
Diff line change
@@ -60,22 +60,22 @@ Use raw output format.
60
60
*--notruncate*::
61
61
Don't truncate text in columns.
62
62
63
-
*-p*, *--pid* _pids_::
64
-
Collect information only for specified processes.
65
-
_pids_ is a list of pids. A comma or whitespaces can be used as separators.
66
-
You can use this option with *pidof*(1). See *FILTER EXAMPLES*.
67
-
+
68
-
Both *-Q* option with an expression including PID, e.g. -Q (PID == 1),
69
-
and *-p* option, e.g. -p 1, may print the same output but using *-p*
70
-
option is much more efficient because *-p* option works at a much earlier
71
-
stage of processing than the *-Q* option.
63
+
*-p*, *--pid* _list_::
64
+
Collect information only for the specified processes.
65
+
The _list_ is a comma-separated list of PIDs.
66
+
See also *FILTER EXAMPLES*.
72
67
73
-
*-i*[4|6], *--inet*[=4|=6]::
68
+
*-i*[*4*|*6*], *--inet*[**=4**|**=6**]::
74
69
List only IPv4 sockets and/or IPv6 sockets.
75
70
76
-
*-Q*, *--filter* _expr_::
77
-
Print only the files matching the condition represented by the _expr_.
71
+
*-Q*, *--filter* _expression_::
72
+
Print only the files matching the condition represented by the _expression_.
78
73
See also *scols-filter*(5) and *FILTER EXAMPLES*.
74
+
+
75
+
The *-Q* option with a PID (for example: *-Q PID==1*) and the *-p*
76
+
option (for example: *-p 1*) can be used to achieve the same result,
77
+
but using the *-p* option is much more efficient because it works at
78
+
6D40
span>
a much earlier stage of processing than the *-Q* option.
79
79
80
80
*-C*, *--counter* __label__:__filter_expr__::
81
81
Define a custom counter used in *--summary* output. *lsfd* makes a
@@ -85,14 +85,13 @@ counter named _label_. *lsfd* applies filters defined with *--filter*
85
85
options before counting; files excluded by the filters are not counted.
86
86
+
87
87
See *scols-filter*(5) about _filter_expr_.
88
-
_label_ should not include `{` nor `:`. You can define multiple
88
+
_label_ should not include *{* nor *:*. You can define multiple
89
89
counters by specifying this option multiple times.
90
-
+
91
90
See also *COUNTER EXAMPLES*.
92
91
93
-
*--summary*[**=**__when__]::
94
-
This option controls summary lines output. The optional argument _when_
95
-
can be *only*, *append* or *never*. If the _when_ argument is omitted,
92
+
*--summary*[**=**_mode_]::
93
+
This option controls summary lines output. The optional argument _mode_
94
+
can be *only*, *append*, or *never*. If the _mode_ argument is omitted,
96
95
it defaults to *only*.
97
96
+
98
97
The summary reports counters. A counter consists of a label and an
@@ -110,8 +109,7 @@ only for *lsfd* developers.
110
109
*--dump-counters*::
111
110
Dump the definition of counters used in *--summary* output.
112
111
113
-
*--hyperlink*[=_mode_]::
114
-
Print paths as terminal hyperlinks. The _mode_ can be set to "always", "never", or "auto". The optional argument _when_ can be set to "auto", "never", or "always". If the _when_ argument is omitted, it will default to "auto". The "auto" setting means that hyperlinks will only be used if the output is on a terminal.
112
+
include::man-common/hyperlink.adoc[]
115
113
116
114
*-H*, *--list-columns*::
117
115
List the columns that can be specified with the *--output* option.
Copy file name to clipboardExpand all lines: misc-utils/findmnt.8.adoc
+1-5
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,7 @@ Print the first matching filesystem only.
67
67
List the columns that can be specified with the *--output* option.
68
68
Can be used with *--json* or *--raw* to get the list in a machine-readable format.
69
69
70
-
*--hyperlink*[**=**_mode_]::
71
-
Print mountpoint paths as terminal hyperlinks. The optional _mode_ argument
72
-
can be *always*, *never*, or *auto*. If the argument is omitted, it defaults
73
-
to *auto*, which means that hyperlinks will only be used when the output goes
74
-
to a terminal.
70
+
include::man-common/hyperlink.adoc[]
75
71
76
72
*-I*, *--dfi*::
77
73
Imitate the output of *df*(1) with its *-i* option. This option is equivalent to *-o SOURCE,FSTYPE,INO.TOTAL,INO.USED,INO.AVAIL,INO.USE%,TARGET* but excludes all pseudo filesystems. Use *--all* to print all filesystems.
Copy file name to clipboardExpand all lines: misc-utils/lsblk.8.adoc
+1-2
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,7 @@ Exclude the devices specified by the comma-separated _list_ of major device numb
62
62
*-f*, *--fs*::
63
63
Output info about filesystems. This option is equivalent to *-o NAME,FSTYPE,FSVER,LABEL,UUID,FSAVAIL,FSUSE%,MOUNTPOINTS*. The authoritative information about filesystems and raids is provided by the *blkid*(8) command.
64
64
65
-
*--hyperlink*[**=**_mode_]::
66
-
Print mountpoint paths as terminal hyperlinks. The _mode_ can be set to "always", "never", or "auto". The optional argument _when_ can be set to "auto", "never", or "always". If the _when_ argument is omitted, it will default to "auto". The "auto" setting means that hyperlinks will only be used if the output is on a terminal.
65
+
include::man-common/hyperlink.adoc[]
67
66
68
67
*-I*, *--include* _list_::
69
68
Include devices specified by the comma-separated _list_ of major device numbers. The filter is applied to the top-level devices only. This may be confusing for *--list* output format where hierarchy of the devices is not obvious.
Pipes and FIFOs maintain an internal buffer used to transfer data between the read end and the write end. In some cases, the default size of this internal buffer may not be appropriate. This program provides facilities to set and examine the size of these buffers.
22
22
23
-
The *--set* operation sets pipe buffer sizes. If it is specified, it must be specified with an explicit _size_. Otherwise, it is implied and the size is read from */proc/sys/fs/pipe-max-size*. The kernel may adjust _size_ as described in *fcntl*(2). To determine the actual buffer sizes set, use the *--verbose* option. If neither *--file* nor *--fd* are specified, *--set* acts on standard output.
23
+
The *--set* operation sets pipe buffer sizes. If it is specified, it must be specified with an explicit _size_. Otherwise, it is implied and the size is read from */proc/sys/fs/pipe-max-size*. The kernel may adjust _size_ as described in *fcntl*(2). To see the actual buffer sizes that get set, use the *--verbose* option. If neither *--file* nor *--fd* are specified, *--set* acts on standard output.
24
24
25
25
The *--set* operation permits an optional _command_ to execute after setting the pipe buffer sizes. This command is executed with the adjusted pipes.
26
26
@@ -38,13 +38,13 @@ The kernel imposes limits on the amount of pipe buffer space unprivileged proces
38
38
Report the size of pipe buffers to standard output and exit. As a special behavior, if neither *--file* nor *--fd* are specified, standard input is examined. It is an error to specify this option in combination with *--set*.
39
39
40
40
*-s*, *--set* _size_::
41
-
Set the size of the pipe buffers, in bytes. This option may be suffixed by _K_, _M_, _G_, _KiB_, _MiB_, or _GiB_ to indicate multiples of 1024. Fractional values are supported in this case. Additional suffixes are supported but are unlikely to be useful. If this option is not specified, a default value is used, as described above. If this option is specified multiple times, a warning is emitted and only the last-specified _size_ is used. As a special behavior, if neither *--file* nor *--fd* are specified, standard output is adjusted. It is an error to specify this option in combination with *--get*.
41
+
Set the size of the pipe buffers, in bytes. This option may be suffixed by *K*, *M*, *G*, *KiB*, *MiB*, or *GiB* to indicate multiples of 1024. Fractional values are supported in this case. Additional suffixes are supported but are unlikely to be useful. If this option is not specified, a default value is used, as described above. If this option is specified multiple times, a warning is emitted and only the last-specified _size_ is used. As a special behavior, if neither *--file* nor *--fd* are specified, standard output is adjusted. It is an error to specify this option in combination with *--get*.
42
42
43
43
*-f*, *--file* _path_::
44
44
Set the buffer size of the FIFO or pipe at _path_, relative to the current working directory. You may specify this option multiple times to affect different files, and you may do so in combination with *--fd*. Generally, this option is used with FIFOs, but it will also operate on anonymous pipes such as those found in */proc/PID/fd*. Changes to the buffer size of FIFOs are not preserved across system restarts.
45
45
46
-
*-n*, *--fd* _fd_::
47
-
Set the buffer size of the pipe or FIFO passed to *pipesz* as the specified file descriptor number. You may specify this option multiple times to affect different file descriptors, and you may do so in combination with *--file*. Shorthand options are provided for the common cases of fd 0 (stdin), fd 1 (stdout), and fd 2 (stderr). These should suffice in most cases.
46
+
*-n*, *--fd* _number_::
47
+
Set the buffer size of the pipe or FIFO corresponding to file descriptor _number_. You may specify this option multiple times to affect different file descriptors, and you may do so in combination with *--file*. Shorthand options are provided for the common cases of fd 0 (stdin), fd 1 (stdout), and fd 2 (stderr). These should suffice in most cases.
48
48
49
49
*-i*, *--stdin*::
50
50
Shorthand for *--fd 0*.
@@ -59,7 +59,7 @@ Shorthand for *--fd 2*.
59
59
Exit, without executing _command_, in case of any error while manipulating a file or file descriptor. The default behavior if this is not specified is to emit a warning
10000
to standard error and continue.
60
60
61
61
*-q*, *--quiet*::
62
-
Do not diagnose non-fatal errors to standard error. This option does not affect the normal output of *--get*, *--verbose*, *--help*, or *--version*.
62
+
Do not report non-fatal errors to standard error. This option does not affect the normal output of *--get*, *--verbose*, *--help*, or *--version*.
63
63
64
64
*-v*, *--verbose*::
65
65
If specified with *--get*, *pipesz* will emit a descriptive header above the table. Otherwise, if specified, *pipesz* will print the actual buffer sizes set by the kernel to standard error.
Copy file name to clipboardExpand all lines: misc-utils/uuidd.8.adoc
+12-4
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,20 @@ The *uuidd* daemon is used by the UUID library to generate universally unique id
24
24
25
25
== OPTIONS
26
26
27
-
*-C*, *--cont-clock*[**=**_time_]::
28
-
Activate continuous clock handling for time based UUIDs. *uuidd* could use all possible clock values, beginning with the daemon's start time. The optional argument can be used to set a value for the max_clock_offset. This guarantees, that a clock value of a UUID will always be within the range of the max_clock_offset.
27
+
*-C*, *--cont-clock*[**=**_number_[*hd*]]::
28
+
Activate continuous clock handling for time-based UUIDs. *uuidd* could
29
+
use all possible clock values, beginning with the daemon's start time.
30
+
The optional argument can be used to set a value for 'max_clock_offset'.
31
+
This guarantees that a clock value of a UUID will always be within the
32
+
range of 'max_clock_offset'.
29
33
+
30
-
The option *-C* or *--cont-clock* enables the feature with a default max_clock_offset of 2 hours.
34
+
The option *-C* or *--cont-clock* (without an argument) enables the
35
+
feature with a default 'max_clock_offset' of 2 hours.
31
36
+
32
-
The option *-C<NUM>[hd]* or *--cont-clock=<NUM>[hd]* enables the feature with a max_clock_offset of NUM seconds. In case of an appended h or d, the NUM value is read in hours or days. The minimum value is 60 seconds, the maximum value is 365 days.
37
+
The option **-C**_number_ or **--cont-clock=**_number_ enables the
38
+
feature with a 'max_clock_offset' of _number_ seconds.
39
+
In case of an appended *h* or *d*, _number_ is understood in hours or days.
40
+
The minimum value is 60 seconds, the maximum value is 365 days.
33
41
34
42
*-d*, *--debug*::
35
43
Run *uuidd* in debugging mode. This prevents *uuidd* from running as a daemon.
0 commit comments