svn commit: r341612 - stable/12/lib/libc/sys

Alan Somers asomers at FreeBSD.org
Thu Dec 6 02:37:35 UTC 2018


Author: asomers
Date: Thu Dec  6 02:37:34 2018
New Revision: 341612
URL: https://svnweb.freebsd.org/changeset/base/341612

Log:
  MFC r340455:
  
  fcntl.2: document an additional error condition

Modified:
  stable/12/lib/libc/sys/fcntl.2
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libc/sys/fcntl.2
==============================================================================
--- stable/12/lib/libc/sys/fcntl.2	Thu Dec  6 01:04:56 2018	(r341611)
+++ stable/12/lib/libc/sys/fcntl.2	Thu Dec  6 02:37:34 2018	(r341612)
@@ -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