diff options
author | 2006-06-18 16:01:20 +0000 | |
---|---|---|
committer | 2006-06-18 16:01:20 +0000 | |
commit | 7b8d43ebbf2eaca46fc971755d5e430a97c39c80 (patch) | |
tree | 1d809c410fae26d7de0b1141a80c20c2bbfa2b84 | |
parent | sync (diff) | |
download | wireguard-openbsd-7b8d43ebbf2eaca46fc971755d5e430a97c39c80.tar.xz wireguard-openbsd-7b8d43ebbf2eaca46fc971755d5e430a97c39c80.zip |
typo: queu -> queue
ok claudio@
-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 9f7b1a32fb4..d1d84991087 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.348 2006/05/28 12:07:10 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.349 2006/06/18 16:01:20 hshoexer Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1569,7 +1569,7 @@ pass in inet proto tcp from any to 1.2.3.5 \e The macro expansion for the .Ar label directive occurs only at configuration file parse time, not during runtime. -.It Xo Ar queue Aq Ar queu +.It Xo Ar queue Aq Ar queue .No \*(Ba ( Aq Ar queue , .Aq Ar queue ) .Xc |