Hi following up the previous patch here a little typo fix, also to be
backported.

Thanks !
From 84457a1c7952c46f2e8d4c7e820d2615646e6aff Mon Sep 17 00:00:00 2001
From: David Carlier <dcarl...@deviceatlas.com>
Date: Fri, 19 Feb 2021 12:01:38 +0000
Subject: [PATCH] DOC/MINOR da : DeviceAtlas documentation typo fix.

---
 doc/DeviceAtlas-device-detection.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/DeviceAtlas-device-detection.txt b/doc/DeviceAtlas-device-detection.txt
index ccafaa0b1..bb4e3699b 100644
--- a/doc/DeviceAtlas-device-detection.txt
+++ b/doc/DeviceAtlas-device-detection.txt
@@ -5,7 +5,7 @@ In order to add DeviceAtlas Device Detection support, you would need to download
 the API source code from https://deviceatlas.com/deviceatlas-haproxy-module.
 The build supports the USE_PCRE and USE_PCRE2 options. Once extracted :
 
-    $ make TARGET=<target> USE_PCRE (or USE_PCRE2=1) USE_DEVICEATLAS=1 DEVICEATLAS_SRC=<path to the API root folder>
+    $ make TARGET=<target> USE_PCRE=1 (or USE_PCRE2=1) USE_DEVICEATLAS=1 DEVICEATLAS_SRC=<path to the API root folder>
 
 Optionally DEVICEATLAS_INC and DEVICEATLAS_LIB may be set to override the path
 to the include files and libraries respectively if they're not in the source
-- 
2.30.1

Reply via email to