Chris BeHanna wrote: > What about > > test%201 /mnt/test%201 ufs ro 0 0 > > ? > Ugly, yes, but that's how a lot of tools escape spaces.
"%" is almost infinitely more likely in a path than "\"; better to use the "\" than the "%" mechanism. Also, the parser can b LALR single token lookahead, wheras "%" rewuires pushing state (2 token lookahead). -- Terry _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"