Commit 897ea66b authored by Dag Haavi Finstad's avatar Dag Haavi Finstad Committed by Lasse Karstensen

Docfix: Make SLT_TTL format match with reality.

parent 40127a99
......@@ -197,12 +197,12 @@ SLTM(TTL, 0, "TTL set on object",
"A TTL record is emitted whenever the ttl, grace or keep"
" values for an object is set.\n\n"
"The format is::\n\n"
"\t%s %d %d %d %d %d [ %d %u %u ]\n"
"\t| | | | | | | | |\n"
"\t| | | | | | | | +- Max-Age from Cache-Control header\n"
"\t| | | | | | | +---- Expires header\n"
"\t| | | | | | +------- Date header\n"
"\t| | | | | +------------ Age (incl Age: header value)\n"
"\t%s %d %d %d %d [ %d %d %u %u ]\n"
"\t| | | | | | | | |\n"
"\t| | | | | | | | +- Max-Age from Cache-Control header\n"
"\t| | | | | | | +---- Expires header\n"
"\t| | | | | | +------- Date header\n"
"\t| | | | | +---------- Age (incl Age: header value)\n"
"\t| | | | +--------------- Reference time for TTL\n"
"\t| | | +------------------ Keep\n"
"\t| | +--------------------- Grace\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment