Module Name:    src
Committed By:   abhinav
Date:           Fri Feb  3 21:10:22 UTC 2017

Modified Files:
        src/lib/libc/sys: madvise.2

Log Message:
Add posix_madvise(2) in the NAME section.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/madvise.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/madvise.2
diff -u src/lib/libc/sys/madvise.2:1.28 src/lib/libc/sys/madvise.2:1.29
--- src/lib/libc/sys/madvise.2:1.28	Sat Jul 19 19:26:47 2014
+++ src/lib/libc/sys/madvise.2	Fri Feb  3 21:10:22 2017
@@ -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

Reply via email to