summaryrefslogtreecommitdiffhomepage
path: root/subr.rtl/rtl_fileop.subr
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-20 19:45:45 +0100
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-20 19:45:45 +0100
commit131fe2372940b4ef107454e0f1454be7aa08e901 (patch)
tree4a15bee12c7c6e7608cdc3ddbabd161ebca4fdd3 /subr.rtl/rtl_fileop.subr
parent550c1831733f61c4af8e32179dc7df39bcd7a1de (diff)
downloadmidipix_build-131fe2372940b4ef107454e0f1454be7aa08e901.tar.bz2
midipix_build-131fe2372940b4ef107454e0f1454be7aa08e901.tar.xz
Document subr.rtl/*.subr functions, pt. II.
Diffstat (limited to 'subr.rtl/rtl_fileop.subr')
-rw-r--r--subr.rtl/rtl_fileop.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr.rtl/rtl_fileop.subr b/subr.rtl/rtl_fileop.subr
index b628ac05..10d741c5 100644
--- a/subr.rtl/rtl_fileop.subr
+++ b/subr.rtl/rtl_fileop.subr
@@ -22,7 +22,7 @@ rtlp_fileop_log() {
#
# rtl_fileop() - clean download cache for single package
-# @_op: file operation
+# @_op: file operation (one of: cd, chmod, chgrp, chown, cp_follow, cp, install, ln_symbolic, mv, touch, mkdir, mkfifo, rm, source, source_opt, test)
# @...: file operation arguments
#
# Returns: zero (0) on success, non-zero (>0) on failure