From bbe82a625a29e2b891c8c724912c80b11f835be2 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 May 2023 18:03:21 +0200 Subject: Context added --- content/notes/drawing-pixels-in-plan9.md | 6 ++++-- 1 file 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: - [draw.h header file](https://github.com/0intro/plan9/blob/main/sys/include/draw.h) contains all the drawing functions -- [draw man page](https://9fans.github.io/plan9port/man/man3/graphics.html) - has a bit more digestable descriptions of the functions +- [draw man page](https://9fans.github.io/plan9port/man/man3/draw.html) + has a bit more digestable descriptions of the draw functions +- [graphics man page](https://9fans.github.io/plan9port/man/man3/graphics.html) + has a bit more digestable descriptions of the graphics functions - [all man pages](https://9fans.github.io/plan9port/man/man3/) can be a valuable resource for learning about the system -- cgit v1.2.3