[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.13 and 1.14

version 1.13, 2015/11/05 20:55:41 version 1.14, 2016/03/18 01:22:56
Line 1 
Line 1 
 .\"     $Id$  .\"     $Id$
 .\"  .\"
 .\" Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>  .\" Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>
 .\"  .\"
 .\" Permission to use, copy, modify, and distribute this software for any  .\" Permission to use, copy, modify, and distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above  .\" purpose with or without fee is hereby granted, provided that the above
Line 238  The host name and a following slash.
Line 238  The host name and a following slash.
 .It  .It
 The path to the program, normally  The path to the program, normally
 .Pa cgi-bin/man.cgi/ .  .Pa cgi-bin/man.cgi/ .
   On
   .Lk http://man.openbsd.org/ ,
   .Xr httpd 8
   is configured such that the path to the program can be omitted.
 .It  .It
 To show a single page, a slash, the manpath, another slash,  To show a single page, a slash, the manpath, another slash,
 and the name of the requested file, for example  and the name of the requested file, for example
 .Pa /OpenBSD-current/man1/mandoc.1 .  .Pa /OpenBSD-current/man1/mandoc.1 .
   This can be abbreviated according to the following syntax:
   .Sm off
   .Op / Ar manpath Oo / Cm man Ar sec Oc Op / Ar arch
   .Pf / Ar name Op \&. Ar sec
   .Sm on
 .It  .It
 For searches, a query string starting with a question mark  For searches, a query string starting with a question mark
 and consisting of  and consisting of

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

CVSweb