memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit a41710536d81a7d55ebb4857b6ad6e968f81782b
parent 088e488963003872e2bffc30409ba7442f6c3552
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon, 25 Aug 2025 08:27:13 +0200

Copyedit

Fix typo; explain where that quote comes from (openSUSE ~/.profile).

Diffstat:
Mguides/sysadmin/apps.org | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guides/sysadmin/apps.org b/guides/sysadmin/apps.org @@ -73,8 +73,8 @@ the user after that profile fragment was sourced. Solutions: 1. Unset =MANPATH= in =~/.profile=, after =/etc/profile= is read. - =~/.profile= is "read each time a login shell is strated. All - other interactive shells will only read .bashrc", so unclear + =~/.profile= says it is "read each time a login shell is started. + All other interactive shells will only read .bashrc", so unclear whether that will affect graphical sessions. 2. Extend =PATH= with apps /before/ those profile fragments are loaded. Unclear how to accomplish that: