svn commit: r344085 - head/lib/libc/gen

David E. O'Brien obrien at FreeBSD.org
Wed Feb 13 04:52:02 UTC 2019


Author: obrien
Date: Wed Feb 13 04:52:01 2019
New Revision: 344085
URL: https://svnweb.freebsd.org/changeset/base/344085

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

Modified:
  head/lib/libc/gen/readpassphrase.3

Modified: head/lib/libc/gen/readpassphrase.3
==============================================================================
--- head/lib/libc/gen/readpassphrase.3	Wed Feb 13 04:19:08 2019	(r344084)
+++ head/lib/libc/gen/readpassphrase.3	Wed Feb 13 04:52:01 2019	(r344085)
@@ -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