diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gzlog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gzlog.c b/examples/gzlog.c index b977802..da1b02e 100644 --- a/examples/gzlog.c +++ b/examples/gzlog.c | |||
@@ -212,8 +212,8 @@ | |||
212 | to the appropriate recovery below. If there is no foo.add file, provide | 212 | to the appropriate recovery below. If there is no foo.add file, provide |
213 | a zero data length to the recovery. In that case, the append recovery | 213 | a zero data length to the recovery. In that case, the append recovery |
214 | restores the foo.gz to the previous compressed + uncompressed data state. | 214 | restores the foo.gz to the previous compressed + uncompressed data state. |
215 | For the the compress recovery, a missing foo.add file results in foo.gz | 215 | For the compress recovery, a missing foo.add file results in foo.gz being |
216 | being restored to the previous compressed-only data state. | 216 | restored to the previous compressed-only data state. |
217 | - Append recovery: | 217 | - Append recovery: |
218 | - Pick up append at + step above | 218 | - Pick up append at + step above |
219 | - Compress recovery: | 219 | - Compress recovery: |