diff options
Diffstat (limited to 'man3/openpty.3')
| -rw-r--r-- | man3/openpty.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/openpty.3 b/man3/openpty.3 index c35a74bcbb..56c8b4411c 100644 --- a/man3/openpty.3 +++ b/man3/openpty.3 @@ -130,20 +130,20 @@ return 0, and the parent process of returns the process ID of the child process. .SH ERRORS .BR openpty () -will fail if: +fails if: .TP .B ENOENT There are no available terminals. .PP .BR login_tty () -will fail if +fails if .BR ioctl (2) fails to set .I fd to the controlling terminal of the calling process. .PP .BR forkpty () -will fail if either +fails if either .BR openpty () or .BR fork (2) |
