diff options
author | 2003-07-07 09:15:54 +0000 | |
---|---|---|
committer | 2003-07-07 09:15:54 +0000 | |
commit | 86d7e04a8586cbcf2c3765887e8cd72625092990 (patch) | |
tree | 994368f6f372cda261b9a356d9ca61f8d6030b5f | |
parent | some fixes from Andrey Matveev: (diff) | |
download | wireguard-openbsd-86d7e04a8586cbcf2c3765887e8cd72625092990.tar.xz wireguard-openbsd-86d7e04a8586cbcf2c3765887e8cd72625092990.zip |
fix a macro and remove a whitespace at EOL;
ok henning@
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index ec57887e533..1b4ff530ecf 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.262 2003/07/07 08:42:38 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.263 2003/07/07 09:15:54 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -649,7 +649,7 @@ are for Class Based Queueing, .Ar priq for Priority Queueing and -.Ar. hfsc +.Ar hfsc for the Hierarchical Fair Service Curve scheduler. .It Ar bandwidth <bw> The maximum bitrate for all queues on an @@ -2029,7 +2029,7 @@ Interface fxp0 is the inside interface, and we are running listening for outbound ftp sessions captured to port 8021. .Bd -literal # NAT -# Translate outgoing packets' source addresses (any protocol). +# Translate outgoing packets' source addresses (any protocol). # In this case, any address but the gateway's external address is mapped. nat on kue0 inet from ! (kue0) to any -> (kue0) |