diff options
| author | kre <kre@NetBSD.org> | 2022-09-15 18:00:36 +0000 |
|---|---|---|
| committer | kre <kre@NetBSD.org> | 2022-09-15 18:00:36 +0000 |
| commit | bbc3ce0bfa888af5e7db3d6216cabe9f308d4d0e (patch) | |
| tree | 21e1bfdebacd5b23b2b18f8a621d74e5d96a20d6 /bin | |
| parent | a737bd358de8003ec20ddde4437fe5bc47054163 (diff) | |
Correct spelling of terminal (it doesn't have a 2nd m).
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sh/sh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 18382a3815c..2ae9e08394a 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: sh.1,v 1.244 2022/08/19 13:37:03 kre Exp $ +.\" $NetBSD: sh.1,v 1.245 2022/09/15 18:00:36 kre Exp $ .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -392,7 +392,7 @@ or given at invocation of .Nm ) , and standard input and standard error refer to -terminmal type devices. +terminal type devices. .It Fl L Em local_lineno When set, before a function is defined, causes the variable |
