Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys mincore(2) - use .Rv -std



details:   https://anonhg.NetBSD.org/src/rev/a4a2da10fb94
branches:  trunk
changeset: 368669:a4a2da10fb94
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Jul 26 00:25:45 2022 +0000

description:
mincore(2) - use .Rv -std

diffstat:

 lib/libc/sys/mincore.2 |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 93d297154d13 -r a4a2da10fb94 lib/libc/sys/mincore.2
--- a/lib/libc/sys/mincore.2    Mon Jul 25 22:50:42 2022 +0000
+++ b/lib/libc/sys/mincore.2    Tue Jul 26 00:25:45 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mincore.2,v 1.20 2022/07/25 22:50:42 riastradh Exp $
+.\"    $NetBSD: mincore.2,v 1.21 2022/07/26 00:25:45 uwe Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -65,10 +65,7 @@
 that pages will remain in core, the address range must be locked with
 .Xr mlock 2 .
 .Sh RETURN VALUES
-.Fn mincore
-returns 0 on success, or \-1 on failure and sets the variable
-.Va errno
-to indicate the error.
+.Rv -std mincore
 .Sh ERRORS
 The
 .Fn mincore



Home | Main Index | Thread Index | Old Index