diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-04 17:44:23 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-04 17:45:40 -0400 |
commit | bdf874d4bfd0292e8240418930fac568134389d2 (patch) | |
tree | a48bd4b3af263eeeff4268f5d55373c5046694b8 | |
parent | bf30e48fe5c6a042f157804631d7d3817c8119fc (diff) |
man: mention that units are 1024-based
-rw-r--r-- | man/journald.conf.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 6d54c94b57..fe47fdffec 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -263,8 +263,9 @@ that usually seven rotated journal files are kept as history. Specify values in bytes or use K, M, G, T, P, - E as units for the specified - sizes. Note that size limits are + E as units for the specified sizes + (equal to 1024, 1024²,... bytes). + Note that size limits are enforced synchronously to journal files as they are extended, and need no explicit rotation step triggered by |