diff options
Diffstat (limited to 'lib/libc/stdio/fputs.3')
-rw-r--r-- | lib/libc/stdio/fputs.3 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3 index dbe9c528fff..486b9eec099 100644 --- a/lib/libc/stdio/fputs.3 +++ b/lib/libc/stdio/fputs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fputs.3,v 1.9 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: fputs.3,v 1.10 2013/07/18 10:14:49 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 18 2013 $ .Dt FPUTS 3 .Os .Sh NAME @@ -100,3 +100,12 @@ and .Fn puts conform to .St -ansiC . +.Sh HISTORY +The function +.Fn puts +first appeared in +.At v6 +and +.Fn fputs +in +.At v7 . |