From e8d854b26f12dded3cc8b4215b6062462022ba69 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo" Date: Tue, 25 Sep 2012 19:53:07 +0000 Subject: [PATCH] clarify desired behavior of --max-age --- doc/todo/incremental_fsck.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/todo/incremental_fsck.mdwn b/doc/todo/incremental_fsck.mdwn index 391b9432dd..5cdcd6659a 100644 --- a/doc/todo/incremental_fsck.mdwn +++ b/doc/todo/incremental_fsck.mdwn @@ -14,6 +14,6 @@ clear the sticky bit. --[[Joey]] > > Some enhancements would include: > -> * --max-age=30d Once the incremental fsck was started 30 days ago, +> * --max-age=30d Once the incremental fsck completes and was started 30 days ago, > start a new one. > * --time-limit --size-limit --file-limit: Limit how long the fsck runs.