From 369f3ff3c227a1d9da5c54fec1095c51dc36d462 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 4 Aug 2020 12:08:32 -0600 Subject: [PATCH] interfaces.5: document inherit option --- doc/interfaces.scd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/interfaces.scd b/doc/interfaces.scd index 3719e46..ce021e8 100644 --- a/doc/interfaces.scd +++ b/doc/interfaces.scd @@ -69,6 +69,10 @@ the system will only respond to certain keywords by default: Interfaces associated with the parent are taken down at the same time as the parent. +*inherit* _interface_ + Designates that the parent interface should inherit + configuration data from _interface_. + *use* _option_ Designates that an option should be used. See _OPTIONS_ section for more information on options.