Clarify the initial docs, thanks @mrallen1!
This commit is contained in:
parent
f23e500993
commit
7301c8308e
1 changed files with 5 additions and 3 deletions
|
@ -25,7 +25,9 @@
|
||||||
%% for implementing the lifecycle changes as expressed by "policy".
|
%% for implementing the lifecycle changes as expressed by "policy".
|
||||||
%% In our case, "policy" is created by an external administrative
|
%% In our case, "policy" is created by an external administrative
|
||||||
%% entity that creates and deletes configuration files that define
|
%% entity that creates and deletes configuration files that define
|
||||||
%% FLUs and chains relative to this local machine.
|
%% FLUs and chains relative to this local machine. (This "policy"
|
||||||
|
%% may be a human administrator or (as the Machi project matures)
|
||||||
|
%% partial or full automatic implementation of policy.)
|
||||||
%%
|
%%
|
||||||
%% The "master configuration" for deciding which FLUs should be
|
%% The "master configuration" for deciding which FLUs should be
|
||||||
%% running on this machine was inspired by BSD UNIX's `init(8)' and the
|
%% running on this machine was inspired by BSD UNIX's `init(8)' and the
|
||||||
|
@ -108,7 +110,7 @@
|
||||||
%%
|
%%
|
||||||
%% <li> <tt>name :: atom()</tt>: The name of the FLU. This name
|
%% <li> <tt>name :: atom()</tt>: The name of the FLU. This name
|
||||||
%% should be unique over the lifetime of the administrative
|
%% should be unique over the lifetime of the administrative
|
||||||
%% domain and thus managed by outside policy. This name must be
|
%% domain and thus managed by external policy. This name must be
|
||||||
%% the same as the name of the `rc.d'-style config file that
|
%% the same as the name of the `rc.d'-style config file that
|
||||||
%% defines the FLU.
|
%% defines the FLU.
|
||||||
%% </li>
|
%% </li>
|
||||||
|
@ -154,7 +156,7 @@
|
||||||
%%
|
%%
|
||||||
%% <li> <tt>name :: atom()</tt>: The name of the chain. This name
|
%% <li> <tt>name :: atom()</tt>: The name of the chain. This name
|
||||||
%% should be unique over the lifetime of the administrative
|
%% should be unique over the lifetime of the administrative
|
||||||
%% domain and thus managed by outside policy. This name must be
|
%% domain and thus managed by external policy. This name must be
|
||||||
%% the same as the name of the `rc.d'-style config file that
|
%% the same as the name of the `rc.d'-style config file that
|
||||||
%% defines the chain.
|
%% defines the chain.
|
||||||
%% </li>
|
%% </li>
|
||||||
|
|
Loading…
Reference in a new issue