aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-04-18 12:54:27 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-07-24 09:32:14 +0200
commit2d68b494e8742d021a7abc0b280132e01f7ff83b (patch)
tree70599fbded9bc50d4ceaa0cb130d64d814969a69
parentc28537ad2fd8b257ade20130c4081c7033a585ee (diff)
downloadman-pages-2d68b494e8742d021a7abc0b280132e01f7ff83b.tar.gz
puts.3: CONFORMING TO: add POSIX.1-2001 and POSIX.1-2008
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/puts.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/puts.3 b/man3/puts.3
index d4d58581ee..fff31bf29d 100644
--- a/man3/puts.3
+++ b/man3/puts.3
@@ -117,7 +117,7 @@ T{
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
-C89, C99.
+POSIX.1-2001, POSIX.1-2008, C89, C99.
.SH BUGS
It is not advisable to mix calls to output functions from the
.I stdio