summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/menu4
-rw-r--r--doc/git-annex.mdwn4
-rw-r--r--doc/install/Windows.mdwn2
3 files changed, 5 insertions, 5 deletions
diff --git a/debian/menu b/debian/menu
index 59ae5041e..20790a94c 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,2 +1,2 @@
-?package(git-annex):needs="X11" section="Applications/Network" \
- title="git-annex assistant" command="git annex webapp"
+?package(git-annex):needs="X11" section="Applications/Network/File Transfer" \
+ title="git-annex assistant" command="git-annex webapp"
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 8cab00ac8..9554f15aa 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -726,8 +726,8 @@ file contents are present at either of two repositories.
copies, on remotes with the specified trust level. For example,
"--copies=trusted:2"
- To match any trust level at or higher than a given level, use
- 'trustlevel+'. For example, "--copies=semitrusted+:2"
+ To match any trust level at or higher than a given level,
+ use 'trustlevel+'. For example, "--copies=semitrusted+:2"
* --copies=groupname:number
diff --git a/doc/install/Windows.mdwn b/doc/install/Windows.mdwn
index 249dccafa..dd8b71604 100644
--- a/doc/install/Windows.mdwn
+++ b/doc/install/Windows.mdwn
@@ -20,7 +20,7 @@ for [[using cabal|cabal]].
Once git-annex is built, the NullSoft installer can be built, as follows:
<pre>
- cabal install ncis
+ cabal install nsis
ghc --make Build/NullSoftInstaller.hs
Build/NullSoftInstaller.exe
</pre>