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

Diff for /mandoc/man.cgi.8 between version 1.16 and 1.17

version 1.16, 2016/03/19 13:29:22 version 1.17, 2016/05/28 13:40:49
Line 26  The
Line 26  The
 CGI program searches for manual pages on a WWW server  CGI program searches for manual pages on a WWW server
 and displays them to HTTP clients,  and displays them to HTTP clients,
 providing functionality equivalent to the  providing functionality equivalent to the
 .Xr apropos 1  
 and  
 .Xr man 1  .Xr man 1
   and
   .Xr apropos 1
 utilities.  utilities.
 It can use multiple manual trees in parallel.  It can use multiple manual trees in parallel.
 .Ss HTML search interface  .Ss HTML search interface
Line 51  The effect of prepending a backslash to another charac
Line 51  The effect of prepending a backslash to another charac
 in the current implementation, it has no effect.  in the current implementation, it has no effect.
 .It  .It
 A  A
 .Dq Submit  
 button to send a search request from the client to the server.  
 .It  
 A  
 .Dq Reset  
 button to undo any changes to the input boxes and the dropdown menus  
 and reset them to the values contained in the  
 .Ev QUERY_STRING .  
 .It  
 Radio buttons to select pages either by name like in  
 .Xr man 1  .Xr man 1
 or using  submit button.
   The string in the input box is interpreted as the name of a manual page.
   .It
   An
 .Xr apropos 1  .Xr apropos 1
 queries.  submit button.
   The string in the input box is interpreted as a search
   .Ar expression .
 .It  .It
 A dropdown menu to optionally select a manual section.  A dropdown menu to optionally select a manual section.
 If one is provided, it has the same effect as the  If one is provided, it has the same effect as the

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb