diff options
author | Benji Dial <Benji3.141@gmail.com> | 2020-11-08 11:11:49 -0500 |
---|---|---|
committer | Benji Dial <Benji3.141@gmail.com> | 2020-11-08 11:11:49 -0500 |
commit | 21491514b3642a321ce65f2a07428f63c4d9feb5 (patch) | |
tree | cf2384926e9d8e4cb0dcf2c9babd37fc7809c5da /src/man/index.pre | |
parent | 594aeeb09bc24de7064eb1bddf6e86c1a134838e (diff) | |
download | portland-os-21491514b3642a321ce65f2a07428f63c4d9feb5.tar.gz |
manual viewer, "swap colors" system call
Diffstat (limited to 'src/man/index.pre')
-rw-r--r-- | src/man/index.pre | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/man/index.pre b/src/man/index.pre new file mode 100644 index 0000000..49f3d13 --- /dev/null +++ b/src/man/index.pre @@ -0,0 +1,13 @@ +\title{Portland Manual Index} + +Use the \color{07}up\color{0f} and \color{07}down\color{0f} arrows to scroll the manual one line at a time, or the \color{07}page up\color{0f} and \color{07}page down\color{0f} buttons to scroll a whole page at a time. Use the \color{07}left\color{0f} and \color{07}right\color{0f} arrows to focus the previous or next link, and the \color{07}space\color{0f} or \color{07}enter\color{0f} keys to follow those links. Use \color{07}escape\color{0f} to go back to the previous page, and \color{07}q\color{0f} to quit. + +\color{0e}Programs\color{0f} +\link{fileman (file manager):bin/fileman} +\link{Highway (command shell):bin/highway} + +\color{0e}Development\color{0f} +\link{System calls:dev/syscalls} +\link{Keycodes:dev/keycodes} +\link{Manual file format:dev/manfile} +\link{Kernel memory map:dev/kmemmap}
\ No newline at end of file |