mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +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:
parent
fe6b3f99d1
commit
ae0320183a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
#include <LibGUI/FilteringProxyModel.h>
|
#include <LibGUI/FilteringProxyModel.h>
|
||||||
|
|
||||||
static ManualSectionNode s_sections[] = {
|
static ManualSectionNode s_sections[] = {
|
||||||
{ "1", "Command-line programs" },
|
{ "1", "User programs" },
|
||||||
{ "2", "System calls" },
|
{ "2", "System calls" },
|
||||||
{ "3", "Libraries" },
|
{ "3", "Libraries" },
|
||||||
{ "4", "Special files" },
|
{ "4", "Special files" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue