summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2008-06-30 05:59:20 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2008-06-30 05:59:20 +0000
commit7810e2e081476c92ffab803d2a17b559311860d7 (patch)
treea15d0ec4cdc3f8078f6b322c801073fe3f0f6aa9 /lib/libc
parent19f9b252199483ff2070299588192a82b50e64fc (diff)
document that mquery(2) is non-standard; hint and ok deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mquery.28
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/sys/mquery.2 b/lib/libc/sys/mquery.2
index f8ff49ffa52..e26f7f5235c 100644
--- a/lib/libc/sys/mquery.2
+++ b/lib/libc/sys/mquery.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mquery.2,v 1.8 2007/05/31 19:19:33 jmc Exp $
+.\" $OpenBSD: mquery.2,v 1.9 2008/06/30 05:59:19 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: May 31 2007 $
+.Dd $Mdocdate: June 30 2008 $
.Dt MQUERY 2
.Os
.Sh NAME
@@ -122,6 +122,10 @@ is not a valid open file descriptor.
.El
.Sh SEE ALSO
.Xr mmap 2
+.Sh STANDARDS
+The
+.Fn mquery
+function should not be used in portable applications.
.Sh HISTORY
The
.Fn mquery