summaryrefslogtreecommitdiffstats
path: root/man3/puts.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/puts.3')
-rw-r--r--man3/puts.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/puts.3 b/man3/puts.3
index 6e1b8ed40..c308b278c 100644
--- a/man3/puts.3
+++ b/man3/puts.3
@@ -23,7 +23,7 @@
.\" %%%LICENSE_END
.\"
.\" Modified Sat Jul 24 18:42:59 1993 by Rik Faith (faith@cs.unc.edu)
-.TH PUTS 3 2018-04-30 "GNU" "Linux Programmer's Manual"
+.TH PUTS 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
fputc, fputs, putc, putchar, puts \- output of characters and strings
.SH SYNOPSIS
@@ -83,7 +83,7 @@ For nonlocking counterparts, see
.BR unlocked_stdio (3).
.SH RETURN VALUE
.BR fputc (),
-.BR putc ()
+.BR putc (),
and
.BR putchar ()
return the character written as an
@@ -138,7 +138,7 @@ will be undefined and very probably not what you want.
.BR scanf (3),
.BR unlocked_stdio (3)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,