diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-01-29 20:00:30 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-01-29 20:00:30 +0100 |
commit | e39172c686269d06028a7276d497a0c24272397a (patch) | |
tree | 615262400e084808d8f3e8d908238f6830808f26 | |
parent | 2c41629f71a0cfab1cfd55f53a9e8c065eeba86f (diff) |
document: minor reword, reference sfeedrc(5) in README
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | sfeed_update.1 | 7 |
2 files changed, 6 insertions, 5 deletions
@@ -143,7 +143,9 @@ Atleast the following functions can be overridden per feed: - filter: to filter on fields. - order: to change the sort order. -The function feeds() is called to process the feeds. The default feed() +See also the sfeedrc(5) man page documentation for more details. + +The feeds() function is called to process the feeds. The default feed() function is executed concurrently as a background job in your sfeedrc(5) config file to make updating faster. The variable maxjobs can be changed to limit or increase the amount of concurrent jobs (8 by default). diff --git a/sfeed_update.1 b/sfeed_update.1 index 9a27c7f..1366736 100644 --- a/sfeed_update.1 +++ b/sfeed_update.1 @@ -46,13 +46,12 @@ to filter on fields. to change the sort order. .El .Pp -The function +The .Fn feeds -is called to process the feeds. +function is called to process the feeds. The default .Fn feed -is executed concurrently as a background job in -your +function is executed concurrently as a background job in your .Xr sfeedrc 5 config file to make updating faster. The variable |