@@ -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
590590which 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,
669669specify 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
675675ESH 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
761761would look like:
762762
@@ -803,7 +803,7 @@ For example:
803803.RE
804804
805805Standard 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
807807brace and tilde are not supported. Spaces in paths are supported, and should
808808not be quoted. If a directory is specified, its contents will be included.
809809Paths beginning with a "!" will be excluded.
0 commit comments