svn commit: r331942 - head/lib/libc/stdio

Cy Schubert cy at FreeBSD.org
Tue Apr 3 19:51:24 UTC 2018


Author: cy
Date: Tue Apr  3 19:51:23 2018
New Revision: 331942
URL: https://svnweb.freebsd.org/changeset/base/331942

Log:
  Add gets_s(3) to the man page title (noticed by ed@).
  
  While I'm at it correct the update date in the man page.
  
  Reported by:	ed@
  MFC after:	2 weeks
  X-MFC with:	r331936
  Differential Revision:	https://reviews.freebsd.org/D12785

Modified:
  head/lib/libc/stdio/fgets.3

Modified: head/lib/libc/stdio/fgets.3
==============================================================================
--- head/lib/libc/stdio/fgets.3	Tue Apr  3 19:39:06 2018	(r331941)
+++ head/lib/libc/stdio/fgets.3	Tue Apr  3 19:51:23 2018	(r331942)
@@ -32,12 +32,13 @@
 .\"     @(#)fgets.3	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd May 5, 2012
+.Dd April 3, 2018
 .Dt FGETS 3
 .Os
 .Sh NAME
 .Nm fgets ,
-.Nm gets
+.Nm gets ,
+.Nm gets_s
 .Nd get a line from a stream
 .Sh LIBRARY
 .Lb libc


More information about the svn-src-all mailing list