Skip to content

Commit 7f76a45

Browse files
committed
Fix typos in manpage
1 parent 64fe9ec commit 7f76a45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

yadm.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ yadm will create a symbolic link which looks like this:
586586

587587
.IR $HOME/path/example.txt " -> " $HOME/path/example.txt##os.Darwin,hostname.host2
588588

589-
However, on another Mackbook named "host3", yadm will create a symbolic link
589+
However, on another Macbook named "host3", yadm will create a symbolic link
590590
which looks like this:
591591

592592
.IR $HOME/path/example.txt " -> " $HOME/path/example.txt##os.Darwin
@@ -669,7 +669,7 @@ which is available on most *nix systems. To use this processor,
669669
specify the value of "default" or just leave the value off (e.g. "##template").
670670

671671
.BR NOTE :
672-
This template processor performs case-insensitive comparisions in if statements.
672+
This template processor performs case-insensitive comparisons in if statements.
673673
.TP
674674
.B ESH
675675
ESH is a template processor written in POSIX compliant shell. It allows
@@ -756,7 +756,7 @@ would look like:
756756
{% include 'whatever.extra' %}
757757
{% endif -%}
758758

759-
An equivalent ESH templated named
759+
An equivalent ESH template named
760760
.I whatever##template.esh
761761
would look like:
762762

@@ -803,7 +803,7 @@ For example:
803803
.RE
804804

805805
Standard filename expansions (*, ?, [) are supported. Two consecutive asterisks
806-
"**" can be used to match all subdirectories. Other shell expansions like
806+
"**" can be used to match all sub-directories. Other shell expansions like
807807
brace and tilde are not supported. Spaces in paths are supported, and should
808808
not be quoted. If a directory is specified, its contents will be included.
809809
Paths beginning with a "!" will be excluded.

0 commit comments

Comments
 (0)