diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-15 05:18:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-15 05:18:41 +0000 |
commit | 83964a8023035a984378b8b87ff611c09c3e1e6c (patch) | |
tree | 078ef15e338e6589354e5b85c83219974c88e6c3 /share/man/man4/pf.4 | |
parent | 19c908dd9ef87525dbe88779141c18c115feb790 (diff) |
- end sentence with full stop, not comma
- kill whitespace at EOL
Diffstat (limited to 'share/man/man4/pf.4')
-rw-r--r-- | share/man/man4/pf.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4 index 67dceff05d8..21a3f5be7ed 100644 --- a/share/man/man4/pf.4 +++ b/share/man/man4/pf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.4,v 1.41 2003/12/15 00:02:03 mcbride Exp $ +.\" $OpenBSD: pf.4,v 1.42 2003/12/15 05:18:40 jmc Exp $ .\" .\" Copyright (C) 2001, Kjell Wooding. All rights reserved. .\" @@ -644,7 +644,7 @@ number until the ioctl returns EBUSY. .Bd -literal struct pfioc_src_nodes { int psn_len; - union { + union { caddr_t psu_buf; struct pf_src_node *psu_src_nodes; } psn_u; @@ -660,7 +660,7 @@ and options. The ioctl must be called once with .Va psn_len -set to 0, +set to 0. If the ioctl returns without error, .Va psn_len will be set to the size of the buffer required to hold all the |