CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2016/04/14 18:36:18

Modified files:
        usr.bin/mandoc : cgi.c 

Log message:
If PATH_INFO contains a complete and correct path to a manual page
file, for example "/OpenBSD-5.9/man2/pledge.2", no database query
is needed and the file is delivered directly.

But even in this case, let's parse the PATH_INFO and fill the query
structure such that the search form at the top of the result page
gets pre-filled with useful values.

Reply via email to