From 8bdefedd061ae6ea4968b6661a65b9a52034dfce Mon Sep 17 00:00:00 2001 From: Derek G Foster Date: Fri, 3 Nov 2023 18:11:14 -0700 Subject: [PATCH] Foolish consistency - "A foolish consistency is the hobgoblin of little minds." -- Ralph Waldo Emerson Signed-off-by: Derek G Foster --- docs/scripts/p4cpconfig.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/scripts/p4cpconfig.rst b/docs/scripts/p4cpconfig.rst index e205fc3f..5bccfd0a 100644 --- a/docs/scripts/p4cpconfig.rst +++ b/docs/scripts/p4cpconfig.rst @@ -162,8 +162,8 @@ Options Examples ======== -Default configuration ---------------------- +Default configuration file +-------------------------- By default, ``make-all.sh`` creates a separate install tree for OVS, the P4 Control Plane ``install`` tree is under the main directory, @@ -246,8 +246,8 @@ This produces the following cmake file: set(SET_RPATH True CACHE BOOL "config: whether to set RPATH in binary artifacts") set(TDI_TARGET "ES2K" CACHE STRING "config: TDI target to build") -Derivative configuration ------------------------- +Derivative configuration file +----------------------------- In the above examples, we could have created the the CMake file directly, instead of generating a JSON file first.