We cannot easily control the order of the QUERY_STRING keys generated
authorschwarze <schwarze@openbsd.org>
Fri, 25 Jul 2014 18:19:33 +0000 (18:19 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 25 Jul 2014 18:19:33 +0000 (18:19 +0000)
commit656ca558ed0e06ff58e90d3e631ee305f250f8ce
treeb8a9815efdf9b7b2f860da7669620aca5fca0ad6
parent4e874bf13f5eeb6476e54071b70fb380988f43e4
We cannot easily control the order of the QUERY_STRING keys generated
by the search form, it's just the order of the fields in the form.
Actually, that's not too bad; the generated URI resembles the
generating form.

To minimize confusion for people looking at URIs, give the keys
in the same order when generating URIs for search listings and
search redirections, the latter being used instead of search
listings that would have only one single entry.  Also, if the
manpath is the default, remove it form the generated URIs.
usr.bin/mandoc/cgi.c