summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2010-12-28 13:56:11 +0000
committerjmc <jmc@openbsd.org>2010-12-28 13:56:11 +0000
commit38f349e7363100ae16d048e497980c2cf95ab413 (patch)
tree1effe6c92feb1a11226e11220206cc1c4a425a95
parenta colon is not needed here; (diff)
downloadwireguard-openbsd-38f349e7363100ae16d048e497980c2cf95ab413.tar.xz
wireguard-openbsd-38f349e7363100ae16d048e497980c2cf95ab413.zip
correct description of DIOCSETDEBUG; from Thomas Pfaff
ok henning
-rw-r--r--share/man/man4/pf.411
1 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4
index 392f48eab58..80a1b0f2ac1 100644
--- a/share/man/man4/pf.4
+++ b/share/man/man4/pf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.4,v 1.71 2010/05/31 18:33:54 jmc Exp $
+.\" $OpenBSD: pf.4,v 1.72 2010/12/28 13:56:11 jmc Exp $
.\"
.\" Copyright (C) 2001, Kjell Wooding. All rights reserved.
.\"
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2010 $
+.Dd $Mdocdate: December 28 2010 $
.Dt PF 4
.Os
.Sh NAME
@@ -316,10 +316,9 @@ struct pfioc_natlook {
.Ed
.It Dv DIOCSETDEBUG Fa "u_int32_t *level"
Set the debug level.
-.Bd -literal
-enum { PF_DEBUG_NONE, PF_DEBUG_URGENT, PF_DEBUG_MISC,
- PF_DEBUG_NOISY };
-.Ed
+See the
+.Xr syslog 3
+man page for a list of valid debug levels.
.It Dv DIOCGETSTATES Fa "struct pfioc_states *ps"
Get state table entries.
.Bd -literal