diff options
Diffstat (limited to 'lib/libc/gen/directory.3')
-rw-r--r-- | lib/libc/gen/directory.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index 0503989..0abbe5f 100644 --- a/lib/libc/gen/directory.3 +++ b/lib/libc/gen/directory.3 @@ -151,7 +151,7 @@ returns the integer file descriptor associated with the named see .Xr open 2 . .Pp -Sample code which searchs a directory for entry ``name'' is: +Sample code which searches a directory for entry ``name'' is: .Bd -literal -offset indent len = strlen(name); dirp = opendir("."); @@ -164,10 +164,10 @@ while ((dp = readdir(dirp)) != NULL) return NOT_FOUND; .Ed .Sh SEE ALSO -.Xr open 2 , .Xr close 2 , -.Xr read 2 , .Xr lseek 2 , +.Xr open 2 , +.Xr read 2 , .Xr dir 5 .Sh HISTORY The |