summaryrefslogtreecommitdiff
path: root/guides
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2025-08-25 08:27:13 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2025-08-25 08:27:13 +0200
commita41710536d81a7d55ebb4857b6ad6e968f81782b (patch)
tree02c8ec29473232f935d11c1692d625d3ee41fa3a /guides
parent088e488963003872e2bffc30409ba7442f6c3552 (diff)
downloadmemory-leaks-a41710536d81a7d55ebb4857b6ad6e968f81782b.tar.xz
Copyedit
Fix typo; explain where that quote comes from (openSUSE ~/.profile).
Diffstat (limited to 'guides')
-rw-r--r--guides/sysadmin/apps.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/sysadmin/apps.org b/guides/sysadmin/apps.org
index 0ff0184..ea0a29e 100644
--- 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: