diff --git a/twander.1 b/twander.1 index 24ac0a2..ea9a42c 100644 --- a/twander.1 +++ b/twander.1 @@ -13,7 +13,16 @@ filesystem, but .B you define the commands you want available via "Command Definitions" -in the Configuration File. +(in the Configuration File). In other words, \fCtwander\fP can't +do anything useful until you've defined some commands. This document +describes how to install and start \fCtwander\fP as well as it's +various startup options. + +This document also describes the format and content of a \fCtwander\fP +Configuration File. You will find an example configuration file +called \fC.twander\fP in the distribution tarball. All the entries in +that file are commented out, so you'll need to uncomment and edit the +ones you want to work with. If you're new to \fCtwander\fP and want to know why this program is better and different than whatever you're @@ -37,7 +46,7 @@ You should check this site periodically for program updates, -bug fixes, and enhacements. +bug fixes, and enhancements. Also, you are strongly encouraged to join the \fCtwander\fP mailing list where you'll find help and answers to questions you @@ -2903,7 +2912,7 @@ When you later run that command, \fC[TODAY]\fP will be replaced by the output of the "date" command. In other words, Execution Variables allow you to run any external program you like, and have that program's -output substituted into the definition of a command. Several futher +output substituted into the definition of a command. Several further points are worth noting here. .IP \(bu 4 @@ -2925,7 +2934,8 @@ .ft C \" courier .nf - a mycommand echo "[`-ls`]" # We need the double-quotes to make echo work right + a mycommand echo "[`-ls`]" # We need the double-quotes + # to make echo work right .fi .ft \" revert @@ -3314,9 +3324,17 @@ .ft \" revert Now when the user runs the command, the default string will be the -name of the file to be renamed. They can around inside the -dialog box created by \fC{PROMPT: ...}\fP at runtime to edit -the existing file name to taste. +name of the file to be renamed. They can move around inside the +dialog box created by \fC{PROMPT: ...}\fP at runtime to edit the +existing file name to taste. + +You can also use Execution Variables inside a prompting Built-In: + +.ft C \" courier +.nf + d setdate SomeDateCommand {PROMPT:Set Date To: ===>[`date`]} +.fi +.ft \" revert .SS Program Memory Built-Ins @@ -4659,4 +4677,4 @@ .ft \" revert .SH DOCUMENT REVISION INFORMATION -$Id: twander.1,v 1.121 2005/02/04 11:04:29 tundra Exp $ \ No newline at end of file +$Id: twander.1,v 1.122 2005/02/04 23:22:50 tundra Exp $ \ No newline at end of file