From 5951e66bf1cc12af18f1412bf65469817883f1f1 Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Mon, 15 Feb 1999 01:12:17 +0000 Subject: [PATCH] directory.3: - fixed a formatting typo --- usr.man/man3/directory.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.man/man3/directory.3 b/usr.man/man3/directory.3 index d33d4fa..59822f6 100644 --- a/usr.man/man3/directory.3 +++ b/usr.man/man3/directory.3 @@ -47,7 +47,7 @@ #include DIR *\fBopendir\fR (const char *\fIfilename\fR); -struct \fBdirent\fR *readdir (DIR *\fIdirp\fR); +struct dirent *\fBreaddir\fR (DIR *\fIdirp\fR); long \fBtelldir\fR (const DIR *\fIdirp\fR); void \fBseekdir\fR (DIR *\fIdirp\fR, long \fIloc\fR); void \fBrewinddir\fR (DIR *\fIdirp\fR);