forked from ungleich-public/ccollect
Fix some minor typos
This commit is contained in:
parent
d2019cab0d
commit
058680214b
2 changed files with 3 additions and 4 deletions
1
Makefile
1
Makefile
|
@ -52,4 +52,3 @@ publish-doc: documentation
|
||||||
@echo "Transferring files to $(host)"
|
@echo "Transferring files to $(host)"
|
||||||
@chmod a+r doc/*.html doc/*.text
|
@chmod a+r doc/*.html doc/*.text
|
||||||
@scp doc/*.text doc/*.html $(host):$(docdir)
|
@scp doc/*.text doc/*.html $(host):$(docdir)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ccollect- Installieren, Konfigurieren und Anwenden
|
ccollect- Installieren, Konfigurieren und Anwenden
|
||||||
===================================================
|
===================================================
|
||||||
Julian Meier <julian.meier@julian.mkr-tech.ch>
|
Julian Meier <julian.meier@julian.mkr-tech.ch>
|
||||||
v0.1, 2006-03-04
|
v0.1, Initiale Version vom 2006-03-04
|
||||||
:Author Initials: JM
|
:Author Initials: JM
|
||||||
|
|
||||||
inkrementelle Datensicherung
|
inkrementelle Datensicherung
|
||||||
|
@ -9,8 +9,8 @@ mit 'hardlinks' und 'rsync'
|
||||||
|
|
||||||
Einleitung
|
Einleitung
|
||||||
----------
|
----------
|
||||||
'ccollect' ist ein Backuptool geschrieben in der sh-script Programmiersprache.
|
'ccollect' ist ein Backuptool geschrieben in der sh-skript Programmiersprache.
|
||||||
Es braucht nichts besonderes nur die '/bin/sh' Konsole oder eine kompatible.
|
Es braucht nichts besonderes nur die '/bin/sh'-Konsole (oder eine kompatible).
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
Loading…
Reference in a new issue