diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-09-30 15:47:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-09-30 15:47:37 +0000 |
commit | c74c139f8be321944be440cb3e5523b0faf77e79 (patch) | |
tree | bd5ea5f4addb2886b88f8a38a0aacff6f17b3bba | |
parent | c2c338834ab2aae4a97f9f94a484c5599d6a29bd (diff) |
document EINVAL for denorm timeval in BIOCSRTIMEOUT; ok jmc
-rw-r--r-- | share/man/man4/bpf.4 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index ab89b72b80f..55856ced4ff 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bpf.4,v 1.41 2019/04/25 18:26:16 anton Exp $ +.\" $OpenBSD: bpf.4,v 1.42 2020/09/30 15:47:36 deraadt Exp $ .\" $NetBSD: bpf.4,v 1.7 1995/09/27 18:31:50 thorpej Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. @@ -23,7 +23,7 @@ .\" This document is derived in part from the enet man page (enet.4) .\" distributed with 4.3BSD Unix. .\" -.Dd $Mdocdate: April 25 2019 $ +.Dd $Mdocdate: September 30 2020 $ .Dt BPF 4 .Os .Sh NAME @@ -1032,6 +1032,11 @@ is set to one of the following values: The timeout used in a .Dv BIOCSRTIMEOUT request is negative. +.It Bq Er EINVAL +The timeout used in a +.Dv BIOCSRTIMEOUT +request specified a microsecond value less than zero or +greater than or equal to 1 million. .It Bq Er EOVERFLOW The timeout used in a .Dv BIOCSRTIMEOUT |