diff options
author | 1998-07-20 07:18:39 +0000 | |
---|---|---|
committer | 1998-07-20 07:18:39 +0000 | |
commit | 130ad7ed92aacb43e550e80d0898aecc2542f18a (patch) | |
tree | 6443dbac838209e78e6984312b2fba5f96b47a3f | |
parent | use sc_e_keypad, sc_s_keypad, and use ti/te. Undoes previous revs which disabled. Unclear why that was done, must wait for that old bug to resurface and fix it in a different way (diff) | |
download | wireguard-openbsd-130ad7ed92aacb43e550e80d0898aecc2542f18a.tar.xz wireguard-openbsd-130ad7ed92aacb43e550e80d0898aecc2542f18a.zip |
typo repair; garath@garath.static.dialin.ntplx.com
-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 *) |