From 38bfc8833b65badfd9415ad66feca9f485e086d5 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Thu, 15 Jan 2026 14:58:49 +0100 Subject: [PATCH 1/2] treewide: correct several misspellings of "varibale" Signed-off-by: Roland Hieber --- dockerfiles/staging/dut/Dockerfile | 2 +- labgrid/remote/client.py | 2 +- man/labgrid-client.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerfiles/staging/dut/Dockerfile b/dockerfiles/staging/dut/Dockerfile index 1db5cc007..2f89b83d1 100644 --- a/dockerfiles/staging/dut/Dockerfile +++ b/dockerfiles/staging/dut/Dockerfile @@ -14,7 +14,7 @@ RUN apt update -q=2 && \ COPY --chown=root:root ./authorized_keys /root/.ssh/authorized_keys -# As sshd scrubs ENV variables if they are set by the ENV varibale ensure to put the into /etc/profile as shown below +# As sshd scrubs ENV variables if they are set by the ENV variable ensure to put the into /etc/profile as shown below ENV NOTVISIBLE="in users profile" RUN echo "export VISIBLE=now" >> /etc/profile diff --git a/labgrid/remote/client.py b/labgrid/remote/client.py index 1b2ec343b..ac268f51a 100755 --- a/labgrid/remote/client.py +++ b/labgrid/remote/client.py @@ -1826,7 +1826,7 @@ def get_parser(auto_doc_mode=False) -> "argparse.ArgumentParser | AutoProgramArg "-s", "--state", type=str, - help="strategy state to switch into before command (default: value from env varibale LG_STATE)", + help="strategy state to switch into before command (default: value from env variable LG_STATE)", ) parser.add_argument( "-i", diff --git a/man/labgrid-client.1 b/man/labgrid-client.1 index fdc62be72..85750b542 100644 --- a/man/labgrid-client.1 +++ b/man/labgrid-client.1 @@ -63,7 +63,7 @@ place name/alias (default: value from env variable LG_PLACE) .INDENT 0.0 .TP .B \-s , \-\-state -strategy state to switch into before command (default: value from env varibale LG_STATE) +strategy state to switch into before command (default: value from env variable LG_STATE) .UNINDENT .INDENT 0.0 .TP From f45b02fa5f48bf3c4091b4e99ff3d1cfcb237285 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Tue, 27 Jan 2026 12:16:34 +0100 Subject: [PATCH 2/2] man/client: mention additional requirements for resources behing proxy The requirements are already documented, but the man page for labgrid-client does not mention it. Link to the respective doc. Signed-off-by: Roland Hieber --- doc/man/client.rst | 6 ++++++ man/labgrid-client.1 | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/doc/man/client.rst b/doc/man/client.rst index 309e36365..de8c5c45a 100644 --- a/doc/man/client.rst +++ b/doc/man/client.rst @@ -60,6 +60,12 @@ This variable can be used to specify a SSH proxy hostname which should be used to connect to the coordinator and any resources which are normally accessed directly. +Note: this proxy is only used to connect to the coordinator. +Additional steps may be required to connect to ressources. +See +(or the file ``doc/overview.rst`` in the labgrid source tree) +for more information. + LG_HOSTNAME ~~~~~~~~~~~ Override the hostname used when accessing a resource. Typically only useful for diff --git a/man/labgrid-client.1 b/man/labgrid-client.1 index 85750b542..b78c56621 100644 --- a/man/labgrid-client.1 +++ b/man/labgrid-client.1 @@ -1116,6 +1116,12 @@ This variable can be used to set the default coordinator in the format This variable can be used to specify a SSH proxy hostname which should be used to connect to the coordinator and any resources which are normally accessed directly. +.sp +Note: this proxy is only used to connect to the coordinator. +Additional steps may be required to connect to ressources. +See <\%> +(or the file \fBdoc/overview.rst\fP in the labgrid source tree) +for more information. .SS LG_HOSTNAME .sp Override the hostname used when accessing a resource. Typically only useful for