[OpenWrt-Devel] [PATCH] procd: correct the order of respawn params in the comments.
Yousong Zhou
yszhou4tech at gmail.com
Sun Jun 14 00:10:38 EDT 2015
Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
---
package/system/procd/files/procd.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/system/procd/files/procd.sh b/package/system/procd/files/procd.sh
index 0e798a0..e83e75c 100644
--- a/package/system/procd/files/procd.sh
+++ b/package/system/procd/files/procd.sh
@@ -12,7 +12,7 @@
# procd_set_param(type, [value...])
# Available types:
# command: command line (array).
-# respawn info: array with 3 values $restart_timeout $fail_hreshold $max_fail
+# respawn info: array with 3 values $fail_threshold $restart_timeout $max_fail
# env: environment variable (passed to the process)
# data: arbitrary name/value pairs for detecting config changes (table)
# file: configuration files (array)
--
1.7.10.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list