Commit 0f66e81e authored by Lasse Karstensen's avatar Lasse Karstensen

Reformatting tab/space and width.

Also removed one last meta-header forgotten on the last commit.
parent 76338608
......@@ -36,11 +36,12 @@ OPTIONS
argument as was given to varnishd. Only processes which can read
the contents of this file, will be able to authenticate the CLI connection.
-n name
Connect to the instance of varnishd with this name.
-T address:port
Connect to the management interface at the specified address and port.
-n name
Connect to the instance of varnishd with this name.
The syntax and operation of the actual CLI interface is described in
the varnish-cli(7) manual page. Parameteres are described in
......@@ -74,7 +75,7 @@ HISTORY
=======
The varnishadm utility and this manual page were written by Cecilie
Fritzvold. Converted to reStructured and updated in 2010 by Per
Fritzvold. Converted to reStructuredText and updated in 2010 by Per
Buer.
COPYRIGHT
......
......@@ -78,9 +78,9 @@ OPTIONS
-P file Write the process's PID to the specified file.
-p param=value
Set the parameter specified by param to the specified value. See Run-Time
Parameters for a list of parameters. This option can be used multiple
times to specify multiple parameters.
Set the parameter specified by param to the specified value. See
Run-Time Parameters for a list of parameters. This option can be
used multiple times to specify multiple parameters.
-S file Path to a file containing a secret used for authorizing access to the management port.
......@@ -100,15 +100,13 @@ OPTIONS
Interface for a list of management commands.
-M address:port
Connect to this port and offer the command line
interface. Think of it as a reverse shell. When running with
-M and there is no backend defined the child process (the cache)
will not start initially.
Connect to this port and offer the command line interface.
Think of it as a reverse shell. When running with -M and there is
no backend defined the child process (the cache) will not start
initially.
-t ttl
Specifies a hard minimum time to live for cached
documents. This is a shortcut for specifying the
default_ttl run-time parameter.
-t ttl Specifies a hard minimum time to live for cached documents. This
is a shortcut for specifying the default_ttl run-time parameter.
-r param[,param...]
Make the listed parameters read only. This gives the
......@@ -121,7 +119,7 @@ OPTIONS
-u user Specifies the name of an unprivileged user to which the child
process should switch before it starts accepting
connections. This is a shortcut for specifying the user
run- time parameter.
runtime parameter.
If specifying both a user and a group, the user should be
specified first.
......@@ -243,7 +241,7 @@ The varnishd daemon was developed by Poul-Henning Kamp in cooperation
with Verdens Gang AS, Varnish Software AS and Varnish Software.
This manual page was written by Dag-Erling Smørgrav with updates by
Stig Sandbeck Mathisen <ssm@debian.org>
Stig Sandbeck Mathisen <ssm@debian.org>.
COPYRIGHT
......
......@@ -76,6 +76,7 @@ The varnishsizes utility was developed by Kristian Lyngstøl based on
varnishhist. This manual page was written by Kristian Lyngstøl,
Dag-Erling Smørgrav and Per Buer.
COPYRIGHT
=========
......
......@@ -126,6 +126,7 @@ This manual page was originally written by Stig Sandbeck Mathisen
<ssm@linpro.no> and updated by Kristian Lyngstøl
<kristian@varnish-cache.org>.
COPYRIGHT
=========
......
......@@ -4,11 +4,6 @@
Varnish VSL Query Expressions
=============================
:Author: Martin Blix Grydeland
:Date: 2013-09-26
:Version: 0.1
:Manual section: 7
OVERVIEW
========
......@@ -238,3 +233,9 @@ QUERY EXPRESSION EXAMPLES
their ESI subrequests. (Assumes request grouping mode). ::
BerespStatus >= 500 or {2+}ReqEnd[5] > 1.
HISTORY
=======
This document was written by Martin Blix Grydeland.
......@@ -8,12 +8,6 @@ VSL
Shared Memory Logging
---------------------
:Author: Poul-Henning Kamp
:Author: Martin Blix Grydeland
:Date: 2013-10-16
:Version: 1.0
:Manual section: 7
OVERVIEW
========
......@@ -26,6 +20,14 @@ VSL tags
.. include:: ../../../lib/libvarnishapi/vsl-tags.rst
HISTORY
=======
This document was initially written by Poul-Henning Kamp, and later updated by
Martin Blix Grydeland.
SEE ALSO
========
* varnishlog(1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment