summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile2
-rw-r--r--bin/README6
-rw-r--r--bin/bin.714
3 files changed, 7 insertions, 15 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 1508a43b..fc72f5b9 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -139,7 +139,7 @@ $(HTMLS): ttpre hi html.sh
 
 index.html: Makefile bin.7
 	sh html.sh Makefile bin.7 \
-		| sed -E -e 's#([a-z0-9-]+)[(]1[)]#<a href="\1.html">&</a>#' \
+		| sed -E 's#([a-z0-9-]+)[(][13][)]#<a href="\1.html">&</a>#' \
 		> index.html
 
 clean:
diff --git a/bin/README b/bin/README
index dc5e9b0d..13ab2a1a 100644
--- a/bin/README
+++ b/bin/README
@@ -36,10 +36,8 @@ DESCRIPTION
      when(1)     date calculator
      xx(1)       hexdump
 
-     To build graphical tools, set one of:
+     One piece of reused code.
 
-           GFX=cocoa
-           GFX=fb
-           GFX=x11
+     png(3)  basic PNG output
 
 Causal Agency                    July 24, 2019                   Causal Agency
diff --git a/bin/bin.7 b/bin/bin.7
index 1503e87f..8dba32b7 100644
--- a/bin/bin.7
+++ b/bin/bin.7
@@ -102,15 +102,9 @@ hexdump
 .El
 .
 .Pp
-To build graphical tools,
-set one of:
-.
+One piece of reused code.
 .Pp
-.Bl -item -offset indent -compact
-.It
-.Va GFX Ns = Ns Cm cocoa
-.It
-.Va GFX Ns = Ns Cm fb
-.It
-.Va GFX Ns = Ns Cm x11
+.Bl -tag -width "png(3)" -compact
+.It Xr png 3
+basic PNG output
 .El
mmit/VERSION?h=3.8.1&id=6eea05826732175786f85ffe20529fe2ce7994cb&follow=1'>Import LibreSSL 3.3.4June McEnroe 2021-05-25Bump version to 3.3.3p1 3.3.3p1June McEnroe 2021-05-25build: Add scripts to EXTRA_DISTJune McEnroe 2021-05-25import: Add missing scripts/wrap-compiler-for-flag-checkJune McEnroe 2021-05-08Import LibreSSL 3.3.3June McEnroe 2021-04-18build: Remove added x509_verify.3 links 3.3.2June McEnroe 2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe 2021-04-18Import LibreSSL 3.3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck. 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe