Index: /trunk/include/iprt/process.h
===================================================================
--- /trunk/include/iprt/process.h	(revision 57869)
+++ /trunk/include/iprt/process.h	(revision 57870)
@@ -200,5 +200,8 @@
 /** Load user profile data when executing a process.
  * This redefines the meaning of RTENV_DEFAULT to the profile environment.
- * This bit is at the moment only supported on Windows. */
+ * @remarks On non-windows platforms, the resulting environment maybe very
+ *          different from what you see in your shell.  Among other reasons,
+ *          we cannot run shell profile scripts which typically sets up the
+ *          environment. */
 #define RTPROC_FLAGS_PROFILE                RT_BIT(4)
 /** Create process without a console window.
