Sebastien Roy wrote: > Derek Cicero wrote: >> Well, it's definitely a bug in that it's interpreting the text in a >> non-documented way. >> >> The problem is right where you point out: >> >> [-pP] [-o <field>,..] >> ^ >> >> It's interpreting the ]space[ in an odd way. > > Odd indeed, thanks for verifying this. > >> The workarounds I see are: >> >> 1) Add a second space: >> >> show-link [-pP] [-o <field>,..] >> ^^ >> 2) Escape the 'offending' space >> >> show-link [-pP] \[-o <field>,..] >> ^ >> 3) Use HTML >> >> I included #1 & 2 on your test page. > > Great. Should I do anything to file a bug somewhere?
No. Given that TML is going away soon and there is a reasonable workaround I wouldn't bother. Derek > > Thanks, > -Seb > _______________________________________________ > website-discuss mailing list > [email protected] > -- Derek Cicero Program Manager Solaris Kernel Group, Software Division _______________________________________________ website-discuss mailing list [email protected]
