diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-03 22:12:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-03 22:12:25 +0000 |
commit | 05e432692b8c7b6612d898bd81854dad06ed622b (patch) | |
tree | e047c90155f65249a1405ddca2de72be553fcf7d /share/man/man5/pf.conf.5 | |
parent | 934f23f12bf3ecf647deee6c84339cfe8da4f8f8 (diff) |
we mean: macros are not expanded inside quotes
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 927e1584914..28ed32e18b7 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.190 2003/03/02 12:44:42 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.191 2003/03/03 22:12:24 deraadt Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -93,7 +93,7 @@ Macro names may not be reserved words (for example .Ar pass , .Ar in , .Ar out Ns ). -Macros are not expanded recursively. +Macros are not expanded inside quotes. .Pp For example, .Pp |