Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2018 02:37:35 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r341612 - stable/12/lib/libc/sys
Message-ID:  <201812060237.wB62bZqJ088235@repo.freebsd.org>

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



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