Index: openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl,v diff -u -N -r1.32 -r1.32.2.1 --- openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 25 Nov 2018 02:40:16 -0000 1.32 +++ openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 5 Sep 2019 12:27:54 -0000 1.32.2.1 @@ -72,7 +72,12 @@ " } -ad_proc apm_shell_wrap { cmd } { +ad_proc -deprecated apm_shell_wrap { cmd } { + The value provided by this proc is unclear, quite hardcoded, and + it is used nowhere in usptream code. + + @see many possible plain tcl idioms + @return a command string, wrapped it shell-style (with backslashes) in case lines get too long. } {