summaryrefslogtreecommitdiffstats
path: root/term-utils
diff options
context:
space:
mode:
Diffstat (limited to 'term-utils')
-rw-r--r--term-utils/agetty.82
-rw-r--r--term-utils/script.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/term-utils/agetty.8 b/term-utils/agetty.8
index a39d81fcd..27a0d1b86 100644
--- a/term-utils/agetty.8
+++ b/term-utils/agetty.8
@@ -92,7 +92,7 @@ Assume that the tty is 8-bit clean, hence disable parity detection.
Log the specified user automatically in without asking for a login name and
password. The \-f \fIusername\fP option is added to the \fB/bin/login\fP
command line by default. The \-\-login-options option changes this default
-behaviour and then only \\u is replaced by the \fIusername\fP and no other
+behavior and then only \\u is replaced by the \fIusername\fP and no other
option is added to the login command line.
.TP
\-c, \-\-noreset
diff --git a/term-utils/script.c b/term-utils/script.c
index 1ae34627f..1530e6726 100644
--- a/term-utils/script.c
+++ b/term-utils/script.c
@@ -525,7 +525,7 @@ doshell(void) {
/*
* When invoked from within /etc/csh.login, script spawns a csh shell
* that spawns programs that cannot be killed with a SIGTERM. This is
- * because csh has a documented behaviour wherein it disables all
+ * because csh has a documented behavior wherein it disables all
* signals when processing the /etc/csh.* files.
*
* Let's restore the default behavior.