diff options
Diffstat (limited to 'content/notes')
| -rw-r--r-- | content/notes/drawing-pixels-in-plan9.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/content/notes/drawing-pixels-in-plan9.md b/content/notes/drawing-pixels-in-plan9.md index 1df63ae..9e46f7d 100644 --- a/content/notes/drawing-pixels-in-plan9.md +++ b/content/notes/drawing-pixels-in-plan9.md | |||
| @@ -14,8 +14,10 @@ More information: | |||
| 14 | 14 | ||
| 15 | - [draw.h header file](https://github.com/0intro/plan9/blob/main/sys/include/draw.h) | 15 | - [draw.h header file](https://github.com/0intro/plan9/blob/main/sys/include/draw.h) |
| 16 | contains all the drawing functions | 16 | contains all the drawing functions |
| 17 | - [draw man page](https://9fans.github.io/plan9port/man/man3/graphics.html) | 17 | - [draw man page](https://9fans.github.io/plan9port/man/man3/draw.html) |
| 18 | has a bit more digestable descriptions of the functions | 18 | has a bit more digestable descriptions of the draw functions |
| 19 | - [graphics man page](https://9fans.github.io/plan9port/man/man3/graphics.html) | ||
| 20 | has a bit more digestable descriptions of the graphics functions | ||
| 19 | - [all man pages](https://9fans.github.io/plan9port/man/man3/) | 21 | - [all man pages](https://9fans.github.io/plan9port/man/man3/) |
| 20 | can be a valuable resource for learning about the system | 22 | can be a valuable resource for learning about the system |
| 21 | 23 | ||
