diff --git a/exec/load/fido.js b/exec/load/fido.js
index 625897392d623267ef22dd87086e9c2ef8503cdb..d6d49425ba73873baa9e41ead98ffad4ee8a164f 100644
--- a/exec/load/fido.js
+++ b/exec/load/fido.js
@@ -14,7 +14,11 @@
  * 		inet_host	- Internet hostname at the binkp.net domain
  * 		str			- Address as a string in the most possible dimensions
  * 		toString()	- Overrides the default... same as str
- * 
+ * 		flo_outbound(default_zone, default_domain)
+ * 					- Generates the flo outbound path and filename from
+ * 					  the end of the base outbound directory to the
+ * 					  dot before the extension... generates something like:
+ * 					  "/00670011." or ".001/00670011.pnt/00000001."
  * FIDO.parse_addr(string, default_zone, default_domain)
  * 		Parses an address string filling in the default zone and domain
  * 		if necessary and returns a FIDO.Addr object.