diff --git a/twander.1 b/twander.1 index c0814ed..0bf1440 100644 --- a/twander.1 +++ b/twander.1 @@ -1,7 +1,7 @@ .TH twander 1 "TundraWare Inc." .ds CF Configuration File -.ds CP 2002-2004 +.ds CP 2002-2005 .ds TW \'twander\' .ds W3 \'win32all\' @@ -1624,6 +1624,25 @@ values may also be possible. .TP +.B FORCEUNIXPATH [Boolean] (False) + +Ordinarily, Built-In Variables and Program Memory References in a +command definition are replaced with strings that list one or more +files and/or directories. When this substitution is made at runtime, +these strings contain the path separator character appropriate for the +underlying operating system ("/" for Unix and "\\\\" for Windows). + +If you set FORCEUNIXPATH to True, \*(TW will +.b always +use the Unix path separator character("/") in these substitutions, +regardless of the OS in in use. + +This option is primarily useful when writing command definitions +with Unix tools under Windows (such as cygwin) that are fussy about +path separator conventions. + + +.TP .B HBCOLOR [String] (lightgreen) Selects the help menu Background Color.