1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 20:25:07 +00:00

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
parent fe6b3f99d1
commit ae0320183a

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