Skip to content

Commit

Permalink
Fix a few typos in sh.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyweldon authored and krader1961 committed Jan 2, 2018
1 parent c6213e8 commit 5e747cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cmd/ksh93/sh.1
Original file line number Diff line number Diff line change
Expand Up @@ -2270,7 +2270,7 @@ The value consists of blank separated
.IB name = value\^
words. For each
.I name\^
that is the name of a know option the variable
that is the name of a known option the variable
.BI .sh.opt_ name\^
is assigned
.IR value .
Expand Down Expand Up @@ -4238,7 +4238,7 @@ by defining the first sub-variable name as
and defining its type as the base type.
Any remaining definitions will be additions and modifications
that apply to the new type.
If the new type name is the same is that of the base type,
If the new type name is the same as that of the base type,
the type will be replaced and the original type will
no longer be accessible.
.PP
Expand All @@ -4247,7 +4247,7 @@ The
command with the
.B \-T
and no option argument or operands will write all the type definitions to
standard output in a form that that can be read in to create all they types.
standard output in a form that can be read in to create all the types.
.SS Jobs.
.PP
If the
Expand Down Expand Up @@ -4483,7 +4483,7 @@ where
.I path\^
names an
existing directory
then that directory is searched after immediately after the current directory
then that directory is searched immediately after the current directory
as if it were found in the
.B
.SM FPATH
Expand Down

0 comments on commit 5e747cf

Please sign in to comment.