svn commit: r347561 - stable/11/lib/libc/gen

David E. O'Brien obrien at FreeBSD.org
Tue May 14 04:14:33 UTC 2019


Author: obrien
Date: Tue May 14 04:14:31 2019
New Revision: 347561
URL: https://svnweb.freebsd.org/changeset/base/347561

Log:
  MFC r344085:
  Note that readpassphrase() came into FreeBSD's libc at 4.6.

Modified:
  stable/11/lib/libc/gen/readpassphrase.3
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/gen/readpassphrase.3
==============================================================================
--- stable/11/lib/libc/gen/readpassphrase.3	Tue May 14 03:52:06 2019	(r347560)
+++ stable/11/lib/libc/gen/readpassphrase.3	Tue May 14 04:14:31 2019	(r347561)
@@ -178,4 +178,6 @@ extension and should not be used if portability is des
 The
 .Fn readpassphrase
 function first appeared in
+.Fx 4.6
+and
 .Ox 2.9 .


More information about the svn-src-all mailing list