aboutsummaryrefslogtreecommitdiff
path: root/doc/fmts.md
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2021-11-06 19:07:41 +0800
committerDavid Timber <mieabby@gmail.com>2021-11-06 19:07:41 +0800
commitd19a792e58eba8f13d9c7a0160cc5f1402e7f117 (patch)
tree20a6fab9a3600e15220b4211f6567141326ad590 /doc/fmts.md
parent7829a29ee65e21b8a234670f9edba31a9a432853 (diff)
Add more callbacks for fork() event, doc progress
* Add fork.prepare(), fork.parent() and fork.child() to match with pthread_atfork(), which makes more sense * Code documentation progress
Diffstat (limited to 'doc/fmts.md')
-rw-r--r--doc/fmts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fmts.md b/doc/fmts.md
index cac8061..f962224 100644
--- a/doc/fmts.md
+++ b/doc/fmts.md
@@ -239,7 +239,7 @@ combination. The format of combo lines is specified below.
| Field | Description |
| -------- | ----------------------------------------------------------------- |
-| WEIGHT | (required) weight value with range of 0 to 255 |
+| WEIGHT | (required) weight value in range \[0, 255\] |
| USERNAME | (required) username string |
| PW | (optional) password string |