diff options
Diffstat (limited to 'man3/ctermid.3')
-rw-r--r-- | man3/ctermid.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/ctermid.3 b/man3/ctermid.3 index a0dc7bf4..4fadb4b9 100644 --- a/man3/ctermid.3 +++ b/man3/ctermid.3 @@ -54,9 +54,9 @@ points to a buffer used to hold the terminal pathname. The symbolic constant .B L_ctermid is the maximum number of characters in the returned pathname. -.SH "RETURN VALUE" +.SH RETURN VALUE The pointer to the pathname. -.SH "CONFORMING TO" +.SH CONFORMING TO Svr4, POSIX.1-2001. .SH BUGS The path returned may not uniquely identify the controlling @@ -66,5 +66,5 @@ terminal; it may, for example, be It is not assured that the program can open the terminal. .\" in glibc 2.3.x, x >= 4, the glibc headers threw an error .\" if ctermid() was given an argument; fixed in 2.4. -.SH "SEE ALSO" +.SH SEE ALSO .BR ttyname (3) |