diff options
Diffstat (limited to 'man3/tcgetsid.3')
-rw-r--r-- | man3/tcgetsid.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/tcgetsid.3 b/man3/tcgetsid.3 index 78002083..8069c252 100644 --- a/man3/tcgetsid.3 +++ b/man3/tcgetsid.3 @@ -37,7 +37,7 @@ terminal associated to .I fd as controlling terminal. This terminal must be the controlling terminal of the calling process. -.SH "RETURN VALUE" +.SH RETURN VALUE When .I fd refers to the controlling terminal of our session, @@ -60,7 +60,7 @@ it has one but it is not described by .SH VERSIONS .BR tcgetsid () is provided in glibc since version 2.1. -.SH "CONFORMING TO" +.SH CONFORMING TO POSIX.1-2001. .SH NOTES This function is implemented via the @@ -68,5 +68,5 @@ This function is implemented via the .BR ioctl (2), present since Linux 2.1.71. -.SH "SEE ALSO" +.SH SEE ALSO .BR getsid (2) |