K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-06-20T14:55:53.000000Z K 7 svn:log V 391 Don't try to decode old-style options if the argv[1] begins with `-' and the second character represents some option taking an argument. This fixes problem when ps(1) is invoked for examply as follows: $ ps -Ufoobar1234 the above example results in option string being interpreted as -U foobarp1234 - note extra `p'. Reported by: Vladimir Sotnikov MFC after: 2 weeks END