On Tue, May 26, 2015 at 02:47:32AM +0400, Yegor Timoschenko wrote:
> Context in httpd.conf(5):
> 
>      block [return code [uri]]
>              Close the connection and send an error page.  If the optional
>              return code is not specified, httpd(8) denies access with a `403
>              Forbidden' response.  The optional uri argument can be used with
>              return codes in the 3xx range to send a `Location:' header for
>              redirection to a specified URI.
> 
>                  vvv
>              The url may contain predefined macros that will be expanded at
>              runtime:
> 
> Index: httpd.conf.5
> ===================================================================
> RCS file: /cvs/src/usr.sbin/httpd/httpd.conf.5,v
> retrieving revision 1.60
> diff -u -p -r1.60 httpd.conf.5
> --- httpd.conf.5        19 May 2015 18:16:32 -0000      1.60
> +++ httpd.conf.5        25 May 2015 22:40:09 -0000
> @@ -166,7 +166,7 @@ argument can be used with return codes i
>  header for redirection to a specified URI.
>  .Pp
>  The
> -.Ar url
> +.Ar uri
>  may contain predefined macros that will be expanded at runtime:
>  .Pp
>  .Bl -tag -width $DOCUMENT_URI -offset indent -compact
> 

fixed, thanks.
jmc

Reply via email to