diff options
author | Raimo Niskanen <[email protected]> | 2017-07-20 16:08:23 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2017-07-20 16:08:23 +0200 |
commit | b3a617b7398603c047204fb17198657a626a0f90 (patch) | |
tree | 8336e79f781d2344c7afe25f8e02ad9fb2293b35 /lib/kernel/doc | |
parent | 040bdce67f88d833bfb59adae130a4ffb4c180f0 (diff) | |
download | otp-b3a617b7398603c047204fb17198657a626a0f90.tar.gz otp-b3a617b7398603c047204fb17198657a626a0f90.tar.bz2 otp-b3a617b7398603c047204fb17198657a626a0f90.zip |
Improve spec and doc for inet:get_rc/0
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r-- | lib/kernel/doc/src/inet.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/kernel/doc/src/inet.xml b/lib/kernel/doc/src/inet.xml index b71e8a1e5d..169a76463b 100644 --- a/lib/kernel/doc/src/inet.xml +++ b/lib/kernel/doc/src/inet.xml @@ -222,11 +222,18 @@ fe80::204:acff:fe17:bf38 <name name="get_rc" arity="0"/> <fsummary>Return a list of IP configuration parameters.</fsummary> <desc> - <p>Returns the state of the <c>Inet</c> configuration database in + <p> + Returns the state of the <c>Inet</c> configuration database in form of a list of recorded configuration parameters. For more information, see <seealso marker="erts:inet_cfg">ERTS User's Guide: Inet Configuration</seealso>. - Only parameters with other than default values are returned.</p> + </p> + <p> + Only actual parameters with other than default values + are returned, for example not directives that specify + other sources for configuration parameters nor + directives that clear parameters. + </p> </desc> </func> |