chiark / gitweb /
prefork-interp: docs
[chiark-utils.git] / cprogs / prefork-interp.c
index cfab9f879dc139d280c125e219d7c66e381e68b5..56d6040d5d1f929fbef81a97d528d17b83d64d49 100644 (file)
  * The script must load a corresponding library (eg Proc::Prefork::Interp
  * for Perl) and call its preform_initialisation_complete routine.
  *
- * Options must specify argument mediation approach.
- * Currently the only argument mediation supported is:
+ * Options must specify argument/environment mediation approach.
+ * Currently the only args/env mediation supported is:
  *
  *   -U    unlaundered: setup and executor both get all arguments and env vars
- *         ident covers only env vars specified  with -E
- *         ident covers only arguments interpreter and (if present) script
+ *         ident covers only env vars specified with -E
+ *         ident covers only two arguments: interpreter and (if present) script
  *
  * Options for setting the operation mode:
  *