travis-ci: switch to Xcode 10.1 macOS image
[gitweb.git] / Documentation / git-remote-fd.txt
index 933c2adaf642522905bb8492da3fbf2f99b498f4..80afca866c0f819ca4b66a9c8a311859e875ffa8 100644 (file)
@@ -17,7 +17,7 @@ fetch, push or archive.
 
 If only <infd> is given, it is assumed to be a bidirectional socket connected
 to remote Git server (git-upload-pack, git-receive-pack or
-git-upload-achive). If both <infd> and <outfd> are given, they are assumed
+git-upload-archive). If both <infd> and <outfd> are given, they are assumed
 to be pipes connected to a remote Git server (<infd> being the inbound pipe
 and <outfd> being the outbound pipe.
 
@@ -50,9 +50,9 @@ EXAMPLES
 `git push fd::7,8/bar master`::
        Same as above.
 
-Documentation
---------------
-Documentation by Ilari Liusvaara and the Git list <git@vger.kernel.org>
+SEE ALSO
+--------
+linkgit:gitremote-helpers[1]
 
 GIT
 ---