summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-02-07 21:20:24 +0000
committermillert <millert@openbsd.org>1999-02-07 21:20:24 +0000
commit1f5e60cfa841dafbb34330ff3dfce6b499a9db4d (patch)
tree284023f1fd21df804da349998eb7f3f7a75a82d6
parentfgets -> fgetln, don't lie about lines being too long (diff)
downloadwireguard-openbsd-1f5e60cfa841dafbb34330ff3dfce6b499a9db4d.tar.xz
wireguard-openbsd-1f5e60cfa841dafbb34330ff3dfce6b499a9db4d.zip
xref ipmon(8)
-rw-r--r--share/man/man4/ipl.42
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/ipl.4 b/share/man/man4/ipl.4
index e40b562ad2b..7a28b88f915 100644
--- a/share/man/man4/ipl.4
+++ b/share/man/man4/ipl.4
@@ -56,7 +56,7 @@ There is currently no support for non-blocking IO with this device, meaning
all read operations should be considered blocking in nature (if there is no
data to read, it will sleep until some is made available).
.SH SEE ALSO
-ipf(4)
+ipf(4), ipmon(8)
.SH BUGS
Packet headers are dropped when the internal buffer (static size) fills.
.SH FILES