diff options
author | pluknet <pluknet@FreeBSD.org> | 2014-08-13 14:49:51 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2014-08-13 14:49:51 +0000 |
commit | 4227b97b79226844909bda500b069a47161ac749 (patch) | |
tree | b62296382dd71f45e9c8b912583ac4e850f2d463 /lib/libc | |
parent | 96b731501d410f1cd80bb059c98fcd676068c877 (diff) | |
download | FreeBSD-src-4227b97b79226844909bda500b069a47161ac749.zip FreeBSD-src-4227b97b79226844909bda500b069a47161ac749.tar.gz |
Fixed ENOMEM description.
MFC after: 1 week
Sponsored by: Nginx, Inc.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/posix_spawnattr_init.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/posix_spawnattr_init.3 b/lib/libc/gen/posix_spawnattr_init.3 index 19d29a6..388fe5a 100644 --- a/lib/libc/gen/posix_spawnattr_init.3 +++ b/lib/libc/gen/posix_spawnattr_init.3 @@ -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 , |