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

Alan Somers asomers at FreeBSD.org
Thu Nov 15 16:13:26 UTC 2018


Author: asomers
Date: Thu Nov 15 16:13:25 2018
New Revision: 340455
URL: https://svnweb.freebsd.org/changeset/base/340455

Log:
  fcntl.2: document an additional error condition
  
  MFC after:	2 weeks

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

Modified: head/lib/libc/sys/fcntl.2
==============================================================================
--- head/lib/libc/sys/fcntl.2	Thu Nov 15 16:03:52 2018	(r340454)
+++ head/lib/libc/sys/fcntl.2	Thu Nov 15 16:13:25 2018	(r340455)
@@ -28,7 +28,7 @@
 .\"     @(#)fcntl.2	8.2 (Berkeley) 1/12/94
 .\" $FreeBSD$
 .\"
-.Dd May 2, 2018
+.Dd Nov 15, 2018
 .Dt FCNTL 2
 .Os
 .Sh NAME
@@ -562,6 +562,10 @@ or
 and the data to which
 .Fa arg
 points is not valid.
+.Pp
+The argument
+.Fa cmd
+is invalid.
 .It Bq Er EMFILE
 The argument
 .Fa cmd


More information about the svn-src-all mailing list