Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/tmac * Sync .St with the main mdoc



details:   https://anonhg.NetBSD.org/src/rev/9b5fbcca4852
branches:  trunk
changeset: 473406:9b5fbcca4852
user:      ross <ross%NetBSD.org@localhost>
date:      Tue Jun 01 18:25:15 1999 +0000

description:
* Sync .St with the main mdoc
* Fix (some of) the bugs with .Fn

diffstat:

 share/tmac/doc2html |  41 ++++++++++++++++++++++++++++++++++-------
 1 files changed, 34 insertions(+), 7 deletions(-)

diffs (94 lines):

diff -r 55410b3a8fd6 -r 9b5fbcca4852 share/tmac/doc2html
--- a/share/tmac/doc2html       Tue Jun 01 18:24:10 1999 +0000
+++ b/share/tmac/doc2html       Tue Jun 01 18:25:15 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc2html,v 1.10 1999/04/30 23:47:25 ross Exp $
+.\" $NetBSD: doc2html,v 1.11 1999/06/01 18:25:15 ross Exp $
 .\"
 .\" Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -161,7 +161,6 @@
 .ds _ &nbsp;
 .ds q &quot;
 .ds body-params bgcolor="#FFFFFF" text="#000000"
-.ds Px \\*(tNPOSIX
 .ds document-title
 .ds title-section
 .ds dot-de .de
@@ -175,6 +174,9 @@
 .ds doc-anchor
 .ds Nm-save
 .ds T " x
+.ds tN <font\ size="-1">
+.ds aa </font>
+.ds Px \\*(tNPOSIX\\*(aa
 .chop T
 .nr doc-dosep 0
 .nr r-lvl 0
@@ -676,7 +678,7 @@
 .make-mode i <i> </i>
 .make-mode caps <font\ size="-1"> <font\ size="+0">
 .make-mode null \& \&
-.make-mode function (<code> </code>)
+.make-mode function <code> </code>
 .am mode-i-on
 .      ds sepstring \~
 ..
@@ -907,7 +909,7 @@
 .      mode-function-on
 .      ds sepstring , \" (need the space)
 .      recurse \\$@
-.      as doc-pcresult \\*[close-mode]
+.      as doc-pcresult \\*[close-mode])
 .      pc-fin
 ..
 .de Fo
@@ -1101,20 +1103,45 @@
 .                      ds std-tmp1 \&ISO 8802-3: 1989
 .             \}
 .             if "\\$1"-xpg3" \{\
-.                      ds std-tmp1 \&X/Open Portability Guide Issue 3
+.                      ds std-tmp1 X/Open Portability Guide Issue 3
 .                      as std-tmp1 " \"exactly one space
 .                      as std-tmp1 (``XPG3'')
 .             \}
 .             if "\\$1"-xpg4" \{\
-.                      ds std-tmp1 \&X/Open Portability Guide Issue 4
+.                      ds std-tmp1 X/Open Portability Guide Issue 4
 .                      as std-tmp1 " \"exactly one space
 .                      as std-tmp1 (``XPG4'')
 .             \}
 .             if "\\$1"-xpg4.2" \{\
-.                      ds std-tmp1 \&X/Open Portability Guide Issue 4.2
+.                      ds std-tmp1 X/Open Portability Guide Issue 4.2
 .                      as std-tmp1 " \"exactly one space
 .                      as std-tmp1 (``XPG4.2'')
 .             \}
+.             if "\\$1"-xbd5" \{\
+.                      ds std-tmp1 X/Open System Interface Definitions Issue 5
+.                      as std-tmp1 " \"exactly one space
+.                      as std-tmp1 (``\\*(tNXBD5\\*(aa'')
+.             \}
+.             if "\\$1"-xcu5" \{\
+.                      ds std-tmp1 X/Open Commands and Utilities Issue 5
+.                      as std-tmp1 " \"exactly one space
+.                      as std-tmp1 (``\\*(tNXCU5\\*(aa'')
+.             \}
+.             if "\\$1"-xsh5" \{\
+.                      ds std-tmp1 X/Open System Interfaces and Headers Issue 5
+.                      as std-tmp1 " \"exactly one space
+.                      as std-tmp1 (``\\*(tNXSH5\\*(aa'')
+.             \}
+.             if "\\$1"-xns5" \{\
+.                      ds std-tmp1 X/Open Networking Services Issue 5
+.                      as std-tmp1 " \"exactly one space
+.                      as std-tmp1 (``\\*(tNXNS5\\*(aa'')
+.             \}
+.             if "\\$1"-xcurses4.2" \{\
+.                      ds std-tmp1 X/Open Curses Issue 4 Version 2
+.                      as std-tmp1 " \"exactly one space
+.                      as std-tmp1 (``\\*(tNXCURSES4.2\\*(aa'')
+.             \}
 .             if "\\$1"-svid4" \{\
 .                      ds std-tmp1 \&System V Interface Definition,
 .                      as std-tmp1 " \"exactly one space



Home | Main Index | Thread Index | Old Index