]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/openpty.3
dlopen.3: tfix
[thirdparty/man-pages.git] / man3 / openpty.3
index 45e5a825788ac00a16278abd8c955a6f3b5cc13c..56c8b4411c8b55c2339f0829dc0e3385bee39e92 100644 (file)
@@ -103,7 +103,7 @@ descriptor of the master side of the pseudoterminal is returned in
 If
 .I name
 is not NULL, the buffer it points to is used to return the
-the filename of the slave.
+filename of the slave.
 The
 .I termp
 and
@@ -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)