summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-04 18:36:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-04 18:36:19 +0000
commit789c0dda7f844d0c417a67ef8d176d519e3c1e8c (patch)
tree2064695fb35a4aa314cc661048e0032b64a6f6f6
parent11a889087ba1dbdd8dd211a0c1eed6401641b82c (diff)
show example of string concat in macro assign
-rw-r--r--share/man/man5/pf.conf.53
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index c8af199f573..137e69cb74c 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.conf.5,v 1.202 2003/03/04 18:03:09 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.203 2003/03/04 18:36:18 deraadt Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -99,6 +99,7 @@ For example,
.Pp
.Bd -literal -offset indent
.Ic ext_if = \&"kue0\&"
+.Ic all_ifs = \&"{\&" $ext_if lo0 \&"}\&"
.Xo Ic pass out on $ext_if from any\
.Ic to any keep state
.Xc