From: Joey Hess Date: Fri, 1 Aug 2025 17:45:39 +0000 (-0400) Subject: layout X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~233 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8d786823877b3389257e87c20ec1923c54e34dc7;p=git-annex.git layout --- diff --git a/doc/special_remotes/p2p.mdwn b/doc/special_remotes/p2p.mdwn index 2a7fe93bce..37e606dd4d 100644 --- a/doc/special_remotes/p2p.mdwn +++ b/doc/special_remotes/p2p.mdwn @@ -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!