File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -193,8 +193,9 @@ intended you have no right to complain ;-).
193193 use the ``-r ``, ``--relaxed `` option in order to preserve more backups."
194194 "``-i ``, ``--ionice=CLASS ``","Use the ""ionice"" program to set the I/O scheduling class and priority of
195195 the ""rm"" invocations used to remove backups. ``CLASS `` is expected to be one of
196- the values ""idle"", ""best-effort"" or ""realtime"". Refer to the man page of
197- the ""ionice"" program for details about these values."
196+ the values ""idle"" (3), ""best-effort"" (2) or ""realtime"" (1). Refer to the
197+ man page of the ""ionice"" program for details about these values. The
198+ numeric values are required by the 'busybox' implementation of 'ionice'."
198199 "``-c ``, ``--config=FILENAME ``","Load configuration from ``FILENAME ``. If this option isn't given the following
199200 default locations are searched for configuration files:
200201
Original file line number Diff line number Diff line change 126126
127127 Use the `ionice' program to set the I/O scheduling class and priority of
128128 the `rm' invocations used to remove backups. CLASS is expected to be one of
129- the values `idle', `best-effort' or `realtime'. Refer to the man page of
130- the `ionice' program for details about these values.
129+ the values `idle' (3), `best-effort' (2) or `realtime' (1). Refer to the
130+ man page of the `ionice' program for details about these values. The
131+ numeric values are required by the 'busybox' implementation of 'ionice'.
131132
132133 -c, --config=FILENAME
133134
You can’t perform that action at this time.
0 commit comments