diff options
author | 2005-08-06 04:38:41 +0000 | |
---|---|---|
committer | 2005-08-06 04:38:41 +0000 | |
commit | 03f5516d7b89f5514c244b3d800f0c827c39ae6e (patch) | |
tree | fcf28febf8455085b4b6ef46616e5684230f766e | |
parent | add HISTORY; ok jmc (diff) | |
download | wireguard-openbsd-03f5516d7b89f5514c244b3d800f0c827c39ae6e.tar.xz wireguard-openbsd-03f5516d7b89f5514c244b3d800f0c827c39ae6e.zip |
DIOCRDELTABLES modifies pfrio_ndel, not _nadd.
-rw-r--r-- | share/man/man4/pf.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4 index 3df87a4ccb3..88e422e72f1 100644 --- a/share/man/man4/pf.4 +++ b/share/man/man4/pf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.4,v 1.55 2005/06/14 16:13:25 jaredy Exp $ +.\" $OpenBSD: pf.4,v 1.56 2005/08/06 04:38:41 pascoe Exp $ .\" .\" Copyright (C) 2001, Kjell Wooding. All rights reserved. .\" @@ -541,7 +541,7 @@ contains a table of .Vt pfr_table structures. On exit, -.Va pfrio_nadd +.Va pfrio_ndel contains the number of tables effectively deleted. .It Dv DIOCRGETTABLES Fa "struct pfioc_table *io" Get the list of all tables. |