[Privoxy-commits] [privoxy] 03/13: Add missing <filename> ... </filename> markup for filenames.
User Git
git at git.privoxy.org
Sat Apr 10 19:08:05 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 5a8b4a2143b0e27a5f3436c9901b98d7ed3f104a
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Sat Apr 10 11:33:25 2021 -0400
Add missing <filename> ... </filename> 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.
</listitem>
<listitem>
<para>
- Update the code status (CODE_STATUS="xxx") in configure.in to one of
+ Update the code status (CODE_STATUS="xxx") in <filename>configure.in</filename> to one of
"alpha", "beta" or "stable".
</para>
</listitem>
@@ -2280,7 +2280,7 @@ $ ./configure # rebuild GNUmakefile
<para>
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:
+ <filename>default.action.master</filename> has been updated:
</para>
<programlisting>
{{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:
<ulink url="https://sourceforge.net/projects/nsis/files/NSIS%203/">
https://sourceforge.net/projects/nsis/files/NSIS%203/</ulink>
and extract the NSIS directory to <literal>privoxy/windows</literal>.
- Then edit the windows/GNUmakefile to set the location of the NSIS executable - eg:
+ Then edit the <filename>windows/GNUmakefile</filename> to set the location
+ of the NSIS executable - eg:
</para>
<screen>
# Path to NSIS
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list