Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Add posix_madvise(2) in the NAME section.



details:   https://anonhg.NetBSD.org/src/rev/c3fe9421f256
branches:  trunk
changeset: 821407:c3fe9421f256
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Fri Feb 03 21:10:22 2017 +0000

description:
Add posix_madvise(2) in the NAME section.

diffstat:

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

diffs (19 lines):

diff -r 4a834c85d365 -r c3fe9421f256 lib/libc/sys/madvise.2
--- a/lib/libc/sys/madvise.2    Fri Feb 03 21:03:05 2017 +0000
+++ b/lib/libc/sys/madvise.2    Fri Feb 03 21:10:22 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: madvise.2,v 1.28 2014/07/19 19:26:47 dholland Exp $
+.\"    $NetBSD: madvise.2,v 1.29 2017/02/03 21:10:22 abhinav Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,8 @@
 .Dt MADVISE 2
 .Os
 .Sh NAME
-.Nm madvise
+.Nm madvise ,
+.Nm posix_madvise
 .Nd give advice about use of memory
 .Sh LIBRARY
 .Lb libc



Home | Main Index | Thread Index | Old Index