]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/environment.d.xml
man: fix LD_LIBRARY_PATH example in environment.d (#5929)
authorRay Strode <halfline@gmail.com>
Thu, 11 May 2017 02:23:54 +0000 (22:23 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 11 May 2017 02:23:54 +0000 (22:23 -0400)
commitaf92daebc593eb4865e1a1e6fcd560cf36d278e9
treedd24e6b10bc4e98d0faac4f64e17d2a46604858a
parent61b2f1976cec698696f6a2fe9b2f2c89e72571de
man: fix LD_LIBRARY_PATH example in environment.d (#5929)

The example for LD_LIBRARY_PATH in the environment.d man page is wrong.

When setting LD_LIBRARY_PATH, the new directory usually needs to be at
the front so it overrides old directories.

In the example, the colon delimiter is correctly prepended to the front, but
the actual new path is erroneously appended to the end.

This commit moves it to the front where it belongs.
man/environment.d.xml