From def7d513cdd2d4579acf6e8c675a3d6f7da4f655 Mon Sep 17 00:00:00 2001 From: David Steele Date: Wed, 8 Sep 2021 17:35:45 -0400 Subject: [PATCH] Eliminate linefeed formatting from documentation. Linefeeds were originally used in the place of

tags to denote a paragraph. While much of the linefeed usage has been replaced over time, there were many places where it was still being used, especially in reference.xml. This made it difficult to get consistent formatting across different output types. In particular there were formatting issues in the command-line help because it is harder to audit than HTML or PDF. Replace linefeed formatting with proper

tags to make formatting more consistent. Remove double spaces in all text where

tags were added since it does not add churn. Update all