diff options
author | 2009-07-27 19:04:30 +0000 | |
---|---|---|
committer | 2009-07-27 19:04:30 +0000 | |
commit | 4f6e033e049471a8c76621912bbdeeaa1c68ac7c (patch) | |
tree | 60d1b09a556c0a1f6a0fc16dfeaf8aadc0ffc832 | |
parent | When will people learn to commit their .h file changes? (diff) | |
download | wireguard-openbsd-4f6e033e049471a8c76621912bbdeeaa1c68ac7c.tar.xz wireguard-openbsd-4f6e033e049471a8c76621912bbdeeaa1c68ac7c.zip |
Please don't commit documentation for changes which don't compile in
the tree. Surely you were involved and noticed that the tree was being
broken.
-rw-r--r-- | share/man/man5/pf.conf.5 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 47f390fab5c..af13430fc01 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.446 2009/07/27 13:39:03 sthen Exp $ +.\" $OpenBSD: pf.conf.5,v 1.447 2009/07/27 19:04:30 deraadt Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1454,16 +1454,10 @@ keyword. This rule applies to packets with the specified TOS bits set. .Ar string may be one of -.Ar critical , -.Ar inetcontrol , .Ar lowdelay , -.Ar netcontrol , .Ar throughput , -.Ar reliability , -or one of the DiffServ Code Points: -.Ar ef , -.Ar af11 ... af43 , -.Ar cs0 ... cs7 ; +or +.Ar reliability ; .Ar number may be either a hex or decimal number. .Pp |