aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-04 13:04:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-04 13:04:49 -0400
commitfbb588b486c6fac122e3b1dfcdec63d40c0eaf83 (patch)
treedc514e732f5253c9d9f0b663f380939d67f882a8
parent88898d427d57f27d26d50d5bf10d8d22e50c5e63 (diff)
format
-rw-r--r--doc/index.mdwn4
-rw-r--r--doc/use_case/Alice.mdwn4
-rw-r--r--doc/use_case/Bob.mdwn6
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/index.mdwn b/doc/index.mdwn
index b2b1bb257..a5a204327 100644
--- a/doc/index.mdwn
+++ b/doc/index.mdwn
@@ -36,8 +36,8 @@ alt="Flattr this" title="Flattr this" /></a>
<table>
<tr>
-<td width="50%" align="top">[[!inline feeds=no template=bare pages=use_case/bob]]</td>
-<td width="50%" align="top">[[!inline feeds=no template=bare pages=use_case/alice]]</td>
+<td width="50%" valign="top">[[!inline feeds=no template=bare pages=use_case/bob]]</td>
+<td width="50%" valign="top">[[!inline feeds=no template=bare pages=use_case/alice]]</td>
</tr>
</table>
diff --git a/doc/use_case/Alice.mdwn b/doc/use_case/Alice.mdwn
index cd5955b3f..57862c83c 100644
--- a/doc/use_case/Alice.mdwn
+++ b/doc/use_case/Alice.mdwn
@@ -10,11 +10,11 @@ When she has 1 bar on her cell, Alice queues up interesting files on her
server for later. At a coffee shop, she has git-annex download them to her
USB drive. High in the sky or in a remote cabin, she catches up on
podcasts, videos, and games, first letting git-annex copy them from
-her USB drive to the netbook (this saves battery power).
+her USB drive to the netbook (this saves battery power).
[[more about transferring data|transferring_data]]
When she's done, she tells git-annex which to keep and which to remove.
They're all removed from her netbook to save space, and Alice knows
that next time she syncs up to the net, her changes will be synced back
-to her server.
+to her server.
[[more about distributed version control|distributed_version_control]]
diff --git a/doc/use_case/Bob.mdwn b/doc/use_case/Bob.mdwn
index 5982b5fcb..5e6d93461 100644
--- a/doc/use_case/Bob.mdwn
+++ b/doc/use_case/Bob.mdwn
@@ -10,16 +10,16 @@ without worry about accidentally deleting anything.
When Bob needs access to some files, git-annex can tell him which drive(s)
they're on, and easily make them available. Indeed, every drive knows what
-is on every other drive.
+is on every other drive.
[[more about location tracking|location_tracking]]
Bob thinks long-term, and so he's glad that git-annex uses a simple
repository format. He knows his files will be accessible in the future
-even if the world has forgotten about git-annex and git.
+even if the world has forgotten about git-annex and git.
[[more about future-proofing|future_proofing]]
Run in a cron job, git-annex adds new files to archival drives at night. It
also helps Bob keep track of intentional, and unintentional copies of
files, and logs information he can use to decide when it's time to duplicate
-the content of old drives.
+the content of old drives.
[[more about backup copies|copies]]