1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2025-06-06 09:34:00 +00:00

Fix typos in manpage

This commit is contained in:
Erik Flodin 2025-03-18 20:01:41 +01:00
parent 64fe9ec4bb
commit 7f76a455bb
No known key found for this signature in database
GPG Key ID: 420A7C865EE3F85F

8
yadm.1
View File

@ -586,7 +586,7 @@ yadm will create a symbolic link which looks like this:
.IR $HOME/path/example.txt " -> " $HOME/path/example.txt##os.Darwin,hostname.host2 .IR $HOME/path/example.txt " -> " $HOME/path/example.txt##os.Darwin,hostname.host2
However, on another Mackbook named "host3", yadm will create a symbolic link However, on another Macbook named "host3", yadm will create a symbolic link
which looks like this: which looks like this:
.IR $HOME/path/example.txt " -> " $HOME/path/example.txt##os.Darwin .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,
specify the value of "default" or just leave the value off (e.g. "##template"). specify the value of "default" or just leave the value off (e.g. "##template").
.BR NOTE : .BR NOTE :
This template processor performs case-insensitive comparisions in if statements. This template processor performs case-insensitive comparisons in if statements.
.TP .TP
.B ESH .B ESH
ESH is a template processor written in POSIX compliant shell. It allows ESH is a template processor written in POSIX compliant shell. It allows
@ -756,7 +756,7 @@ would look like:
{% include 'whatever.extra' %} {% include 'whatever.extra' %}
{% endif -%} {% endif -%}
An equivalent ESH templated named An equivalent ESH template named
.I whatever##template.esh .I whatever##template.esh
would look like: would look like:
@ -803,7 +803,7 @@ For example:
.RE .RE
Standard filename expansions (*, ?, [) are supported. Two consecutive asterisks Standard filename expansions (*, ?, [) are supported. Two consecutive asterisks
"**" can be used to match all subdirectories. Other shell expansions like "**" can be used to match all sub-directories. Other shell expansions like
brace and tilde are not supported. Spaces in paths are supported, and should brace and tilde are not supported. Spaces in paths are supported, and should
not be quoted. If a directory is specified, its contents will be included. not be quoted. If a directory is specified, its contents will be included.
Paths beginning with a "!" will be excluded. Paths beginning with a "!" will be excluded.