Module Name: src
Committed By: wiz
Date: Sun Jul 30 23:13:24 UTC 2017
Modified Files:
src/lib/libc/stdio: fputs.3
Log Message:
Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/stdio/fputs.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/stdio/fputs.3
diff -u src/lib/libc/stdio/fputs.3:1.13 src/lib/libc/stdio/fputs.3:1.14
--- src/lib/libc/stdio/fputs.3:1.13 Sun Jul 30 22:53:56 2017
+++ src/lib/libc/stdio/fputs.3 Sun Jul 30 23:13:24 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: fputs.3,v 1.13 2017/07/30 22:53:56 cheusov Exp $
+.\" $NetBSD: fputs.3,v 1.14 2017/07/30 23:13:24 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" @(#)fputs.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd June 4, 1993
+.Dd July 30, 2017
.Dt FPUTS 3
.Os
.Sh NAME