summary refs log tree commit diff
path: root/bin/pbd.1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pbd.1')
-rw-r--r--bin/pbd.118
1 files changed, 13 insertions, 5 deletions
diff --git a/bin/pbd.1 b/bin/pbd.1
index 0c6bad1f..bb4380b0 100644
--- a/bin/pbd.1
+++ b/bin/pbd.1
@@ -1,18 +1,21 @@
 .Dd September 7, 2018
 .Dt PBD 1
 .Os "Causal Agency"
+.
 .Sh NAME
 .Nm pbd ,
 .Nm pbcopy ,
 .Nm pbpaste ,
 .Nm open
 .Nd macOS pasteboard daemon
+.
 .Sh SYNOPSIS
 .Nm
 .Nm pbcopy
 .Nm pbpaste
 .Nm open
 .Ar
+.
 .Sh DESCRIPTION
 .Nm
 is a daemon which pipes into macOS
@@ -23,6 +26,7 @@ and invokes
 .Xr open 1
 in response to messages
 sent over TCP port 7062.
+.
 .Pp
 The socket can be forwarded through
 .Xr ssh 1
@@ -34,15 +38,19 @@ and
 can be used remotely
 to access the local pasteboard
 and open URLs.
+.
 .Pp
 Forwarding can be configured with:
+.Pp
+.Dl RemoteForward 7062 127.0.0.1:7062
+.
+.Sh EXAMPLES
 .Bd -literal -offset indent
-RemoteForward 7062 127.0.0.1:7062
+pbd &
+ssh -R 7062:127.0.0.1:7062 tux.local
+pbpaste
 .Ed
-.Sh EXAMPLES
-.Dl pbd &
-.Dl ssh -R 7062:127.0.0.1:7062 tux.local
-.Dl pbpaste
+.
 .Sh SEE ALSO
 .Xr open 1 ,
 .Xr pbcopy 1 ,