From 736c1779a20c0dee6f3913dd60fb96ccae1fb7cd Mon Sep 17 00:00:00 2001 From: "Mark A. Grondona" Date: Sun, 8 Sep 2024 13:41:44 -0700 Subject: [PATCH] doc: fix typo in flux-environment(7) Problem: There's a typo in the flux-environment(7) manual page. FLUX_IPADDR_HOSTNAME is specified where FLUX_IPADDR_INTERFACE should have been used. Update the entry to specify the correct environment variable. --- doc/man7/flux-environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man7/flux-environment.rst b/doc/man7/flux-environment.rst index e105e74f3179..5f1ab683e411 100644 --- a/doc/man7/flux-environment.rst +++ b/doc/man7/flux-environment.rst @@ -229,7 +229,7 @@ affect the broker's PMI client. version 4 addresses. Setting this variable to any value in the broker's environment causes it to prefer version 6 addresses. -.. envvar:: FLUX_IPADDR_HOSTNAME +.. envvar:: FLUX_IPADDR_INTERFACE Force PMI bootstrap to assign the broker an address associated with a particular network interface, like ``eth0``.