aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/ttyname.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/ttyname.3')
-rw-r--r--man/man3/ttyname.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man3/ttyname.3 b/man/man3/ttyname.3
index cb417684b8..c7eec4516f 100644
--- a/man/man3/ttyname.3
+++ b/man/man3/ttyname.3
@@ -17,7 +17,8 @@ Standard C library
.B #include <unistd.h>
.P
.BI "char *ttyname(int " fd );
-.BI "int ttyname_r(int " fd ", char " buf [. size "], size_t " size );
+.BI "int ttyname_r(size_t " size ;
+.BI " int " fd ", char " buf [ size "], size_t " size );
.fi
.SH DESCRIPTION
The function