summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authormaya <maya@NetBSD.org>2018-07-27 15:15:30 +0000
committermaya <maya@NetBSD.org>2018-07-27 15:15:30 +0000
commit22343e269ba75ff22b6df27a071441ee6c3d47b7 (patch)
treecd91228fc159f49da757b515966ef16f65708a7d /lib/libc/stdlib
parent035d20923d6f3d6b42fa3194fef6dd462de7f681 (diff)
it's C18, not C17.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/posix_memalign.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/posix_memalign.3 b/lib/libc/stdlib/posix_memalign.3
index fc87c5b0acf..96be2373e46 100644
--- a/lib/libc/stdlib/posix_memalign.3
+++ b/lib/libc/stdlib/posix_memalign.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: posix_memalign.3,v 1.5 2018/07/27 14:34:44 maya Exp $
+.\" $NetBSD: posix_memalign.3,v 1.6 2018/07/27 15:15:30 maya Exp $
.\"
.\" Copyright (C) 2006 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
@@ -137,7 +137,7 @@ function conforms to
The
.Fn aligned_alloc
function conforms to
-.St -isoC-2017 .
+.St -isoC-2018 .
.Sh HISTORY
.St -isoC-2011
required size to be an integer multiple of alignment.