mirror of
https://github.com/systemd/systemd.git
synced 2026-08-13 17:08:14 +00:00
shared: fix comment typos in Udev and AskPassword Varlink IDL
This commit is contained in:
@@ -25,7 +25,7 @@ static SD_VARLINK_DEFINE_METHOD(
|
||||
SD_VARLINK_FIELD_COMMENT("Timeout in µs (relative, CLOCK_MONOTONIC; set to zero to only check cache and not query interactively; set to UINT64_MAX to disable relative timeout; if not set defaults to 90s)"),
|
||||
SD_VARLINK_DEFINE_INPUT(timeoutUSec, SD_VARLINK_INT, SD_VARLINK_NULLABLE),
|
||||
SD_VARLINK_FIELD_COMMENT("Timeout in µs (absolute, CLOCK_MONOTONIC; if both timeoutUSec and untilUSec are specified the earlier of the two is used; "
|
||||
"set to zero to only check cache and not query interactively; leave unset or set to UINT64_NAX to disable absolute timeout)"),
|
||||
"set to zero to only check cache and not query interactively; leave unset or set to UINT64_MAX to disable absolute timeout)"),
|
||||
SD_VARLINK_DEFINE_INPUT(untilUSec, SD_VARLINK_INT, SD_VARLINK_NULLABLE),
|
||||
SD_VARLINK_FIELD_COMMENT("Whether to accept cached passwords from the kernel keyring"),
|
||||
SD_VARLINK_DEFINE_INPUT(acceptCached, SD_VARLINK_BOOL, SD_VARLINK_NULLABLE),
|
||||
|
||||
@@ -35,9 +35,9 @@ SD_VARLINK_DEFINE_INTERFACE(
|
||||
&vl_method_SetChildrenMax,
|
||||
SD_VARLINK_SYMBOL_COMMENT("Sets the global udev properties."),
|
||||
&vl_method_SetEnvironment,
|
||||
SD_VARLINK_SYMBOL_COMMENT("Starts processing of queued events."),
|
||||
&vl_method_Revert,
|
||||
SD_VARLINK_SYMBOL_COMMENT("Revert previously set configurations."),
|
||||
&vl_method_Revert,
|
||||
SD_VARLINK_SYMBOL_COMMENT("Starts processing of queued events."),
|
||||
&vl_method_StartExecQueue,
|
||||
SD_VARLINK_SYMBOL_COMMENT("Stops processing of queued events."),
|
||||
&vl_method_StopExecQueue,
|
||||
|
||||
Reference in New Issue
Block a user