diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-20 07:18:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-20 07:18:40 +0000 |
commit | 37ab1bd05dc98a75d80f81ba7b39cb546538a97f (patch) | |
tree | c5544945aceb5a0767fd60d31d53c8e0e9d356f6 /sbin/ipf | |
parent | 4977c0ba2f19c017c027449f510b7342131e23ac (diff) |
typo repair; garath@garath.static.dialin.ntplx.com
Diffstat (limited to 'sbin/ipf')
-rw-r--r-- | sbin/ipf/ipf.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipf/ipf.4 b/sbin/ipf/ipf.4 index fdec8db3d37..f5684db5067 100644 --- a/sbin/ipf/ipf.4 +++ b/sbin/ipf/ipf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipf.4,v 1.9 1998/01/26 04:13:33 dgregor Exp $ +.\" $OpenBSD: ipf.4,v 1.10 1998/07/20 07:18:39 deraadt Exp $ .TH IPF 4 .SH NAME ipf \- packet filtering kernel interface @@ -19,8 +19,8 @@ for use. The ioctls are called as: However, the full complement is as follows: .LP .nf - ioctl(fd, SIOCADAFR, struct frentry *) (same as SUICADDFR) - ioctl(fd, SIOCRMAFR, struct frentry *) (same as SUICDELFR) + ioctl(fd, SIOCADAFR, struct frentry *) (same as SIOCADDFR) + ioctl(fd, SIOCRMAFR, struct frentry *) (same as SIOCDELFR) ioctl(fd, SIOCADIFR, struct frentry *) ioctl(fd, SIOCRMIFR, struct frentry *) ioctl(fd, SIOCINAFR, struct frentry *) |