summaryrefslogtreecommitdiff
path: root/lib/cpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cpio.h')
-rw-r--r--lib/cpio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/cpio.h b/lib/cpio.h
index 887a22525..5e6f7b3d4 100644
--- a/lib/cpio.h
+++ b/lib/cpio.h
@@ -5,8 +5,7 @@
* \file lib/cpio.h
* Structures used to handle cpio payloads within rpm packages.
*
- * Warning: Don't think that rpm's cpio implementation behaves just like
- * standard cpio.
+ * @warning Rpm's cpio implementation may be different than standard cpio.
* The implementation is pretty close, but it has some behaviors which are
* more to RPM's liking. I tried to document the differing behavior in cpio.c,
* but I may have missed some (ewt).