summary refs log tree commit diff
path: root/bin/pbd.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-07 20:51:53 -0400
committerJune McEnroe <june@causal.agency>2018-09-07 20:51:53 -0400
commit4780a294afc60fd7b953d9e13b3550999d754c19 (patch)
tree8f8fc7190aaf25a279c504def686841425a47bbb /bin/pbd.1
parentAdd pbd.1 (diff)
downloadsrc-4780a294afc60fd7b953d9e13b3550999d754c19.tar.gz
src-4780a294afc60fd7b953d9e13b3550999d754c19.zip
Use .Dl for examples
Diffstat (limited to 'bin/pbd.1')
-rw-r--r--bin/pbd.110
1 files changed, 4 insertions, 6 deletions
diff --git a/bin/pbd.1 b/bin/pbd.1
index 4de31faf..6ebde4c0 100644
--- a/bin/pbd.1
+++ b/bin/pbd.1
@@ -35,15 +35,13 @@ to access the local pasteboard
 and open URLs.
 .Pp
 Forwarding can be configured with:
-.Bd -literal
+.Bd -literal -offset indent
 RemoteForward 7062 127.0.0.1:7062
 .Ed
 .Sh EXAMPLES
-.Bd -literal
-pbd &
-ssh -R 7062:127.0.0.1:7062 tux.local
-pbpaste
-.Ed
+.Dl pbd &
+.Dl ssh -R 7062:127.0.0.1:7062 tux.local
+.Dl pbpaste
 .Sh SEE ALSO
 .Xr open 1 ,
 .Xr pbcopy 1 ,