diff options
Diffstat (limited to 'man/man3/ttyname.3')
-rw-r--r-- | man/man3/ttyname.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/ttyname.3 b/man/man3/ttyname.3 index 3b162bfa96..63f22b3f45 100644 --- a/man/man3/ttyname.3 +++ b/man/man3/ttyname.3 @@ -14,7 +14,7 @@ Standard C library .B #include <unistd.h> .P .BI "char *ttyname(int " fd ); -.BI "int ttyname_r(size_t " size ; +.BR "int ttyname_r(" "size_t size;" .BI " int " fd ", char " buf [ size "], size_t " size ); .fi .SH DESCRIPTION |