From d19a792e58eba8f13d9c7a0160cc5f1402e7f117 Mon Sep 17 00:00:00 2001 From: David Timber Date: Sat, 6 Nov 2021 19:07:41 +0800 Subject: 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 --- doc/fmts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 | -- cgit