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)"
|
||||
@chmod a+r doc/*.html doc/*.text
|
||||
@scp doc/*.text doc/*.html $(host):$(docdir)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ccollect- Installieren, Konfigurieren und Anwenden
|
||||
===================================================
|
||||
Julian Meier <julian.meier@julian.mkr-tech.ch>
|
||||
v0.1, 2006-03-04
|
||||
v0.1, Initiale Version vom 2006-03-04
|
||||
:Author Initials: JM
|
||||
|
||||
inkrementelle Datensicherung
|
||||
|
@ -9,8 +9,8 @@ mit 'hardlinks' und 'rsync'
|
|||
|
||||
Einleitung
|
||||
----------
|
||||
'ccollect' ist ein Backuptool geschrieben in der sh-script Programmiersprache.
|
||||
Es braucht nichts besonderes nur die '/bin/sh' Konsole oder eine kompatible.
|
||||
'ccollect' ist ein Backuptool geschrieben in der sh-skript Programmiersprache.
|
||||
Es braucht nichts besonderes nur die '/bin/sh'-Konsole (oder eine kompatible).
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
|
Loading…
Reference in a new issue