Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2018 19:51:24 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r331942 - head/lib/libc/stdio
Message-ID:  <201804031951.w33JpOmP099165@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804031951.w33JpOmP099165>