diff options
Diffstat (limited to 'lib/stdlib/doc/src')
| -rw-r--r-- | lib/stdlib/doc/src/c.xml | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/lib/stdlib/doc/src/c.xml b/lib/stdlib/doc/src/c.xml index b49fa6ad67..b43d4786ae 100644 --- a/lib/stdlib/doc/src/c.xml +++ b/lib/stdlib/doc/src/c.xml @@ -232,6 +232,14 @@ compile:file(<anno>File</anno>, <anno>Options</anno> ++ [report_errors, report_w        </desc>      </func>      <func> +      <name name="uptime" arity="0"/> +      <fsummary>Print node uptime</fsummary> +      <desc> +        <p>Prints the node uptime (as given by +           <c>erlang:statistics(wall_clock)</c>), in human-readable form.</p> +      </desc> +    </func> +    <func>        <name>xm(ModSpec) -> void()</name>        <fsummary>Cross reference check a module</fsummary>        <type> | 
