From 26eda6aa957ccfb77da8f25f799324693ccc8c7d Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 11 Sep 2018 15:13:30 -0400 Subject: Add "blank" lines to man pages --- bin/pbd.1 | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'bin/pbd.1') 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 , -- cgit 1.4.1