diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-02-27 08:39:01 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-02-27 08:39:01 +0000 |
commit | 154bb919bf86eae5dca6db59e56b2c6d2cb30579 (patch) | |
tree | cde7be985a292897a21f39bfe176fd83ead15ef2 /usr.sbin/relayd/relayd.conf.5 | |
parent | e83ce494cbc247a77653f13b83dda90b313861f6 (diff) |
manpage clarification for the "change" and "append" relay actions.
from Tamas TEVESZ
Diffstat (limited to 'usr.sbin/relayd/relayd.conf.5')
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 8e9d1e5b40c..f026d8faa3e 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.33 2007/02/27 08:02:33 jmc Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.34 2007/02/27 08:39:00 reyk Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> .\" @@ -448,10 +448,20 @@ When using the protocol, .Ic key will indicate a specified HTTP header. +If +.Ar key +does not exist in the request, it will be created with the value +set to +.Ar value . .It Ic change Ar key Ic to Ar value Like the .Ic append directive above, but change the contents of the specified entity. +If +.Ar key +does not exist in the request, it will be created with the value +set to +.Ar value . .It Ic remove Ar key Remove the entity with the selected name. .It Ic expect Ar value Ic from Ar key |