From 01de151ce8787fd657cac5728889d6329b101fe6 Mon Sep 17 00:00:00 2001 From: jacob Date: Sun, 28 Jan 2007 18:42:50 +0000 Subject: [PATCH] Use consistent capitalisation for HTML tags. git-svn-id: svn://svn.tartarus.org/sgt/halibut@7178 cda61777-01e9-0310-a592-d414129be87e --- doc/input.but | 2 +- doc/output.but | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/input.but b/doc/input.but index 38a7a65..eb5299a 100644 --- a/doc/input.but +++ b/doc/input.but @@ -976,7 +976,7 @@ The three special paragraph types are: \dd This defines the overall title of the entire document. This title is treated specially in some output formats (for example, it's -used in a \cw{} tag in the HTML output), so it needs a +used in a \cw{<TITLE>} tag in the HTML output), so it needs a special paragraph type to point it out. \dt \i\cw{\\copyright} diff --git a/doc/output.but b/doc/output.but index 67827fc..08d1c6a 100644 --- a/doc/output.but +++ b/doc/output.but @@ -739,8 +739,8 @@ available variants are: \dd This directive lets you specify a \i{template}, with exactly the same syntax used in \cw{\\cfg\{html-template-filename\}} (see -\k{output-html-file}), to be used for the anchor names (\i\cw{<a -name="...">}) used to allow URLs to refer to specific sections +\k{output-html-file}), to be used for the anchor names (\i\cw{<A +NAME="...">}) used to allow URLs to refer to specific sections within a particular HTML file. So if you set this to \cq{%k}, for example, then each individual section in your document will be addressable by means of a URL ending in a \c{#} followed by your @@ -914,7 +914,7 @@ has its own navigation facilities and it looks a bit strange to duplicate them. \b \cw{\\cfg\{html-suppress-address\}\{true\}}, because the -\cw{<address>} section makes less sense in a help file than it does +\cw{<ADDRESS>} section makes less sense in a help file than it does on a web page. \S{output-html-defaults} Default settings -- 2.11.0