]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man4/tty_ioctl.4
open.2, poll.2, select_tut.2, getpt.3, grantpt.3, openpty.3, posix_openpt.3, ptsname...
[thirdparty/man-pages.git] / man4 / tty_ioctl.4
index d4f912fc1825b605d812cd54dc4cb3f9a7446884..a6fe59074b79299e5243d90d36b260f98d0595e0 100644 (file)
@@ -215,7 +215,7 @@ Redirect output that would have gone to
 or
 .I /dev/tty0
 to the given terminal.
-If that was a pseudo-terminal master, send it to the slave.
+If that was a psuedoterminal master, send it to the slave.
 In Linux before version 2.6.10,
 anybody can do this as long as the output was not redirected yet;
 since version 2.6.10, only root (a process with the
@@ -274,7 +274,7 @@ Set the foreground process group ID of this terminal.
 Get the session ID of the given terminal.
 This will fail with
 .B ENOTTY
-in case the terminal is not a master pseudo-terminal
+in case the terminal is not a master psuedoterminal
 and not our controlling terminal.
 Strange.
 .SS "Exclusive mode"
@@ -299,20 +299,20 @@ Get the line discipline of the terminal.
 .TP
 .BI "TIOCSETD  const int *" argp
 Set the line discipline of the terminal.
-.SS "Pseudo-terminal ioctls"
+.SS "Psuedoterminal ioctls"
 .TP
 .BI "TIOCPKT   const int *" argp
 Enable (when
 .RI * argp
 is nonzero) or disable packet mode.
-Can be applied to the master side of a pseudo-terminal only (and will return
+Can be applied to the master side of a psuedoterminal only (and will return
 .B ENOTTY
 otherwise).
 In packet mode, each subsequent
 .BR read (2)
 will return a packet that either contains a single nonzero control byte,
 or has a single byte containing zero (\(aq\0\(aq) followed by data
-written on the slave side of the pseudo-terminal.
+written on the slave side of the psuedoterminal.
 If the first byte is not
 .B TIOCPKT_DATA
 (0), it is an OR of one