--- typeset.1.txt Fri May 23 23:03:15 2008 +++ typeset.1.txt Fri May 23 23:03:15 2008 @@ -45,7 +45,9 @@ expansion occurs on value. OPTIONS -a[type] Indexed array. This is the default. If [type] is specified, each subscript is interpreted as a value of type type. The option value may be omitted. -b Each name may contain binary data. Its value is the mime base64 encoding of the data. It can be used with -Z, to specify fixed sized fields. + -C Reserved for future usage. @@ -92,6 +94,18 @@ If the -Z attribute is also specified, then zeros will be used as the fill character. Otherwise, spaces are used. The option value may be omitted. + -X[n] Floating point number represented in hexadecimal notation. n + specifies the number of significant figures when the value is + expanded. The option value may be omitted. The default value + is 10. + -h Reserved for future usage. + -S When used inside a + function defined with the function reserved word, the + specified variables will have function static scope. + -T Reserved for future usage. -Z[n] Zero fill. If n is given it represents the field width. The option value may be omitted. --- ksh93.1.txt Thu Jun 12 00:13:19 2008 +++ ksh93.1.txt Thu Jun 12 00:15:00 2008 @@ -3252,6 +3252,11 @@ 516972-0. CAVEATS + It is recommended that ksh93 scripts should choose shell + function names outside the namespace used by reserved + keywords of the ISO C99, C++ and JAVA languages to avoid + collisions with future enhancements to ksh93. + If a command is executed, and then a command with the same name is installed in a directory in the search path before the directory where the original command was found, the