svn commit: r269942 - head/lib/libc/gen

Sergey Kandaurov pluknet at FreeBSD.org
Wed Aug 13 14:49:52 UTC 2014


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 ,


More information about the svn-src-all mailing list