Missing return value; ok jmc@
authorotto <otto@openbsd.org>
Wed, 20 Jan 2021 19:44:48 +0000 (19:44 +0000)
committerotto <otto@openbsd.org>
Wed, 20 Jan 2021 19:44:48 +0000 (19:44 +0000)
lib/libc/sys/mquery.2

index 4badae7..ba87270 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: mquery.2,v 1.11 2014/07/02 22:22:35 matthew Exp $
+.\"    $OpenBSD: mquery.2,v 1.12 2021/01/20 19:44:48 otto Exp $
 .\"
 .\" Copyright (c) 2003 Artur Grabowski <art@openbsd.org>
 .\" All rights reserved.
@@ -23,7 +23,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: July 2 2014 $
+.Dd $Mdocdate: January 20 2021 $
 .Dt MQUERY 2
 .Os
 .Sh NAME
@@ -94,6 +94,7 @@ arguments.
 When no such area can be found
 .Fn mquery
 will return
+.Dv MAP_FAILED
 and set
 .Va errno
 to indicate the error.