Module Name:    src
Committed By:   maya
Date:           Fri Jul 27 15:15:30 UTC 2018

Modified Files:
        src/lib/libc/stdlib: posix_memalign.3

Log Message:
it's C18, not C17.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/stdlib/posix_memalign.3

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/stdlib/posix_memalign.3
diff -u src/lib/libc/stdlib/posix_memalign.3:1.5 src/lib/libc/stdlib/posix_memalign.3:1.6
--- src/lib/libc/stdlib/posix_memalign.3:1.5	Fri Jul 27 14:34:44 2018
+++ src/lib/libc/stdlib/posix_memalign.3	Fri Jul 27 15:15:30 2018
@@ -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 <jas...@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.

Reply via email to