From 0ed430864ee70de7fbb34abab554e65e763310d8 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Wed, 8 Jul 2026 14:43:07 +0200 Subject: [PATCH] DOC: haterm: add a missing 'haterm' build target on an example An example build command line was missing "haterm", resulting in building haproxy instead of haterm. May be backported to 3.4 though not important. --- doc/haterm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/haterm.txt b/doc/haterm.txt index d183ae6b7..3609731cb 100644 --- a/doc/haterm.txt +++ b/doc/haterm.txt @@ -33,7 +33,7 @@ target to provide on the "make" command line as follows: HATerm supports HTTPS/SSL/TCP: - $ make TARGET=linux-glibc USE_OPENSSL=1 + $ make TARGET=linux-glibc USE_OPENSSL=1 haterm It also supports QUIC: -- 2.47.3