Commit c0ec0ef4 authored by Per Buer's avatar Per Buer Committed by Tollef Fog Heen

Reference varnish-cli + -n semantics

parent 9f2dcdea
...@@ -9,7 +9,7 @@ Control a running varnish instance ...@@ -9,7 +9,7 @@ Control a running varnish instance
:Author: Cecilie Fritzvold :Author: Cecilie Fritzvold
:Author: Per Buer :Author: Per Buer
:Date: 2010-05-31 :Date: 2010-05-31
:Version: 0.2 :Version: 0.3
:Manual section: 1 :Manual section: 1
SYNOPSIS SYNOPSIS
...@@ -21,7 +21,10 @@ DESCRIPTION ...@@ -21,7 +21,10 @@ DESCRIPTION
=========== ===========
The varnishadm utility establishes a CLI connection to varnishd either The varnishadm utility establishes a CLI connection to varnishd either
using -n *name* or using the -T and -S arguments. If -n *name* is the location of the secret file and the address:port is looked up in shared memory. If neither is given varnishadm will look for an instance without a given name. using -n *name* or using the -T and -S arguments. If -n *name* is
given the location of the secret file and the address:port is looked
up in shared memory. If neither is given varnishadm will look for an
instance without a given name.
If a command is given, the command and arguments are sent over the CLI If a command is given, the command and arguments are sent over the CLI
connection and the result returned on stdout. connection and the result returned on stdout.
...@@ -46,10 +49,13 @@ OPTIONS ...@@ -46,10 +49,13 @@ OPTIONS
-n name -n name
Connect to the instance of varnishd with this name. Connect to the instance of varnishd with this name.
Available commands and parameters are documented in the varnishd(1) The syntax and operation of the actual CLI interface is described in
manual page. Additionally, a summary of commands can be obtained by the varnish-cli(7) manual page. Parameteres are described in
issuing the *help* command, and a summary of parameters can be varnishd(1) manual page.
obtained by issuing the *param.show* command.
Additionally, a summary of commands can be obtained by issuing the
*help* command, and a summary of parameters can be obtained by issuing
the *param.show* command.
EXIT STATUS EXIT STATUS
=========== ===========
......
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