From 493557444fb6adfdc6ad97670db76b0b80d5a4f3 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Wed, 29 Apr 2026 20:37:42 -0400 Subject: feat: Files with Section Names --- static/freebsd/sections.txt | 9 +++++++++ static/inferno/sections.txt | 10 ++++++++++ static/netbsd/sections.txt | 11 +++++++++++ static/openbsd/sections.txt | 10 ++++++++++ static/plan9-4e/sections.txt | 8 ++++++++ static/unix-v10/sections.txt | 9 +++++++++ 6 files changed, 57 insertions(+) create mode 100644 static/freebsd/sections.txt create mode 100644 static/inferno/sections.txt create mode 100644 static/netbsd/sections.txt create mode 100644 static/openbsd/sections.txt create mode 100644 static/plan9-4e/sections.txt create mode 100644 static/unix-v10/sections.txt diff --git a/static/freebsd/sections.txt b/static/freebsd/sections.txt new file mode 100644 index 00000000..e70d127b --- /dev/null +++ b/static/freebsd/sections.txt @@ -0,0 +1,9 @@ +1 General Commands +2 System Calls +3 Subroutines +4 Special Files +5 File Formats +6 Games +7 Macros and Conventions +8 Maintenances Commands +9 Kernel Interface diff --git a/static/inferno/sections.txt b/static/inferno/sections.txt new file mode 100644 index 00000000..823dc6e0 --- /dev/null +++ b/static/inferno/sections.txt @@ -0,0 +1,10 @@ +1 the commonly-used commands. +2 Limbo modules, including Inferno's system calls. +3 kernel devices (accessed by `bind'). +4 file services (accessed by `mount'). +5 the Styx file service protocol. +6 file formats and system conventions. +7 databases and database access modules. +8 administrative modules and system services. +9 the reference for Inferno's Tk variant, Limbo/Tk. +10 the build environment and device driver implementation. diff --git a/static/netbsd/sections.txt b/static/netbsd/sections.txt new file mode 100644 index 00000000..3a24b09c --- /dev/null +++ b/static/netbsd/sections.txt @@ -0,0 +1,11 @@ +1 GENERAL COMMANDS +2 SYSTEM CALLS AND ERROR NUMBERS +3 SYSTEM LIBRARIES +3lua LUA MODULES +4 DEVICES AND DEVICE DRIVERS +5 FILE FORMATS +6 GAMES +7 MISCELLANEOUS INFORMATION PAGES +8 SYSTEM MAINTENANCE PROCEDURES AND COMMANDS +9 KERNEL INTERNALS +9lua LUA KERNEL BINDINGS diff --git a/static/openbsd/sections.txt b/static/openbsd/sections.txt new file mode 100644 index 00000000..a57e8ef0 --- /dev/null +++ b/static/openbsd/sections.txt @@ -0,0 +1,10 @@ +1 General Commands +2 System Calls +3 Library Functions +3p Perl Library +4 Device Drivers +5 File Formats +6 Games +7 Miscellaneous Information +8 System Manager's Manual +9 Kernel Developer's Manual diff --git a/static/plan9-4e/sections.txt b/static/plan9-4e/sections.txt new file mode 100644 index 00000000..f628a0f7 --- /dev/null +++ b/static/plan9-4e/sections.txt @@ -0,0 +1,8 @@ +1 general publicly accessible commands. +2 library functions, including system calls. +3 kernel devices (accessed via bind(1)). +4 file services (accessed via mount). +5 the Plan 9 file protocol. +6 file formats. +7 databases and database access programs. +8 things related to administering Plan 9. diff --git a/static/unix-v10/sections.txt b/static/unix-v10/sections.txt new file mode 100644 index 00000000..58d6cc42 --- /dev/null +++ b/static/unix-v10/sections.txt @@ -0,0 +1,9 @@ +1 Commands +2 System Calls +3 Subroutines +4 Devices, line disciplines, and file systems +5 File formats and conventions +6 Language Conventions +7 Information sources +8 Maintenance commands and precedures +9 Teletype 5620-related software -- cgit v1.2.3