[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.10 and 1.13

version 1.10, 2014/08/22 15:49:50 version 1.13, 2015/11/05 20:55:41
Line 43  either a name of a manual page or an
Line 43  either a name of a manual page or an
 using the syntax described in the  using the syntax described in the
 .Xr apropos 1  .Xr apropos 1
 manual; filling this in is required for each search.  manual; filling this in is required for each search.
   .Pp
   The expression is broken into words at whitespace.
   Whitespace characters and backslashes can be escaped
   by prepending a backslash.
   The effect of prepending a backslash to another character is undefined;
   in the current implementation, it has no effect.
 .It  .It
 A  A
 .Dq Submit  .Dq Submit
Line 155  database inside each manpath.
Line 161  database inside each manpath.
 Configure your web server to execute CGI programs located in  Configure your web server to execute CGI programs located in
 .Pa /cgi-bin .  .Pa /cgi-bin .
 When using  When using
   .Ox
   .Xr httpd 8
   or
 .Xr nginx 8 ,  .Xr nginx 8 ,
 the  the
 .Xr slowcgi 8  .Xr slowcgi 8
Line 181  and to be specified without a trailing slash.
Line 190  and to be specified without a trailing slash.
 When not specified, the CSS files  When not specified, the CSS files
 are assumed to be in the document root.  are assumed to be in the document root.
 This is used in generated HTML code.  This is used in generated HTML code.
 .It Ev CUSTOMIZE_BEGIN  
 A HTML string to be inserted right after opening the  
 .Aq BODY  
 element.  
 .It Ev CUSTOMIZE_TITLE  .It Ev CUSTOMIZE_TITLE
 An ASCII string to be used for the HTML  An ASCII string to be used for the HTML <TITLE> element.
 .Aq TITLE  
 element.  
 .It Ev HTTP_HOST  .It Ev HTTP_HOST
 The FQDN of the (possibly virtual) host the HTTP server is running on.  The FQDN of the (possibly virtual) host the HTTP server is running on.
 This is used for  This is used for
Line 343  Can be overridden by
Line 346  Can be overridden by
 The path to the server document root relative to the server root.  The path to the server document root relative to the server root.
 This is part of the web server configuration and not specific to  This is part of the web server configuration and not specific to
 .Nm .  .Nm .
 .It Pa /htdocs/man-cgi.css  .It Pa /htdocs/mandoc.css
 A style sheet for general  
 .Nm  
 styling, referenced from each generated HTML page.  
 .It Pa /htdocs/man.css  
 A style sheet for  A style sheet for
 .Xr mandoc 1  .Xr mandoc 1
 HTML styling, referenced from each generated HTML page after  HTML styling, referenced from each generated HTML page.
 .Pa man-cgi.css .  
 .It Pa /man  .It Pa /man
 Default  Default
 .Nm  .Nm
Line 370  or any character not contained in the
Line 368  or any character not contained in the
 .Sx Restricted character set ,  .Sx Restricted character set ,
 .Nm  .Nm
 reports an internal server error and exits without doing anything.  reports an internal server error and exits without doing anything.
   .It Pa /man/header.html
   An optional file containing static HTML code to be inserted right
   after opening the <BODY> element.
   .It Pa /man/footer.html
   An optional file containing static HTML code to be inserted right
   before closing the <BODY> element.
 .It Pa /man/OpenBSD-current/man1/mandoc.1  .It Pa /man/OpenBSD-current/man1/mandoc.1
 An example  An example
 .Xr mdoc 7  .Xr mdoc 7

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.13

CVSweb