From 1c7b9c40efa0256d883d431246849a147b91ee82 Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Fri, 14 Feb 2020 17:43:44 -0800 Subject: [PATCH] doc/flux-proxy(1): update URI format Problem: the URI examples given in the man page are no longer valid. Append /local. Fixes #2745 --- doc/man1/flux-proxy.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man1/flux-proxy.adoc b/doc/man1/flux-proxy.adoc index a6c1c88f6797..8ae1fb0ec420 100644 --- a/doc/man1/flux-proxy.adoc +++ b/doc/man1/flux-proxy.adoc @@ -32,14 +32,14 @@ EXAMPLES -------- Connect to a job running on the localhost which has a FLUX_URI -of local:///tmp/flux-123456-abcdef/0 and spawn an interactive +of local:///tmp/flux-123456-abcdef/0/local and spawn an interactive shell: - $ flux proxy local:///tmp/flux-123456-abcdef/0 + $ flux proxy local:///tmp/flux-123456-abcdef/0/local Connect to the same job remotely on host foo.com: - $ flux proxy ssh://foo.com/tmp/flux-123456-abcdef/0 + $ flux proxy ssh://foo.com/tmp/flux-123456-abcdef/0/local AUTHOR