diff --git a/docs/manual/CoreTasks/truncate.html b/docs/manual/CoreTasks/truncate.html
index 4c113cf57..b898517af 100644
--- a/docs/manual/CoreTasks/truncate.html
+++ b/docs/manual/CoreTasks/truncate.html
@@ -49,24 +49,27 @@ a single file, this Task can also work on
length |
- Specifies the new file length to set. The following
- suffixes are supported:
-
- - K : Kilobytes (1024 bytes)
- - M : Megabytes (1024 K)
- - G : Gigabytes (1024 M)
- - T : Terabytes (1024 G)
- - P : Petabytes (1024 T)
-
- |
- One of these or neither.
- Specifying neither is equivalent to length="0".
+ | Specifies the new file length (in bytes) to set.
+ The following suffixes are supported:
+
+ - K : Kilobytes (1024 bytes)
+ - M : Megabytes (1024 K)
+ - G : Gigabytes (1024 M)
+ - T : Terabytes (1024 G)
+ - P : Petabytes (1024 T)
+
+ |
+ At most one of these.
+ Omitting both implies length="0" .
|
adjust |
- Specifies the amount (and positive/negative direction)
- by which to adjust file lengths. |
+ Specifies the number of bytes
+ (and positive/negative direction)
+ by which to adjust file lengths. The same suffixes are supported
+ for this attribute as for the length attribute.
+ |
create |