diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-29 20:37:42 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-29 20:37:42 -0400 |
| commit | 493557444fb6adfdc6ad97670db76b0b80d5a4f3 (patch) | |
| tree | 3620029c1e76ed7de6ea81cc51ead3dbcd04c396 /static/plan9-4e | |
| parent | e16ca438e56d753d240976153595cb487a635817 (diff) | |
feat: Files with Section Names
Diffstat (limited to 'static/plan9-4e')
| -rw-r--r-- | static/plan9-4e/sections.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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. |
