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
This commit is contained in:
cy 2018-04-03 19:51:23 +00:00
parent 109cf57d15
commit 6c7d5ec08d

View File

@ -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