From 353e77eb7e4e0e076ef68d9d60e434d016c29629 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sun, 16 Jul 2006 05:46:41 +0000 Subject: [PATCH] Updated comments with instructions on use. --- exec/asc_handler.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/exec/asc_handler.js b/exec/asc_handler.js index b1f142ba15..0f14682cc5 100644 --- a/exec/asc_handler.js +++ b/exec/asc_handler.js @@ -1,6 +1,10 @@ /* $Id$ */ -// This module convert ANSI, Ex-ASCII, and Ctrl-A encoded files to HTML +// This module converts ANSI, Ex-ASCII, and Ctrl-A encoded files to HTML + +// The filename to encode may be passed on the command-line (e.g. running +// this module using jsexec) or as an http-requested document (e.g. running +// this module as a "web handler"). // This module can be used as a "web handler" (automatically converting // *.asc and *.ans files on the fly), by adding the following lines to -- GitLab