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" :^)
This commit is contained in:
Andreas Kling 2021-01-02 16:58:13 +01:00
commit ae0320183a
Notes: sideshowbarker 2024-07-19 00:12:03 +09:00

View file

@ -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" },