aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--index.css2
-rw-r--r--index.sgml12
-rw-r--r--mandoc.118
3 files changed, 18 insertions, 14 deletions
diff --git a/index.css b/index.css
index 8d81dbea..d8d0b2d8 100644
--- a/index.css
+++ b/index.css
@@ -23,6 +23,8 @@ h2 { font-weight: bold;
span.nm { font-weight: bold; }
+span.file { font-style: italic; }
+
span.attn { color: #000000; font-weight: bold; }
span.flag { font-weight: bold; }
diff --git a/index.sgml b/index.sgml
index 1a9aca20..503ac2dc 100644
--- a/index.sgml
+++ b/index.sgml
@@ -335,9 +335,13 @@
</UL>
<P>
Also overhauled the <SPAN CLASS="flag">-Thtml</SPAN> and <SPAN
- CLASS="flag">-Txhtml</SPAN> output modes. It now displays similarly in arbitrary
- browsers, including lynx! Internally, <A HREF="mdoc.3.html">libmdoc</A> and <A
- HREF="man.3.html">libman</A> have been cleaned up and reduced in size and complexity.
+ CLASS="flag">-Txhtml</SPAN> output modes. They now display readable output in arbitrary
+ browsers, including text-based ones like <A CLASS="external"
+ HREF="http://lynx.isc.org">lynx</A>. <SPAN CLASS="attn">Available style-sheet classes
+ have been considerably changed!</SPAN> See the <SPAN
+ CLASS="file">example.style.css</SPAN> file for details. Lastly, <A
+ HREF="mdoc.3.html">libmdoc</A> and <A HREF="man.3.html">libman</A> have been cleaned up
+ and reduced in size and complexity.
</P>
</DIV>
<DIV CLASS="news">
@@ -477,7 +481,7 @@
<TR>
<TD>
<DIV CLASS="foot">
- Copyright &#169; 2008&#8211;2010 Kristaps Dzonsons, $Date: 2010/12/17 11:42:14 $
+ Copyright &#169; 2008&#8211;2010 Kristaps Dzonsons, $Date: 2010/12/20 13:57:49 $
</DIV>
</TD>
</TR>
diff --git a/mandoc.1 b/mandoc.1
index be174764..25b07f26 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.82 2010/12/17 11:18:57 kristaps Exp $
+.\" $Id: mandoc.1,v 1.83 2010/12/20 13:57:49 kristaps Exp $
.\"
.\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 17 2010 $
+.Dd $Mdocdate: December 20 2010 $
.Dt MANDOC 1
.Os
.Sh NAME
@@ -227,16 +227,14 @@ Output produced by
.Fl T Ns Cm html
conforms to HTML-4.01 strict.
.Pp
-Font styles and page structure are applied using CSS1.
-By default, no font style is applied to any text,
-although CSS1 is hard-coded to format
-the basic structure of output.
-.Pp
The
.Pa example.style.css
-file documents the range of styles applied to output and, if used, will
-cause rendered documents to appear as they do in
-.Fl T Ns Cm ascii .
+file documents style-sheet classes available for customising output.
+If a style-sheet is not specified with
+.Fl O Ns Ar style ,
+.Fl T Ns Cm html
+defaults to simple output readable in any graphical or text-based web
+browser.
.Pp
Special characters are rendered in decimal-encoded UTF-8.
.Pp