aboutsummaryrefslogtreecommitdiffstats
path: root/man7/pty.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/pty.7')
-rw-r--r--man7/pty.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/pty.7 b/man7/pty.7
index 35f3e27b28..c447349ec3 100644
--- a/man7/pty.7
+++ b/man7/pty.7
@@ -56,7 +56,7 @@ SUSv1 standardized a pseudo-terminal API based on the System V API,
and this API should be employed in all new programs that use
pseudo-terminals.
-Linux provides both BSD-style and (standardised) System V-style
+Linux provides both BSD-style and (standardized) System V-style
pseudo-terminals.
System V-style terminals are commonly called Unix 98 pseudo-terminals
on Linux systems.
@@ -70,7 +70,7 @@ An unused Unix 98 pseudo-terminal master is opened by calling
.IR /dev/ptmx ;
see
.BR pts (4).)
-After performing any program-specific initialisations,
+After performing any program-specific initializations,
changing the ownership and permissions of the slave device using
.BR grantpt (3),
and unlocking the slave using