summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-01-02 16:58:13 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-02 16:58:13 +0100
commitae0320183af44a9a1f2921ac0743afb90976c6ee (patch)
treea2f9312c8a409e6edb926693baf1dd4f381105a9
parentfe6b3f99d1f544715098182ce5bed71d67f266cf (diff)
downloadserenity-ae0320183af44a9a1f2921ac0743afb90976c6ee.zip
Help: Rename manual section 1 to "User programs"
Since we're putting man pages for GUI apps into this category as well, let's call it something other than "Command-line programs" :^)
-rw-r--r--Applications/Help/ManualModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/Help/ManualModel.cpp b/Applications/Help/ManualModel.cpp
index 4384e596f6..ee3fae6b17 100644
--- a/Applications/Help/ManualModel.cpp
+++ b/Applications/Help/ManualModel.cpp
@@ -33,7 +33,7 @@
#include <LibGUI/FilteringProxyModel.h>
static ManualSectionNode s_sections[] = {
- { "1", "Command-line programs" },
+ { "1", "User programs" },
{ "2", "System calls" },
{ "3", "Libraries" },
{ "4", "Special files" },