[BACK]Return to man.cgi.3 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/man.cgi.3 between version 1.2 and 1.3

version 1.2, 2016/07/07 19:19:01 version 1.3, 2017/03/15 10:17:29
Line 126  contains a search query in short format or when
Line 126  contains a search query in short format or when
 is empty and a  is empty and a
 .Ev QUERY_STRING  .Ev QUERY_STRING
 is provided.  is provided.
 It changes into the manpath and calls  If possible, requests using
   .Ev QUERY_STRING
   are redirected to URIs using
   .Ev PATH_INFO
   by calling
   .Fn pg_redirect .
   Otherwise, it changes into the manpath and calls
 .Xr mansearch 3 .  .Xr mansearch 3 .
 Depending on the result, it calls either  Depending on the result, it calls either
 .Fn pg_noresult  .Fn pg_noresult
 or  or
 .Fn pg_searchres .  .Fn pg_searchres .
   .It Ft void Fn pg_redirect "const struct req *req" "const char *name"
   This function is special in so far as it does not print an HTML page,
   but only an HTTP 303 response with a Location: of the form:
   .Sm off
   .No http://
   .Ar host Ns /
   .Op Ar scriptname Ns /
   .Op Ar manpath Ns /
   .Op Ar arch Ns /
   .Fa name
   .Op Pf . Ar sec
   .Sm on
 .It Ft void Fn pg_noresult "const struct req *req" "const char *msg"  .It Ft void Fn pg_noresult "const struct req *req" "const char *msg"
 This function calls  This function calls
 .Fn resp_begin_html ,  .Fn resp_begin_html ,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb