doc/*.mdwn: Minor fixes (typos, letter case)

This commit is contained in:
Øyvind A. Holm 2015-07-26 04:21:06 +02:00
parent 1fb9ab342b
commit 67f7de5986
4 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ them.
When quvi is installed, links in the feed are tested to see if they
are on a video hosting site, and the video is downloaded. This allows
importing e.g., youtube playlists.
importing e.g., YouTube playlists.
To make the import process add metadata to the imported files from the feed,
`git config annex.genmetadata true`

View file

@ -1059,7 +1059,7 @@ Here are all the supported configuration settings.
* `remote.<name>.annex-rsync-options`
Options to use when using rsync
to or from this remote. For example, to force ipv6, and limit
to or from this remote. For example, to force IPv6, and limit
the bandwidth to 100Kbyte/s, set it to `-6 --bwlimit 100`
* `remote.<name>.annex-rsync-upload-options`
@ -1110,7 +1110,7 @@ Here are all the supported configuration settings.
* `annex.web-options`
Options to pass when running wget or curl.
For example, to force ipv4 only, set it to "-4"
For example, to force IPv4 only, set it to "-4"
* `annex.quvi-options`

View file

@ -98,7 +98,7 @@ below to get the full story.
copies, on remotes in the specified group. For example,
`copies=archive:2`
Preferred content expressions have no equivilant to the `--in`
Preferred content expressions have no equivalent to the `--in`
option, but groups can accomplish similar things. You can add
repositories to groups, and match against the groups in a
preferred content expression. So rather than `--in=usbdrive`,

View file

@ -30,8 +30,8 @@ the public repositories that you can clone to try out git-annex.
* [ccc-media-annex](https://github.com/ntnn/ccc-media-annex)
`git clone https://github.com/ntnn/ccc-media-annex`
git-annex repository using [the CDN](http://media.ccc.de/) of the german [CCC](http://www.ccc.de/).
Contains a lot of talks (mostly in german) held on events from the CCC as well as other stuff.
git-annex repository using [the CDN](http://media.ccc.de/) of the German [CCC](http://www.ccc.de/).
Contains a lot of talks (mostly in German) held on events from the CCC as well as other stuff.
This is a wiki -- add your own public repository to the list!
See [[tips/centralized_git_repository_tutorial]].