From ae0320183af44a9a1f2921ac0743afb90976c6ee Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 2 Jan 2021 16:58:13 +0100 Subject: 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" :^) --- Applications/Help/ManualModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 static ManualSectionNode s_sections[] = { - { "1", "Command-line programs" }, + { "1", "User programs" }, { "2", "System calls" }, { "3", "Libraries" }, { "4", "Special files" }, -- cgit v1.2.3