Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2018 16:13:25 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340455 - head/lib/libc/sys
Message-ID:  <201811151613.wAFGDPO5046486@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811151613.wAFGDPO5046486>