]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/ptsname.3
open.2, poll.2, select_tut.2, getpt.3, grantpt.3, openpty.3, posix_openpt.3, ptsname...
[thirdparty/man-pages.git] / man3 / ptsname.3
index 701936b7808752a57ab3c00b5379e9971f3f04b0..3bd65a2be5cfae267976e45ea78d8f3b7944e5d7 100644 (file)
@@ -5,7 +5,7 @@
 .\"
 .TH PTSNAME 3 2008-09-03 "" "Linux Programmer's Manual"
 .SH NAME
-ptsname, ptsname_r \- get the name of the slave pseudo-terminal
+ptsname, ptsname_r \- get the name of the slave psuedoterminal
 .SH SYNOPSIS
 .nf
 .B #define _XOPEN_SOURCE
@@ -23,7 +23,7 @@ ptsname, ptsname_r \- get the name of the slave pseudo-terminal
 .SH DESCRIPTION
 The
 .BR ptsname ()
-function returns the name of the slave pseudo-terminal (pty) device
+function returns the name of the slave psuedoterminal (pty) device
 corresponding to the master referred to by
 .IR fd .
 
@@ -31,7 +31,7 @@ The
 .BR ptsname_r ()
 function is the reentrant equivalent of
 .BR ptsname ().
-It returns the name of the slave pseudo-terminal device as a
+It returns the name of the slave psuedoterminal device as a
 null-terminated string in the buffer pointed to by
 .IR buf .
 The
@@ -65,7 +65,7 @@ is NULL.
 .TP
 .B ENOTTY
 .I fd
-does not refer to a pseudo-terminal master device.
+does not refer to a psuedoterminal master device.
 .TP
 .B ERANGE
 .RB ( ptsname_r ()
@@ -77,7 +77,7 @@ is too small.
 is provided in glibc since version 2.1.
 .SH "CONFORMING TO"
 .BR ptsname ()
-is part of the UNIX 98 pseudo-terminal support (see
+is part of the UNIX 98 psuedoterminal support (see
 .BR pts (4)).
 This function is specified in POSIX.1-2001.