mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
Merge pull request #11038 from keszybz/man-timeouts
Small improvements for documentation of timeout options
This commit is contained in:
@@ -197,10 +197,9 @@ int generator_write_timeouts(
|
||||
const char *opts,
|
||||
char **filtered) {
|
||||
|
||||
/* Allow configuration how long we wait for a device that
|
||||
* backs a mount point to show up. This is useful to support
|
||||
* endless device timeouts for devices that show up only after
|
||||
* user input, like crypto devices. */
|
||||
/* Configure how long we wait for a device that backs a mount point or a
|
||||
* swap partition to show up. This is useful to support endless device timeouts
|
||||
* for devices that show up only after user input, like crypto devices. */
|
||||
|
||||
_cleanup_free_ char *node = NULL, *unit = NULL, *timeout = NULL;
|
||||
usec_t u;
|
||||
|
||||
Reference in New Issue
Block a user