Name

rtcconf_modify — Modify rtc.conf file

Calling Sequence

e=rtcconf_modify(key, value)

Parameters

key

string. key of parameter.

value

string. value of parameter.

e

Zero if success. Non-zero if failed.

Description

This function modify rtc.conf.

Examples

      rtcconf_modify("naming.formats", "%h.host_cxt/%n.rtc");

See Also

Authors

Yuki Suga (ysuga.net)