From 2e5c20414ff91e70d7dba4ec647a83703c5e31b2 Mon Sep 17 00:00:00 2001 From: otto Date: Wed, 20 Jan 2021 19:44:48 +0000 Subject: [PATCH] Missing return value; ok jmc@ --- lib/libc/sys/mquery.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/mquery.2 b/lib/libc/sys/mquery.2 index 4badae7cc27..ba87270f8c0 100644 --- a/lib/libc/sys/mquery.2 +++ b/lib/libc/sys/mquery.2 @@ -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 .\" 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. -- 2.20.1