diff options
Diffstat (limited to 'man3/ttyname.3')
-rw-r--r-- | man3/ttyname.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/ttyname.3 b/man3/ttyname.3 index be3486e7..00a4a763 100644 --- a/man3/ttyname.3 +++ b/man3/ttyname.3 @@ -48,7 +48,7 @@ stores this pathname in the buffer .I buf of length .IR buflen . -.SH "RETURN VALUE" +.SH RETURN VALUE The function .BR ttyname () returns a pointer to a pathname on success. @@ -70,9 +70,9 @@ File descriptor does not refer to a terminal device. .RB ( ttyname_r ()) .I buflen was too small to allow storing the pathname. -.SH "CONFORMING TO" +.SH CONFORMING TO 4.2BSD, POSIX.1-2001. -.SH "SEE ALSO" +.SH SEE ALSO .BR fstat (2), .BR ctermid (3), .BR isatty (3) |