diff options
Diffstat (limited to 'man3/telldir.3')
-rw-r--r-- | man3/telldir.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/telldir.3 b/man3/telldir.3 index 983023a0..4fdb0aff 100644 --- a/man3/telldir.3 +++ b/man3/telldir.3 @@ -35,10 +35,10 @@ telldir \- return current location in directory stream .BI "off_t telldir(DIR *" dir ); .fi .SH DESCRIPTION -The \fBtelldir()\fP function returns the current location associated with +The \fBtelldir\fP() function returns the current location associated with the directory stream \fIdir\fP. .SH "RETURN VALUE" -On success, the \fBtelldir()\fP function returns the current location +On success, the \fBtelldir\fP() function returns the current location in the directory stream. On error, \-1 is returned, and .I errno |