printers CHANGE reset (clean) output content by ly_out_reset()
diff --git a/src/printer.h b/src/printer.h
index b0c188b..2614bad 100644
--- a/src/printer.h
+++ b/src/printer.h
@@ -52,8 +52,8 @@
  *
  * Note that in case the underlying output is not seekable (stream referring a pipe/FIFO/socket or the callback output type),
  * nothing actually happens despite the function succeeds. Also note that the medium is not returned to the state it was when
- * the handler was created. For example, file is seeked into the offset zero, not to the offset where it was opened when
- * ly_out_new_file() was called.
+ * the handler was created. For example, file is seeked into the offset zero and truncated, the content from the time it was opened with
+ * ly_out_new_file() is not restored.
  *
  * @param[in] out Printer handler.
  * @return LY_SUCCESS in case of success