summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/man1')
-rw-r--r--bin/man1/brot.163
-rw-r--r--bin/man1/gfxx.1138
2 files changed, 0 insertions, 201 deletions
diff --git a/bin/man1/brot.1 b/bin/man1/brot.1
deleted file mode 100644
index 7c1a4087..00000000
--- a/bin/man1/brot.1
+++ /dev/null
@@ -1,63 +0,0 @@
-.Dd September 8, 2018
-.Dt BROT 1
-.Os
-.
-.Sh NAME
-.Nm brot
-.Nd Mandelbrot renderer
-.
-.Sh SYNOPSIS
-.Nm
-.Op Fl i Ar depth
-.Op Fl s Ar samples
-.Op Fl t Ar a+bi
-.Op Fl f Ar a+bi
-.
-.Sh DESCRIPTION
-.Nm
-renders the Mandelbrot set
-in grayscale.
-.
-.Pp
-The arguments are as follows:
-.Bl -tag -width Ds
-.It Fl f Ar a+bi
-Set complex transform factor.
-.
-.It Fl i Ar depth
-Set number of iterations.
-.
-.It Fl s Ar samples
-Set number of samples per pixel.
-.
-.It Fl t Ar a+bi
-Set complex translation term.
-.El
-.
-.Pp
-The interactive keys are as follows:
-.Bl -tag -width Ds
-.It Ic q
-Quit.
-.
-.It Ic ,.
-Adjust depth.
-.
-.It Ic []
-Adjust samples.
-.
-.It Ic hl
-Adjust real component of translation.
-.
-.It Ic kj
-Adjust imaginary componenent of translation.
-.
-.It Ic ui
-Adjust rotation.
-.
-.It Ic -+
-Adjust scale.
-.
-.It Ic 0
-Reset translation and transform.
-.El
diff --git a/bin/man1/gfxx.1 b/bin/man1/gfxx.1
deleted file mode 100644
index d3d1edbd..00000000
--- a/bin/man1/gfxx.1
+++ /dev/null
@@ -1,138 +0,0 @@
-.Dd September 8, 2018
-.Dt GFXX 1
-.Os
-.
-.Sh NAME
-.Nm gfxx
-.Nd graphics data explorer
-.
-.Sh SYNOPSIS
-.Nm
-.Op Fl fm
-.Op Fl c Ar space
-.Op Fl p Ar file
-.Op Fl e Ar lb
-.Op Fl E Ar lb
-.Op Fl b Ar bits
-.Op Fl n Ar offset
-.Op Fl w Ar width
-.Op Fl z Ar scale
-.Op Fl o Ar prefix
-.
-.Sh DESCRIPTION
-.Nm
-is an interactive graphics data explorer
-capable of dumping PNGs.
-.
-.Pp
-The arguments are as follows:
-.Bl -tag -width Ds
-.It Fl E Ar lb
-Set bit order to little or big endian.
-.
-.It Fl b Ar bits
-Set number of bits of padding,
-red,
-green
-and blue
-components.
-Four digits are required.
-.
-.It Fl c Ar space
-Set color space to one of
-.Cm indexed ,
-.Cm grayscale ,
-.Cm rgb .
-.
-.It Fl e Ar lb
-Set byte order to little or big endian.
-.
-.It Fl f
-Flip display vertically.
-.
-.It Fl m
-Mirror display horizontally.
-.
-.It Fl n Ar offset
-Set byte offset into data.
-.
-.It Fl o Ar prefix
-Set PNG output filename prefix.
-.
-.It Fl p Ar file
-Load indexed color palette from
-.Ar file .
-.
-.It Fl w Ar width
-Set display column width.
-.
-.It Fl z Ar scale
-Set display scale.
-.El
-.
-.Pp
-The interactive keys are as follows:
-.Bl -tag -width Ds
-.It Ic q
-Quit.
-.
-.It Ic x
-Export one frame as PNG.
-.
-.It Ic X
-Export each frame as PNG.
-.
-.It Ic o
-Print interactive options.
-.
-.It Ic []
-Select color space.
-.
-.It Ic p
-Sample indexed palette from top-left corner.
-.
-.It Ic P
-Export indexed palette as RGB data.
-.
-.It Ic {}
-Select bits preset.
-.
-.It Ic e
-Toggle byte order.
-.
-.It Ic E
-Toggle bit order.
-.
-.It Ic hl
-Adjust offset by byte.
-.
-.It Ic jk
-Adjust offset by pixel.
-.
-.It Ic HL
-Adjust offset by pixel row.
-.
-.It Ic JK
-Adjust offset by pixel row square.
-.
-.It Ic ,.
-Adjust display column width.
-.
-.It Ic <>
-Adjust display column width by half or double.
-.
-.It Ic f
-Toggle vertically flipped display.
-.
-.It Ic m
-Toggle horizontally mirrored display.
-.
-.It Ic -+
-Adjust display scale.
-.
-.It Ic 0-9
-Set bits.
-.El
-.
-.Sh SEE ALSO
-.Xr pngo 1
1b11b64b815db62f93a04242e4aed5687a448748 To avoid compiler warnings from gcc 8.1.x we get the hard way. Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-patch: ban sprintf()Christian Hesse Git upstream bans sprintf() with commit: banned.h: mark sprintf() as banned cc8fdaee1eeaf05d8dd55ff11f111b815f673c58 Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-log: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-log: ban strcpy()Christian Hesse Git upstream bans strcpy() with commit: automatically ban strcpy() c8af66ab8ad7cd78557f0f9f5ef6a52fd46ee6dd Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban sprintf()Christian Hesse Git upstream bans sprintf() with commit: banned.h: mark sprintf() as banned cc8fdaee1eeaf05d8dd55ff11f111b815f673c58 Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-08-28filters: generate anchor links from markdownChristian Hesse This makes the markdown filter generate anchor links for headings. Signed-off-by: Christian Hesse <mail@eworm.de> Tested-by: jean-christophe manciot <actionmystique@gmail.com> 2018-08-03Bump version.Jason A. Donenfeld Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2018-08-03clone: fix directory traversalJason A. Donenfeld This was introduced in the initial version of this code, way back when in 2008. $ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd root:x:0:0:root:/root:/bin/sh ... Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Jann Horn <jannh@google.com> 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev