svn commit: r355488 - head/lib/libc/sys

Alan Somers asomers at FreeBSD.org
Sat Dec 7 16:29:57 UTC 2019


Author: asomers
Date: Sat Dec  7 16:29:56 2019
New Revision: 355488
URL: https://svnweb.freebsd.org/changeset/base/355488

Log:
  lio_listio(2): add a HISTORY section
  
  MFC after:	2 weeks

Modified:
  head/lib/libc/sys/lio_listio.2

Modified: head/lib/libc/sys/lio_listio.2
==============================================================================
--- head/lib/libc/sys/lio_listio.2	Sat Dec  7 16:14:23 2019	(r355487)
+++ head/lib/libc/sys/lio_listio.2	Sat Dec  7 16:29:56 2019	(r355488)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Oct 23, 2017
+.Dd Dec 7, 2019
 .Dt LIO_LISTIO 2
 .Os
 .Sh NAME
@@ -216,3 +216,8 @@ The
 .Fn lio_listio
 function is expected to conform to
 .St -p1003.1-2001 .
+.Sh HISTORY
+The
+.Fn lio_listio
+system call first appeared in
+.Fx 3.0 .


More information about the svn-src-all mailing list