Author: cy
Date: Sun Oct 28 00:57:44 2018
New Revision: 339829
URL: https://svnweb.freebsd.org/changeset/base/339829

Log:
  Follow up on r331936. gets_s(3) will also fail in the same way that
  gets(3) does. This was missed in r331936.
  
  Reported by:  emaste@

Modified:
  stable/11/lib/libc/stdio/fgets.3
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/stdio/fgets.3
==============================================================================
--- stable/11/lib/libc/stdio/fgets.3    Sun Oct 28 00:57:39 2018        
(r339828)
+++ stable/11/lib/libc/stdio/fgets.3    Sun Oct 28 00:57:44 2018        
(r339829)
@@ -140,6 +140,8 @@ or
 .Pp
 The function
 .Fn gets
+and
+.Fn gets_s
 may also fail and set
 .Va errno
 for any of the errors specified for the routine
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to