From 5a8b4a2143b0e27a5f3436c9901b98d7ed3f104a Mon Sep 17 00:00:00 2001 From: Lee Date: Sat, 10 Apr 2021 11:33:25 -0400 Subject: [PATCH] Add missing ... markup for filenames. --- doc/source/developer-manual.sgml | 4 ++-- doc/source/user-manual.sgml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 3c33682a..2936a551 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -2257,7 +2257,7 @@ $ afl-fuzz -i input/ -o output/ -f bla.filter -m none privoxy --fuzz filter bla. - Update the code status (CODE_STATUS="xxx") in configure.in to one of + Update the code status (CODE_STATUS="xxx") in configure.in to one of "alpha", "beta" or "stable". @@ -2280,7 +2280,7 @@ $ ./configure # rebuild GNUmakefile If action file processing has changed and is not backward-compatible, make sure the "for-privoxy-version=x.y.z" minimum version number in - default.action.master has been updated: + default.action.master has been updated: {{settings}} diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 1325cb6a..1a001455 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -399,7 +399,8 @@ How to install the binary packages depends on your operating system: https://sourceforge.net/projects/nsis/files/NSIS%203/ and extract the NSIS directory to privoxy/windows. - Then edit the windows/GNUmakefile to set the location of the NSIS executable - eg: + Then edit the windows/GNUmakefile to set the location + of the NSIS executable - eg: # Path to NSIS -- 2.39.2