From 97b1a11be0457957a565f14debae7078f8c707bf Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 19 Sep 2021 06:03:34 -0500 Subject: [PATCH] doc: document timeout parameter in manual pages --- doc/ifdown.scd | 4 ++++ doc/ifparse.scd | 4 ++++ doc/ifquery.scd | 4 ++++ doc/ifup.scd | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/doc/ifdown.scd b/doc/ifdown.scd index 0215954..41f3b02 100644 --- a/doc/ifdown.scd +++ b/doc/ifdown.scd @@ -45,6 +45,10 @@ configured in the configuration database. *-S, --state-file* _FILE_ Use _FILE_ as the state database. +*-T, --timeout* _TIMEOUT_ + Wait up to _TIMEOUT_ seconds for executors to complete before + raising an error. + *-V, --version* Print the ifupdown-ng version and exit. diff --git a/doc/ifparse.scd b/doc/ifparse.scd index 7634b71..ff7b742 100644 --- a/doc/ifparse.scd +++ b/doc/ifparse.scd @@ -43,6 +43,10 @@ stanzas between different formats. *-S, --state-file* _FILE_ Use _FILE_ as the state database. +*-T, --timeout* _TIMEOUT_ + Wait up to _TIMEOUT_ seconds for executors to complete before + raising an error. + *-V, --version* Print the ifupdown-ng version and exit. diff --git a/doc/ifquery.scd b/doc/ifquery.scd index 83c8480..b721135 100644 --- a/doc/ifquery.scd +++ b/doc/ifquery.scd @@ -62,6 +62,10 @@ configuration file to the current format. *-S, --state-file* _FILE_ Use _FILE_ as the state database. +*-T, --timeout* _TIMEOUT_ + Wait up to _TIMEOUT_ seconds for executors to complete before + raising an error. + *-V, --version* Print the ifupdown-ng version and exit. diff --git a/doc/ifup.scd b/doc/ifup.scd index 0af9150..82978f2 100644 --- a/doc/ifup.scd +++ b/doc/ifup.scd @@ -48,6 +48,10 @@ configured in the configuration database. *-S, --state-file* _FILE_ Use _FILE_ as the state database. +*-T, --timeout* _TIMEOUT_ + Wait up to _TIMEOUT_ seconds for executors to complete before + raising an error. + *-V, --version* Print the ifupdown-ng version and exit.