layout
authorJoey Hess <joeyh@joeyh.name>
Fri, 1 Aug 2025 17:45:39 +0000 (13:45 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 1 Aug 2025 17:45:39 +0000 (13:45 -0400)
doc/special_remotes/p2p.mdwn

index 2a7fe93bce1f7a0639efb64f158dd611159e6d4e..37e606dd4df5b7469cb12402af7199081f7dd24f 100644 (file)
@@ -10,9 +10,9 @@ For other P2P networks, a fairly simple program is used to connect
 git-annex up with the network. Install one of these programs to use the P2P
 network of your choice:
 
-* [[git-annex-p2p-unix-sockets]] This is only a demo, using unix
-  sockets in `/tmp` rather than a real P2P network. Not for real world
-  use.
+* [[git-annex-p2p-unix-sockets]]  
+  This is only a demo, using unix sockets in `/tmp` rather than a real
+  P2P network. Not for real world use.
 
 To write your own program to use the P2P network of your choice,
 see [[design/generic_p2p_transport]]. Edit this page to add more programs!