diff options
author | June McEnroe <june@causal.agency> | 2018-09-11 22:11:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-11 22:11:17 -0400 |
commit | 7aa520dc2d41409f3b559fad648d7283d15bde49 (patch) | |
tree | c843f7025db678bea44103207af5ef210f0992ed /gfx/man/gfx.7 | |
parent | Move bin man pages to bin/man (diff) | |
download | src-7aa520dc2d41409f3b559fad648d7283d15bde49.tar.gz src-7aa520dc2d41409f3b559fad648d7283d15bde49.zip |
Move gfx man pages to gfx/man
Diffstat (limited to 'gfx/man/gfx.7')
-rw-r--r-- | gfx/man/gfx.7 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gfx/man/gfx.7 b/gfx/man/gfx.7 new file mode 100644 index 00000000..6a7097f1 --- /dev/null +++ b/gfx/man/gfx.7 @@ -0,0 +1,30 @@ +.Dd September 11, 2018 +.Dt gfx 7 +.Os "Causal Agency" +. +.Sh NAME +.Nm gfx +.Nd graphical utilities +. +.Sh DESCRIPTION +Graphial tools targeting +Cocoa, +X11 +and Linux framebuffer. +. +.Pp +.Bl -tag -width "gfxx(1)" -compact +.It Xr brot 1 +Mandelbrot renderer +. +.It Xr gfxx 1 +graphics data explorer +.El +. +.Pp +To build, +run one of: +.Pp +.Dl make GFX=cocoa +.Dl make GFX=x11 +.Dl make GFX=fb |