Merge pull request #41 from sinisterstuf/typo-os
This commit is contained in:
commit
db6657016d
2 changed files with 4 additions and 4 deletions
4
yadm.1
4
yadm.1
|
@ -50,7 +50,7 @@ using a shared Git repository.
|
||||||
In addition,
|
In addition,
|
||||||
.B yadm
|
.B yadm
|
||||||
provides a feature to select alternate versions of files
|
provides a feature to select alternate versions of files
|
||||||
based on the operation system or host name.
|
based on the operating system or host name.
|
||||||
Lastly,
|
Lastly,
|
||||||
.B yadm
|
.B yadm
|
||||||
supplies the ability to manage a subset of secure files, which are
|
supplies the ability to manage a subset of secure files, which are
|
||||||
|
@ -308,7 +308,7 @@ By default, the first "gpg" found in $PATH is used.
|
||||||
.SH ALTERNATES
|
.SH ALTERNATES
|
||||||
When managing a set of files across different systems, it can be useful to have
|
When managing a set of files across different systems, it can be useful to have
|
||||||
an automated way of choosing an alternate version of a file for a different
|
an automated way of choosing an alternate version of a file for a different
|
||||||
operation system, host, or user.
|
operating system, host, or user.
|
||||||
.B yadm
|
.B yadm
|
||||||
implements a feature which will automatically create a symbolic link to
|
implements a feature which will automatically create a symbolic link to
|
||||||
the appropriate version of a file, as long as you follow a specific naming
|
the appropriate version of a file, as long as you follow a specific naming
|
||||||
|
|
4
yadm.md
4
yadm.md
|
@ -30,7 +30,7 @@
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
yadm is a tool for managing a collection of files across multiple com-
|
yadm is a tool for managing a collection of files across multiple com-
|
||||||
puters, using a shared Git repository. In addition, yadm provides a
|
puters, using a shared Git repository. In addition, yadm provides a
|
||||||
feature to select alternate versions of files based on the operation
|
feature to select alternate versions of files based on the operating
|
||||||
system or host name. Lastly, yadm supplies the ability to manage a
|
system or host name. Lastly, yadm supplies the ability to manage a
|
||||||
subset of secure files, which are encrypted before they are included in
|
subset of secure files, which are encrypted before they are included in
|
||||||
the repository.
|
the repository.
|
||||||
|
@ -195,7 +195,7 @@
|
||||||
## ALTERNATES
|
## ALTERNATES
|
||||||
When managing a set of files across different systems, it can be useful
|
When managing a set of files across different systems, it can be useful
|
||||||
to have an automated way of choosing an alternate version of a file for
|
to have an automated way of choosing an alternate version of a file for
|
||||||
a different operation system, host, or user. yadm implements a feature
|
a different operating system, host, or user. yadm implements a feature
|
||||||
which will automatically create a symbolic link to the appropriate ver-
|
which will automatically create a symbolic link to the appropriate ver-
|
||||||
sion of a file, as long as you follow a specific naming convention.
|
sion of a file, as long as you follow a specific naming convention.
|
||||||
yadm can detect files with names ending in:
|
yadm can detect files with names ending in:
|
||||||
|
|
Loading…
Reference in a new issue