From 06ca4323ecdaa69734243d2588bcf4eb44a8cbc1 Mon Sep 17 00:00:00 2001 From: tfheen Date: Mon, 19 Jan 2009 12:57:25 +0000 Subject: [PATCH] Merge r3361: Fix up $N vs \N in man page The VCL man page documented the capturing parentheses as using $N rather than \N which is actually used. Fixes #359 git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/branches/2.0@3529 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/man/vcl.7so | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish-cache/man/vcl.7so b/varnish-cache/man/vcl.7so index 7e815b05..84ff8a10 100644 --- a/varnish-cache/man/vcl.7so +++ b/varnish-cache/man/vcl.7so @@ -198,11 +198,11 @@ replaced with .Fa sub . Within .Fa sub , -.Va $0 +.Va \\0 (which can also be spelled .Va & ) is replaced with the entire matched string, and -.Va $n +.Va \\n is replaced with the contents of subgroup .Ar n in the matched string. -- 2.39.5