Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 14:49:52 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r269942 - head/lib/libc/gen
Message-ID:  <201408131449.s7DEnqv8067728@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Wed Aug 13 14:49:51 2014
New Revision: 269942
URL: http://svnweb.freebsd.org/changeset/base/269942

Log:
  Fixed ENOMEM description.
  
  MFC after:	1 week
  Sponsored by:	Nginx, Inc.

Modified:
  head/lib/libc/gen/posix_spawnattr_init.3

Modified: head/lib/libc/gen/posix_spawnattr_init.3
==============================================================================
--- head/lib/libc/gen/posix_spawnattr_init.3	Wed Aug 13 12:58:15 2014	(r269941)
+++ head/lib/libc/gen/posix_spawnattr_init.3	Wed Aug 13 14:49:51 2014	(r269942)
@@ -100,7 +100,7 @@ The
 function will fail if:
 .Bl -tag -width Er
 .It Bq Er ENOMEM
-Insufficient memory exists to initialize the spawn file actions object.
+Insufficient memory exists to initialize the spawn attributes object.
 .El
 .Sh SEE ALSO
 .Xr posix_spawn 3 ,



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