Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 5e747cf

Browse files
dannyweldonkrader1961
authored andcommitted
Fix a few typos in sh.1
1 parent c6213e8 commit 5e747cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/cmd/ksh93/sh.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,7 +2270,7 @@ The value consists of blank separated
22702270
.IB name = value\^
22712271
words. For each
22722272
.I name\^
2273-
that is the name of a know option the variable
2273+
that is the name of a known option the variable
22742274
.BI .sh.opt_ name\^
22752275
is assigned
22762276
.IR value .
@@ -4238,7 +4238,7 @@ by defining the first sub-variable name as
42384238
and defining its type as the base type.
42394239
Any remaining definitions will be additions and modifications
42404240
that apply to the new type.
4241-
If the new type name is the same is that of the base type,
4241+
If the new type name is the same as that of the base type,
42424242
the type will be replaced and the original type will
42434243
no longer be accessible.
42444244
.PP
@@ -4247,7 +4247,7 @@ The
42474247
command with the
42484248
.B \-T
42494249
and no option argument or operands will write all the type definitions to
4250-
standard output in a form that that can be read in to create all they types.
4250+
standard output in a form that can be read in to create all the types.
42514251
.SS Jobs.
42524252
.PP
42534253
If the
@@ -4483,7 +4483,7 @@ where
44834483
.I path\^
44844484
names an
44854485
existing directory
4486-
then that directory is searched after immediately after the current directory
4486+
then that directory is searched immediately after the current directory
44874487
as if it were found in the
44884488
.B
44894489
.SM FPATH

0 commit comments

Comments
 (0)