Loading...
gen/directory.3 Libc-825.25 Libc-498
--- Libc/Libc-825.25/gen/directory.3
+++ Libc/Libc-498/gen/directory.3
@@ -163,12 +163,9 @@
 .Fn dirfd
 function
 returns the integer file descriptor associated with the named
-.Em directory stream 
-on success, see
+.Em directory stream ,
+see
 .Xr open 2 .
-On failure, \-1 is returned and the global variable
-.Va errno
-is set to indicate the error.
 .Pp
 Sample code which searches a directory for entry ``name'' is:
 .Bd -literal -offset indent