aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-10-21 13:15:04 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-10-21 13:15:04 +0000
commit6cf8c0fe514dddc797177a54e549e433839a09b4 (patch)
tree18ab6d442e290bef25fed7a862cadcdb5e58ae1d /lib/libc/gen
parentb4c3ec123e6fde8c23e194275ba4f44f7eb1a281 (diff)
Notes
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/dirname.32
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/dirname.3 b/lib/libc/gen/dirname.3
index ba5cce35c40c..0629c92e1d41 100644
--- a/lib/libc/gen/dirname.3
+++ b/lib/libc/gen/dirname.3
@@ -78,6 +78,8 @@ The following error codes may be set in
.It Bq Er ENAMETOOLONG
The path component to be returned was larger than
.Dv MAXPATHLEN .
+.It Bq Er ENOMEM
+The path component to be returned was larger than
.El
.Sh SEE ALSO
.Xr basename 1 ,