Index: modules/doctools/docidx.test ================================================================== --- modules/doctools/docidx.test +++ modules/doctools/docidx.test @@ -315,12 +315,10 @@ html nroff text wiki null } { set n 0 foreach src [TestFilesGlob tests/idx/idx/*] { - if {[file tail $src] == "CVS"} continue - # Get the expected result set dst [localPath [file join tests idx $format [file tail $src]]] set map {} ; lappend map @USR@ $tcl_platform(user) set rem {} ; lappend rem $tcl_platform(user) @USR@ if {$format eq "nroff"} { Index: modules/doctools/doctoc.test ================================================================== --- modules/doctools/doctoc.test +++ modules/doctools/doctoc.test @@ -319,12 +319,10 @@ html tmml nroff text wiki null } { set n 0 foreach src [TestFilesGlob tests/toc/toc/*] { - if {[file tail $src] == "CVS"} continue - # Get the expected result set dst [localPath [file join tests toc $format [file tail $src]]] set map {} ; lappend map @USR@ $tcl_platform(user) set rem {} ; lappend rem $tcl_platform(user) @USR@ if {$format eq "nroff"} { Index: modules/doctools/doctools.test ================================================================== --- modules/doctools/doctools.test +++ modules/doctools/doctools.test @@ -319,15 +319,13 @@ html tmml nroff latex text wiki desc list null } { set n 0 - foreach src [TestFilesGlob tests/man/*] { - if {[file tail $src] == "CVS"} continue - + foreach src [TestFilesGlob tests/fmt/man/*] { # Get the expected result - set dst [localPath [file join tests $format [file tail $src]]] + set dst [localPath [file join tests fmt $format [file tail $src]]] set map {} ; lappend map @USR@ $tcl_platform(user) set rem {} ; lappend rem $tcl_platform(user) @USR@ if {$format eq "nroff"} { lappend map ".so man.macros\n" [fileutil::cat [localPath mpformats/man.macros]] } @@ -361,15 +359,13 @@ # ------------------------------------------------------------------------- ## Test of special 'raw' mode available to the HTML backend. set n 0 -foreach src [TestFilesGlob tests/man/*] { - if {[file tail $src] == "CVS"} continue - +foreach src [TestFilesGlob tests/fmt/man/*] { # Get the expected result - set dst [localPath [file join tests html [file tail $src]]] + set dst [localPath [file join tests fmt html [file tail $src]]] set map {} ; lappend map @USR@ $tcl_platform(user) set rem {} ; lappend rem $tcl_platform(user) @USR@ if {[catch { set expected [string map $map [fileutil::cat $dst]] @@ -406,11 +402,11 @@ # ------------------------------------------------------------------------- ## Series of tests for the frontend, cover all possible syntax errors. set n 0 -foreach src [TestFilesGlob tests/syntax/e_*] { +foreach src [TestFilesGlob tests/fmt/syntax/e_*] { set dst [file join [file dirname $src] r_[string range [file tail ${src}] 2 end]] set expected [string trim [fileutil::cat $dst]] test doctools-syntax-error-10.$n "doctools frontend, syntax error, [file tail $src]" { new mydoctools DELETED modules/doctools/tests/desc/00 Index: modules/doctools/tests/desc/00 ================================================================== --- modules/doctools/tests/desc/00 +++ /dev/null DELETED modules/doctools/tests/desc/01 Index: modules/doctools/tests/desc/01 ================================================================== --- modules/doctools/tests/desc/01 +++ /dev/null DELETED modules/doctools/tests/desc/02 Index: modules/doctools/tests/desc/02 ================================================================== --- modules/doctools/tests/desc/02 +++ /dev/null @@ -1,2 +0,0 @@ -AAA ..THE_MODULE.. ..THE_TITLE.. -BBB ..THE_MODULE.. ..THE_TITLE.. DELETED modules/doctools/tests/desc/03 Index: modules/doctools/tests/desc/03 ================================================================== --- modules/doctools/tests/desc/03 +++ /dev/null DELETED modules/doctools/tests/desc/04 Index: modules/doctools/tests/desc/04 ================================================================== --- modules/doctools/tests/desc/04 +++ /dev/null DELETED modules/doctools/tests/desc/05 Index: modules/doctools/tests/desc/05 ================================================================== --- modules/doctools/tests/desc/05 +++ /dev/null DELETED modules/doctools/tests/desc/06 Index: modules/doctools/tests/desc/06 ================================================================== --- modules/doctools/tests/desc/06 +++ /dev/null DELETED modules/doctools/tests/desc/07 Index: modules/doctools/tests/desc/07 ================================================================== --- modules/doctools/tests/desc/07 +++ /dev/null DELETED modules/doctools/tests/desc/08 Index: modules/doctools/tests/desc/08 ================================================================== --- modules/doctools/tests/desc/08 +++ /dev/null @@ -1,3 +0,0 @@ -AAA ..THE_MODULE.. ..THE_TITLE.. -BBB ..THE_MODULE.. ..THE_TITLE.. -CCC ..THE_MODULE.. ..THE_TITLE.. DELETED modules/doctools/tests/desc/09 Index: modules/doctools/tests/desc/09 ================================================================== --- modules/doctools/tests/desc/09 +++ /dev/null DELETED modules/doctools/tests/desc/10 Index: modules/doctools/tests/desc/10 ================================================================== --- modules/doctools/tests/desc/10 +++ /dev/null DELETED modules/doctools/tests/desc/11 Index: modules/doctools/tests/desc/11 ================================================================== --- modules/doctools/tests/desc/11 +++ /dev/null DELETED modules/doctools/tests/desc/12 Index: modules/doctools/tests/desc/12 ================================================================== --- modules/doctools/tests/desc/12 +++ /dev/null DELETED modules/doctools/tests/desc/13 Index: modules/doctools/tests/desc/13 ================================================================== --- modules/doctools/tests/desc/13 +++ /dev/null DELETED modules/doctools/tests/desc/14 Index: modules/doctools/tests/desc/14 ================================================================== --- modules/doctools/tests/desc/14 +++ /dev/null DELETED modules/doctools/tests/desc/15 Index: modules/doctools/tests/desc/15 ================================================================== --- modules/doctools/tests/desc/15 +++ /dev/null ADDED modules/doctools/tests/fmt/desc/00 Index: modules/doctools/tests/fmt/desc/00 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/00 ADDED modules/doctools/tests/fmt/desc/01 Index: modules/doctools/tests/fmt/desc/01 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/01 ADDED modules/doctools/tests/fmt/desc/02 Index: modules/doctools/tests/fmt/desc/02 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/02 @@ -0,0 +1,2 @@ +AAA ..THE_MODULE.. ..THE_TITLE.. +BBB ..THE_MODULE.. ..THE_TITLE.. ADDED modules/doctools/tests/fmt/desc/03 Index: modules/doctools/tests/fmt/desc/03 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/03 ADDED modules/doctools/tests/fmt/desc/04 Index: modules/doctools/tests/fmt/desc/04 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/04 ADDED modules/doctools/tests/fmt/desc/05 Index: modules/doctools/tests/fmt/desc/05 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/05 ADDED modules/doctools/tests/fmt/desc/06 Index: modules/doctools/tests/fmt/desc/06 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/06 ADDED modules/doctools/tests/fmt/desc/07 Index: modules/doctools/tests/fmt/desc/07 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/07 ADDED modules/doctools/tests/fmt/desc/08 Index: modules/doctools/tests/fmt/desc/08 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/08 @@ -0,0 +1,3 @@ +AAA ..THE_MODULE.. ..THE_TITLE.. +BBB ..THE_MODULE.. ..THE_TITLE.. +CCC ..THE_MODULE.. ..THE_TITLE.. ADDED modules/doctools/tests/fmt/desc/09 Index: modules/doctools/tests/fmt/desc/09 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/09 ADDED modules/doctools/tests/fmt/desc/10 Index: modules/doctools/tests/fmt/desc/10 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/10 ADDED modules/doctools/tests/fmt/desc/11 Index: modules/doctools/tests/fmt/desc/11 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/11 ADDED modules/doctools/tests/fmt/desc/12 Index: modules/doctools/tests/fmt/desc/12 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/12 ADDED modules/doctools/tests/fmt/desc/13 Index: modules/doctools/tests/fmt/desc/13 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/13 ADDED modules/doctools/tests/fmt/desc/14 Index: modules/doctools/tests/fmt/desc/14 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/14 ADDED modules/doctools/tests/fmt/desc/15 Index: modules/doctools/tests/fmt/desc/15 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/desc/15 ADDED modules/doctools/tests/fmt/html/00 Index: modules/doctools/tests/fmt/html/00 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/00 @@ -0,0 +1,117 @@ + +TEST - + + + + + +
+

TEST(z) 3.14.15.926 .MODULE. ""

+

Name

+

TEST -

+
+

Table Of Contents

+ +
+

Description

+
+ +
ADDED modules/doctools/tests/fmt/html/01 Index: modules/doctools/tests/fmt/html/01 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/01 @@ -0,0 +1,136 @@ + +TEST - + + + + + +
+

TEST(z) 3.14.15.926 .MODULE. ""

+

Name

+

TEST -

+
+

Table Of Contents

+ +
+

Description

+

Argument ::Argument:: +Class ::Class:: +Command ::Command:: +Comment :::: +Const ::Constant:: +Emphasis ::Emphasis:: +File ::"File/Path":: +Function ::Function:: +Method ::Method:: +Namespace ::Namespace:: +Option ::Option:: +Optional ::?Optional?:: +Package ::Package:: +Syscmd ::SystemCommand:: +Term ::Term:: +Type ::Type:: +Uri ::Uri:: +Variable ::Variable:: +Widget ::Widget::

+
+ +
ADDED modules/doctools/tests/fmt/html/02 Index: modules/doctools/tests/fmt/html/02 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/02 @@ -0,0 +1,134 @@ + +TEST - ..THE_MODULE.. + + + + + +
+

TEST(z) 3.14.15.926 .MODULE. "..THE_MODULE.."

+

Name

+

TEST - ..THE_TITLE..

+
+

Table Of Contents

+ +
+

Synopsis

+
+
    +
  • package require AAA
  • +
  • package require BBB VVV
  • +
+
+
+

Description

+
+

See Also

+

ELSE, OTHER

+
+

Keywords

+

KEYA, KEYZ

+
+ +
ADDED modules/doctools/tests/fmt/html/03 Index: modules/doctools/tests/fmt/html/03 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/03 @@ -0,0 +1,142 @@ + +TEST - + + + + + +
+

TEST(z) 3.14.15.926 .MODULE. ""

+

Name

+

TEST -

+
+

Table Of Contents

+ +
+

Description

+
+

AaA

+

1

+
+

BbB

+

22

+

BbB.cCc

+

333

+
+

BbB.dDd

+

4444

+
+
+

EeE

+

5555

+

At AaA.

+

At __undefined__.

+
+ +
ADDED modules/doctools/tests/fmt/html/04 Index: modules/doctools/tests/fmt/html/04 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/04 @@ -0,0 +1,126 @@ + +TEST - + + + + + +
+

TEST(z) 3.14.15.926 .MODULE. ""

+

Name

+

TEST -

+
+

Table Of Contents

+ +
+

Description

+

BEGINNE HIER

+
+	 Example Block  More Lines
+
+
+Inlined Example \
+Next Line
+
+

FERTIG

+
+ +
ADDED modules/doctools/tests/fmt/html/05 Index: modules/doctools/tests/fmt/html/05 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/05 @@ -0,0 +1,175 @@ + +BASIC - + + + + + +
+

BASIC(a) 5 .MODULE. ""

+

Name

+

BASIC -

+
+

Table Of Contents

+ +
+

Synopsis

+
+ +
+
+

Description

+

OK

+
+
integer argument-1
+

verification

+
string argument-2 (out)
+

mogrification

+
+
+
command-a
+

explanation

+
command-b
+

elucidation

+
+
+
term
+

definition

+
a-command
+

semantic

+
+
    +
  1. A

  2. +
  3. B

    +

    C

    +

    D

  4. +
+ +
+
option-1
+

meaning

+
option-2 value
+

elaboration

+
+
+
Command-Line Switch: background
+Database Name: Background
+Database Class: Color
+
+

candy

+
Command-Line Switch: foreground
+Database Name: Foreground
+Database Class: Color
+
+

caramel

+
+

KO

+
+ +
ADDED modules/doctools/tests/fmt/html/06 Index: modules/doctools/tests/fmt/html/06 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/06 @@ -0,0 +1,145 @@ + +TEST - + + + + + +
+

TEST(z) 3.14.15.926 .MODULE. ""

+

Name

+

TEST -

+
+

Table Of Contents

+ +
+

Description

+ +
+ +
ADDED modules/doctools/tests/fmt/html/07 Index: modules/doctools/tests/fmt/html/07 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/07 @@ -0,0 +1,137 @@ + +TEST - + + + + + +
+

TEST(z) 3.14.15.926 .MODULE. ""

+

Name

+

TEST -

+
+

Table Of Contents

+ +
+

Description

+ +
+ +
ADDED modules/doctools/tests/fmt/html/08 Index: modules/doctools/tests/fmt/html/08 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/08 @@ -0,0 +1,220 @@ + +ALL - ..THE_MODULE.. + + + + + +
+

ALL(a) 5 .MODULE. "..THE_MODULE.."

+

Name

+

ALL - ..THE_TITLE..

+
+

Table Of Contents

+ +
+

Synopsis

+
+
    +
  • package require AAA
  • +
  • package require BBB VVV
  • +
  • package require CCC ?VVV?
  • +
+ +
+
+

Description

+
+
NAME
+

DESCRIPTION ::Command::

+
NAME
+

DESCRIPTION ::::

+
NAME
+

DESCRIPTION ::Constant::

+
+
+

API

+
+
TERM
+

DESCRIPTION ::Emphasis::

+
TERM
+

DESCRIPTION ::"File/Path"::

+
+
Command-Line Switch: NAME
+Database Name: DBNAME
+Database Class: CLASS
+
+

DESCRIPTION NARGLE

+
Command-Line Switch: NAME
+Database Name: DBNAME
+Database Class: CLASS
+
+

DESCRIPTION ::Function::

+
Command-Line Switch: NAME
+Database Name: DBNAME
+Database Class: CLASS
+
+

DESCRIPTION ::Method::

+
+
TERM
+

DESCRIPTION

+
CMDNAME ...
+

DESCRIPTION ::Namespace::

+
+
TYPE NAME
+

DESCRIPTION ::Argument::

+
TYPE NAME
+

DESCRIPTION ::Option::

+
TYPE NAME (MODE)
+

DESCRIPTION ::?Optional?::

+
+    THE ARGUMENT IS USED IN THIS
+    AND/OR THAT MANNER
+
+
+
+
CMDNAME ...
+

DESCRIPTION ::Package::

+
CMDNAME ...
+

DESCRIPTION ::SystemCommand::

+
+
NAME
+

DESCRIPTION ::Term::

+
NAME
+

DESCRIPTION ::Type::

+
NAME ARGUMENT
+

DESCRIPTION ::Uri::

+
+
+

NARGLE

+
    +
  1. PARAGRAPH ::UriLabel::

  2. +
  3. PARAGRAPH ::Variable::

  4. +
  5. PARAGRAPH ::Widget::

    +
      +
    • PARAGRAPH ::Class::

    • +
    • PARAGRAPH

    • +
    • PARAGRAPH

    • +
    +
  6. +
+
+
+

See Also

+

ELSE, OTHER

+
+

Keywords

+

KEYA, KEYZ

+
+ +
ADDED modules/doctools/tests/fmt/html/09 Index: modules/doctools/tests/fmt/html/09 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/09 @@ -0,0 +1,134 @@ + +TEST - + + + + + +
+

TEST(z) 3.14.15.926 .MODULE. ""

+

Name

+

TEST -

+
+

Table Of Contents

+ +
+

Description

+

lorem

+
+1 lorem ipsum dolores
+
+

ipsum

+
 2 lorem ipsum dolores 
+

dolores

+
+3 lorem ipsum dolores
+
+

lorem

+
 4 lorem ipsum dolores
+
+

ipsum

+
+5 lorem ipsum dolores 
+

dolores

+
+ +
ADDED modules/doctools/tests/fmt/html/10 Index: modules/doctools/tests/fmt/html/10 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/10 @@ -0,0 +1,126 @@ + +test-itemized - + + + + + +
+

test-itemized(1) n .MODULE. ""

+

Name

+

test-itemized -

+
+

Table Of Contents

+ +
+

Description

+

lorem ipsum dolores

+ +
+ +
ADDED modules/doctools/tests/fmt/html/11 Index: modules/doctools/tests/fmt/html/11 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/11 @@ -0,0 +1,126 @@ + +test-enumerated - + + + + + +
+

test-enumerated(1) n .MODULE. ""

+

Name

+

test-enumerated -

+
+

Table Of Contents

+ +
+

Description

+

lorem ipsum dolores

+
    +
  1. lorem ipsum dolores

  2. +
  3. lorem ipsum dolores

    +

    lorem ipsum dolores

  4. +
  5. lorem ipsum dolores

    +

    lorem ipsum dolores

    +

    lorem ipsum dolores

  6. +
+
+ +
ADDED modules/doctools/tests/fmt/html/12 Index: modules/doctools/tests/fmt/html/12 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/12 @@ -0,0 +1,129 @@ + +test-definitions - + + + + + +
+

test-definitions(1) n .MODULE. ""

+

Name

+

test-definitions -

+
+

Table Of Contents

+ +
+

Description

+

lorem ipsum dolores

+
+
lorem
+

ipsum dolores

+
lorem
+

ipsum dolores

+

lorem ipsum dolores

+
lorem
+

ipsum dolores

+

lorem ipsum dolores

+

lorem ipsum dolores

+
+
+ +
ADDED modules/doctools/tests/fmt/html/13 Index: modules/doctools/tests/fmt/html/13 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/13 @@ -0,0 +1,130 @@ + +test-itemized-examples - + + + + + +
+

test-itemized-examples(1) n .MODULE. ""

+

Name

+

test-itemized-examples -

+
+

Table Of Contents

+ +
+

Description

+

lorem ipsum dolores

+ +
+ +
ADDED modules/doctools/tests/fmt/html/14 Index: modules/doctools/tests/fmt/html/14 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/14 @@ -0,0 +1,130 @@ + +test-enumerated-examples - + + + + + +
+

test-enumerated-examples(1) n .MODULE. ""

+

Name

+

test-enumerated-examples -

+
+

Table Of Contents

+ +
+

Description

+

lorem ipsum dolores

+
    +
  1. +
     A1 lorem ipsum dolores 
    +
  2. +
  3. lorem ipsum dolores

    +
     B2 lorem ipsum dolores 
    +

    lorem ipsum dolores

  4. +
  5. lorem ipsum dolores

    +
     C3 lorem ipsum dolores 
    +
  6. +
  7. lorem ipsum dolores

  8. +
+
+ +
ADDED modules/doctools/tests/fmt/html/15 Index: modules/doctools/tests/fmt/html/15 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/html/15 @@ -0,0 +1,134 @@ + +test-definition-examples - + + + + + +
+

test-definition-examples(1) n .MODULE. ""

+

Name

+

test-definition-examples -

+
+

Table Of Contents

+ +
+

Description

+

lorem ipsum dolores

+
+
lorem
+
+
 A1 lorem ipsum dolores 
+
+
lorem
+

ipsum dolores

+
 B2 lorem ipsum dolores 
+

lorem ipsum dolores

+
lorem
+

ipsum dolores

+
 C3 lorem ipsum dolores 
+
+
lorem
+

ipsum dolores

+
+
+ +
ADDED modules/doctools/tests/fmt/latex/00 Index: modules/doctools/tests/fmt/latex/00 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/00 @@ -0,0 +1,14 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) .COPYRIGHT. +% TEST.z +\documentclass{article} +\begin{document} +\author{@USR@} +\title{.MODULE. / TEST -- : } +\maketitle +\section{Description}\label{section1} +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) .COPYRIGHT.\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/01 Index: modules/doctools/tests/fmt/latex/01 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/01 @@ -0,0 +1,33 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) **Copyright** +% TEST.z +\documentclass{article} +\begin{document} +\author{@USR@} +\title{.MODULE. / TEST -- : } +\maketitle +\section{Description}\label{section1} +Argument ::\underline{Argument}:: +Class ::{\bf Class}:: +Command ::{\bf Command}:: +Comment :::: +Const ::{\bf Constant}:: +Emphasis ::{\it Emphasis}:: +File ::"{\it File/Path}":: +Function ::{\bf Function}:: +Method ::{\bf Method}:: +Namespace ::{\bf Namespace]}:: +Option ::{\bf Option}:: +Optional ::?Optional?:: +Package ::{\bf Package}:: +Syscmd ::{\bf SystemCommand}:: +Term ::{\it Term}:: +Type ::{\bf Type}:: +Uri ::\underline{Uri}:: +Variable ::{\bf Variable}:: +Widget ::{\bf Widget}:: +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) **Copyright**\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/02 Index: modules/doctools/tests/fmt/latex/02 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/02 @@ -0,0 +1,23 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) .COPYRIGHT. +% TEST.z +\documentclass{article} +\begin{document} +\author{@USR@} +\title{.MODULE. / TEST -- ..THE\_MODULE.. : ..THE\_TITLE..} +\maketitle +\section{Synopsis}\label{synopsis} +\begin{flushleft} +package require {\bf AAA} +package require {\bf BBB VVV} +\end{flushleft} +\section{Description}\label{section1} +\section{See Also}\label{see-also} +ELSE, OTHER +\section{Keywords}\label{keywords} +KEYA, KEYZ +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) .COPYRIGHT.\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/03 Index: modules/doctools/tests/fmt/latex/03 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/03 @@ -0,0 +1,28 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) .COPYRIGHT. +% TEST.z +\documentclass{article} +\begin{document} +\author{@USR@} +\title{.MODULE. / TEST -- : } +\maketitle +\section{Description}\label{section1} +\section{AaA}\label{section2} +1 +\section{BbB}\label{section3} +22 +\subsection{BbB.cCc}\label{subsection1} +333 +\subsection{BbB.dDd}\label{subsection2} +4444 +\section{EeE}\label{section4} +5555 + +At {\bf AaA (\ref{section2})}. + +At {\bf \_\_undefined\_\_ (\ref{\_\_undefined\_\_})}. +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) .COPYRIGHT.\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/04 Index: modules/doctools/tests/fmt/latex/04 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/04 @@ -0,0 +1,24 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) .COPYRIGHT. +% TEST.z +\documentclass{article} +\begin{document} +\author{@USR@} +\title{.MODULE. / TEST -- : } +\maketitle +\section{Description}\label{section1} +BEGINNE HIER +\begin{verbatim} + Example Block More Lines +\end{verbatim} + +\begin{verbatim} +Inlined Example \ +Next Line +\end{verbatim} +FERTIG +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) .COPYRIGHT.\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/05 Index: modules/doctools/tests/fmt/latex/05 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/05 @@ -0,0 +1,110 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) .COPYRIGHT. +% BASIC.a +\documentclass{article} +\begin{document} +\author{@USR@} +\title{.MODULE. / BASIC -- : } +\maketitle +\section{Synopsis}\label{synopsis} +\begin{itemize} +\item[] a-command +\end{itemize} +\section{Description}\label{section1} +OK + +\begin{itemize} +% +\item[] \underline{argument-1} integer +% +verification +% +\item[] \underline{argument-2} string (out) +% + mogrification +\end{itemize} + +\begin{itemize} +% +\item[] {\bf command-a} +% + explanation +% +\item[] {\bf command-b} +% +elucidation +\end{itemize} + +\begin{itemize} +% +\item[] term +% + definition +% +\item[] a-command +% +semantic +\end{itemize} + +\begin{enumerate} +% +\item +% +A +% +\item +% + B + +C + +D +\end{enumerate} + +\begin{itemize} +% +\item +% +1 +% +\item +% + 2 + +2a + +2b +\end{itemize} + +\begin{itemize} +% +\item[] {\bf option-1} +% + meaning +% +\item[] {\bf option-2} value +% +elaboration +\end{itemize} + +\begin{itemize} +% +\item[] Command-Line Switch: {\bf background}\\ +Database Name: {\bf Background}\\ +Database Class: {\bf Color}\\ +% + candy +% +\item[] Command-Line Switch: {\bf foreground}\\ +Database Name: {\bf Foreground}\\ +Database Class: {\bf Color}\\ +% +caramel +\end{itemize} + +KO +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) .COPYRIGHT.\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/06 Index: modules/doctools/tests/fmt/latex/06 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/06 @@ -0,0 +1,70 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) .COPYRIGHT. +% TEST.z +\documentclass{article} +\begin{document} +\author{@USR@} +\title{.MODULE. / TEST -- : } +\maketitle +\section{Description}\label{section1} +\begin{itemize} +% +\item +% + 1 + +2 + +3 +% +\item +% +\begin{enumerate} +% +\item +% + a + +b + +c +% +\item +% +\begin{itemize} +% +\item[] foo +% + snafu +% +\item[] bar +% + barf +% +\item[] roo +% + gork +\end{itemize} +% +\item +% + a + +b + +c +\end{enumerate} +% +\item +% + 4 + +5 + +6 +\end{itemize} +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) .COPYRIGHT.\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/07 Index: modules/doctools/tests/fmt/latex/07 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/07 @@ -0,0 +1,58 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) .COPYRIGHT. +% TEST.z +\documentclass{article} +\begin{document} +\author{@USR@} +\title{.MODULE. / TEST -- : } +\maketitle +\section{Description}\label{section1} +\begin{itemize} +% +\item +% + 1 +% +\item +% + 2 +\begin{enumerate} +% +\item +% + a +% +\item +% + b +\begin{itemize} +% +\item[] foo +% + snafu +% +\item[] bar +% + barf +% +\item[] roo +% + gork +\end{itemize} +bb +% +\item +% + a +\end{enumerate} +22 +% +\item +% + 3 +\end{itemize} +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) .COPYRIGHT.\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/08 Index: modules/doctools/tests/fmt/latex/08 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/08 @@ -0,0 +1,151 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) **Copyright** +% ALL.a +\documentclass{article} +\begin{document} +\author{@USR@} +\title{.MODULE. / ALL -- ..THE\_MODULE.. : ..THE\_TITLE..} +\maketitle +\section{Synopsis}\label{synopsis} +\begin{flushleft} +package require {\bf AAA} +package require {\bf BBB VVV} +package require {\bf CCC ?VVV?} +\end{flushleft} +\begin{itemize} +\item[] CMDNAME ... +\item[] CMDNAME ... +\item[] CMDNAME ... +\end{itemize} +\section{Description}\label{section1} +\begin{itemize} +% +\item[] {\bf NAME} +% + DESCRIPTION ::{\bf Command}:: +% +\item[] {\bf NAME} +% + DESCRIPTION :::: +% +\item[] {\bf NAME} +% + DESCRIPTION ::{\bf Constant}:: +\end{itemize} +\section{API}\label{section2} +\begin{itemize} +% +\item[] TERM +% + DESCRIPTION ::{\it Emphasis}:: +% +\item[] TERM +% + DESCRIPTION ::"{\it File/Path}":: +\begin{itemize} +% +\item[] Command-Line Switch: {\bf NAME}\\ +Database Name: {\bf DBNAME}\\ +Database Class: {\bf CLASS}\\ +% + DESCRIPTION {\bf NARGLE (\ref{subsection1})} +% +\item[] Command-Line Switch: {\bf NAME}\\ +Database Name: {\bf DBNAME}\\ +Database Class: {\bf CLASS}\\ +% + DESCRIPTION ::{\bf Function}:: +% +\item[] Command-Line Switch: {\bf NAME}\\ +Database Name: {\bf DBNAME}\\ +Database Class: {\bf CLASS}\\ +% + DESCRIPTION ::{\bf Method}:: +\end{itemize} +% +\item[] TERM +% + DESCRIPTION +% +\item[] CMDNAME ... +% + DESCRIPTION ::{\bf Namespace]}:: +\begin{itemize} +% +\item[] \underline{NAME} TYPE +% + DESCRIPTION ::\underline{Argument}:: +% +\item[] \underline{NAME} TYPE +% + DESCRIPTION ::{\bf Option}:: +% +\item[] \underline{NAME} TYPE (MODE) +% + DESCRIPTION ::?Optional?:: +\begin{verbatim} + THE ARGUMENT IS USED IN THIS + AND/OR THAT MANNER +\end{verbatim} +\end{itemize} +% +\item[] CMDNAME ... +% + DESCRIPTION ::{\bf Package}:: +% +\item[] CMDNAME ... +% + DESCRIPTION ::{\bf SystemCommand}:: +\begin{itemize} +% +\item[] {\bf NAME} +% + DESCRIPTION ::{\it Term}:: +% +\item[] {\bf NAME} +% + DESCRIPTION ::{\bf Type}:: +% +\item[] {\bf NAME} ARGUMENT +% + DESCRIPTION ::\underline{Uri}:: +\end{itemize} +\end{itemize} +\subsection{NARGLE}\label{subsection1} +\begin{enumerate} +% +\item +% + PARAGRAPH ::\underline{UriLabel} \footnote{Uri}:: +% +\item +% + PARAGRAPH ::{\bf Variable}:: +% +\item +% + PARAGRAPH ::{\bf Widget}:: +\begin{itemize} +% +\item +% + PARAGRAPH ::{\bf Class}:: +% +\item +% + PARAGRAPH +% +\item +% + PARAGRAPH +\end{itemize} +\end{enumerate} +\section{See Also}\label{see-also} +ELSE, OTHER +\section{Keywords}\label{keywords} +KEYA, KEYZ +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) **Copyright**\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/09 Index: modules/doctools/tests/fmt/latex/09 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/09 @@ -0,0 +1,31 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) .COPYRIGHT. +% TEST.z +\documentclass{article} +\begin{document} +\author{aku} +\title{.MODULE. / TEST -- : } +\maketitle +\section{Description}\label{section1} +lorem +\begin{verbatim} +1 lorem ipsum dolores +\end{verbatim} +ipsum +\begin{verbatim} 2 lorem ipsum dolores \end{verbatim} +dolores +\begin{verbatim} +3 lorem ipsum dolores +\end{verbatim} +lorem +\begin{verbatim} 4 lorem ipsum dolores +\end{verbatim} +ipsum +\begin{verbatim} +5 lorem ipsum dolores \end{verbatim} +dolores +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) .COPYRIGHT.\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/10 Index: modules/doctools/tests/fmt/latex/10 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/10 @@ -0,0 +1,35 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) .COPYRIGHT. +% test-itemized.1 +\documentclass{article} +\begin{document} +\author{aku} +\title{.MODULE. / test-itemized -- : } +\maketitle +\section{Description}\label{section1} +lorem ipsum dolores +\begin{itemize} +% +\item +% + lorem ipsum dolores +% +\item +% + lorem ipsum dolores + +lorem ipsum dolores +% +\item +% + lorem ipsum dolores + +lorem ipsum dolores + +lorem ipsum dolores +\end{itemize} +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) .COPYRIGHT.\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/11 Index: modules/doctools/tests/fmt/latex/11 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/11 @@ -0,0 +1,35 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) .COPYRIGHT. +% test-enumerated.1 +\documentclass{article} +\begin{document} +\author{aku} +\title{.MODULE. / test-enumerated -- : } +\maketitle +\section{Description}\label{section1} +lorem ipsum dolores +\begin{enumerate} +% +\item +% + lorem ipsum dolores +% +\item +% + lorem ipsum dolores + +lorem ipsum dolores +% +\item +% + lorem ipsum dolores + +lorem ipsum dolores + +lorem ipsum dolores +\end{enumerate} +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) .COPYRIGHT.\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/12 Index: modules/doctools/tests/fmt/latex/12 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/12 @@ -0,0 +1,35 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) .COPYRIGHT. +% test-definitions.1 +\documentclass{article} +\begin{document} +\author{aku} +\title{.MODULE. / test-definitions -- : } +\maketitle +\section{Description}\label{section1} +lorem ipsum dolores +\begin{itemize} +% +\item[] lorem +% + ipsum dolores +% +\item[] lorem +% + ipsum dolores + +lorem ipsum dolores +% +\item[] lorem +% + ipsum dolores + +lorem ipsum dolores + +lorem ipsum dolores +\end{itemize} +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) .COPYRIGHT.\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/13 Index: modules/doctools/tests/fmt/latex/13 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/13 @@ -0,0 +1,36 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) .COPYRIGHT. +% test-itemized-examples.1 +\documentclass{article} +\begin{document} +\author{aku} +\title{.MODULE. / test-itemized-examples -- : } +\maketitle +\section{Description}\label{section1} +lorem ipsum dolores +\begin{itemize} +% +\item +% +\begin{verbatim} A lorem ipsum dolores \end{verbatim} +% +\item +% + lorem ipsum dolores +\begin{verbatim} B lorem ipsum dolores \end{verbatim} +lorem ipsum dolores +% +\item +% + lorem ipsum dolores +\begin{verbatim} C lorem ipsum dolores \end{verbatim} +% +\item +% + lorem ipsum dolores +\end{itemize} +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) .COPYRIGHT.\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/14 Index: modules/doctools/tests/fmt/latex/14 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/14 @@ -0,0 +1,36 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) .COPYRIGHT. +% test-enumerated-examples.1 +\documentclass{article} +\begin{document} +\author{aku} +\title{.MODULE. / test-enumerated-examples -- : } +\maketitle +\section{Description}\label{section1} +lorem ipsum dolores +\begin{enumerate} +% +\item +% +\begin{verbatim} A1 lorem ipsum dolores \end{verbatim} +% +\item +% + lorem ipsum dolores +\begin{verbatim} B2 lorem ipsum dolores \end{verbatim} +lorem ipsum dolores +% +\item +% + lorem ipsum dolores +\begin{verbatim} C3 lorem ipsum dolores \end{verbatim} +% +\item +% + lorem ipsum dolores +\end{enumerate} +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) .COPYRIGHT.\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/latex/15 Index: modules/doctools/tests/fmt/latex/15 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/latex/15 @@ -0,0 +1,36 @@ +% Generated from file '.FILE.' by tcllib/doctools with format 'latex' +% Copyright (c) .COPYRIGHT. +% test-definition-examples.1 +\documentclass{article} +\begin{document} +\author{aku} +\title{.MODULE. / test-definition-examples -- : } +\maketitle +\section{Description}\label{section1} +lorem ipsum dolores +\begin{itemize} +% +\item[] lorem +% +\begin{verbatim} A1 lorem ipsum dolores \end{verbatim} +% +\item[] lorem +% + ipsum dolores +\begin{verbatim} B2 lorem ipsum dolores \end{verbatim} +lorem ipsum dolores +% +\item[] lorem +% + ipsum dolores +\begin{verbatim} C3 lorem ipsum dolores \end{verbatim} +% +\item[] lorem +% + ipsum dolores +\end{itemize} +\section{Copyright}\label{copyright} +\begin{flushleft} +Copyright (c) .COPYRIGHT.\linebreak +\end{flushleft} +\end{document} ADDED modules/doctools/tests/fmt/list/00 Index: modules/doctools/tests/fmt/list/00 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/00 @@ -0,0 +1,1 @@ +manpage {seealso {} keywords {} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc {} desc {} fid .FILE} ADDED modules/doctools/tests/fmt/list/01 Index: modules/doctools/tests/fmt/list/01 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/01 @@ -0,0 +1,1 @@ +manpage {seealso {} keywords {} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc {} desc {} fid .FILE} ADDED modules/doctools/tests/fmt/list/02 Index: modules/doctools/tests/fmt/list/02 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/02 @@ -0,0 +1,1 @@ +manpage {seealso {ELSE OTHER} keywords {KEYA KEYZ} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc ..THE_MODULE.. desc ..THE_TITLE.. fid .FILE} ADDED modules/doctools/tests/fmt/list/03 Index: modules/doctools/tests/fmt/list/03 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/03 @@ -0,0 +1,1 @@ +manpage {seealso {} keywords {} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc {} desc {} fid .FILE} ADDED modules/doctools/tests/fmt/list/04 Index: modules/doctools/tests/fmt/list/04 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/04 @@ -0,0 +1,1 @@ +manpage {seealso {} keywords {} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc {} desc {} fid .FILE} ADDED modules/doctools/tests/fmt/list/05 Index: modules/doctools/tests/fmt/list/05 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/05 @@ -0,0 +1,1 @@ +manpage {seealso {} keywords {} file .FILE. section a category {} module .MODULE. version 5 title BASIC shortdesc {} desc {} fid .FILE} ADDED modules/doctools/tests/fmt/list/06 Index: modules/doctools/tests/fmt/list/06 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/06 @@ -0,0 +1,1 @@ +manpage {seealso {} keywords {} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc {} desc {} fid .FILE} ADDED modules/doctools/tests/fmt/list/07 Index: modules/doctools/tests/fmt/list/07 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/07 @@ -0,0 +1,1 @@ +manpage {seealso {} keywords {} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc {} desc {} fid .FILE} ADDED modules/doctools/tests/fmt/list/08 Index: modules/doctools/tests/fmt/list/08 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/08 @@ -0,0 +1,1 @@ +manpage {seealso {ELSE OTHER} keywords {KEYA KEYZ} file .FILE. section a category {} module .MODULE. version 5 title ALL shortdesc ..THE_MODULE.. desc ..THE_TITLE.. fid .FILE} ADDED modules/doctools/tests/fmt/list/09 Index: modules/doctools/tests/fmt/list/09 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/09 @@ -0,0 +1,1 @@ +manpage {seealso {} keywords {} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc {} desc {} fid .FILE} ADDED modules/doctools/tests/fmt/list/10 Index: modules/doctools/tests/fmt/list/10 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/10 @@ -0,0 +1,1 @@ +manpage {seealso {} keywords {} file .FILE. section 1 category {} module .MODULE. version n title test-itemized shortdesc {} desc {} fid .FILE} ADDED modules/doctools/tests/fmt/list/11 Index: modules/doctools/tests/fmt/list/11 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/11 @@ -0,0 +1,1 @@ +manpage {seealso {} keywords {} file .FILE. section 1 category {} module .MODULE. version n title test-enumerated shortdesc {} desc {} fid .FILE} ADDED modules/doctools/tests/fmt/list/12 Index: modules/doctools/tests/fmt/list/12 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/12 @@ -0,0 +1,1 @@ +manpage {seealso {} keywords {} file .FILE. section 1 category {} module .MODULE. version n title test-definitions shortdesc {} desc {} fid .FILE} ADDED modules/doctools/tests/fmt/list/13 Index: modules/doctools/tests/fmt/list/13 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/13 @@ -0,0 +1,1 @@ +manpage {seealso {} keywords {} file .FILE. section 1 category {} module .MODULE. version n title test-itemized-examples shortdesc {} desc {} fid .FILE} ADDED modules/doctools/tests/fmt/list/14 Index: modules/doctools/tests/fmt/list/14 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/14 @@ -0,0 +1,1 @@ +manpage {seealso {} keywords {} file .FILE. section 1 category {} module .MODULE. version n title test-enumerated-examples shortdesc {} desc {} fid .FILE} ADDED modules/doctools/tests/fmt/list/15 Index: modules/doctools/tests/fmt/list/15 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/list/15 @@ -0,0 +1,1 @@ +manpage {seealso {} keywords {} file .FILE. section 1 category {} module .MODULE. version n title test-definition-examples shortdesc {} desc {} fid .FILE} ADDED modules/doctools/tests/fmt/man/00 Index: modules/doctools/tests/fmt/man/00 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/00 @@ -0,0 +1,4 @@ +[comment { -- Basic structure }] +[manpage_begin TEST z 3.14.15.926] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/man/01 Index: modules/doctools/tests/fmt/man/01 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/01 @@ -0,0 +1,24 @@ +[comment { -- Inline markup }] +[manpage_begin TEST z 3.14.15.926] +[copyright **Copyright**] +[description] +Argument ::[arg Argument]:: +Class ::[class Class]:: +Command ::[cmd Command]:: +Comment ::[comment Comment]:: +Const ::[const Constant]:: +Emphasis ::[emph Emphasis]:: +File ::[file File/Path]:: +Function ::[fun Function]:: +Method ::[method Method]:: +Namespace ::[namespace Namespace]:: +Option ::[option Option]:: +Optional ::[opt Optional]:: +Package ::[package Package]:: +Syscmd ::[syscmd SystemCommand]:: +Term ::[term Term]:: +Type ::[type Type]:: +Uri ::[uri Uri]:: +Variable ::[var Variable]:: +Widget ::[widget Widget]:: +[manpage_end] ADDED modules/doctools/tests/fmt/man/02 Index: modules/doctools/tests/fmt/man/02 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/02 @@ -0,0 +1,10 @@ +[comment { -- Meta markup }] +[manpage_begin TEST z 3.14.15.926] +[moddesc ..THE_MODULE..] +[titledesc ..THE_TITLE..] +[require AAA] +[require BBB VVV] +[keywords KEYA KEYZ] +[see_also OTHER ELSE] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/man/03 Index: modules/doctools/tests/fmt/man/03 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/03 @@ -0,0 +1,20 @@ +[comment { -- Sectioning }] +[manpage_begin TEST z 3.14.15.926] +[description] +[section AaA] +1 +[section BbB] +22 +[subsection BbB.cCc] +333 +[subsection BbB.dDd] +4444 +[section EeE] +5555 + +[para] +At [sectref AaA]. +[para] +At [sectref __undefined__]. +[manpage_end] + ADDED modules/doctools/tests/fmt/man/04 Index: modules/doctools/tests/fmt/man/04 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/04 @@ -0,0 +1,16 @@ +[comment { -- Example 1 }] +[manpage_begin TEST z 3.14.15.926] +[description] +BEGINNE HIER +[example { + Example Block \ + More Lines +}] +[para] +[para] +[example_begin] +Inlined Example \ +Next Line +[example_end] +FERTIG +[manpage_end] ADDED modules/doctools/tests/fmt/man/05 Index: modules/doctools/tests/fmt/man/05 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/05 @@ -0,0 +1,58 @@ +[comment { -- Lists 1 }] +[manpage_begin BASIC a 5] +[description] +OK +[para] +[list_begin arguments] +[arg_def integer argument-1] +verification +[arg_def string argument-2 out] mogrification +[list_end] +[para] +[list_begin commands] +[cmd_def command-a] explanation +[cmd_def command-b] +elucidation +[list_end] +[para] +[list_begin definitions] +[def term] definition +[call a-command] +semantic +[list_end] +[para] +[list_begin enumerated] +[enum] +A +[enum] B +[para] +C +[para] +D +[list_end] +[para] +[list_begin itemized] +[item] +1 +[item] 2 +[para] +2a +[para] +2b +[list_end] +[para] +[list_begin options] +[opt_def option-1] meaning +[opt_def option-2 value] +elaboration +[list_end] +[para] +[list_begin tkoptions] +[tkoption_def background Background Color] candy +[tkoption_def foreground Foreground Color] +caramel +[list_end] +[para] +KO +[comment DONE] +[manpage_end] ADDED modules/doctools/tests/fmt/man/06 Index: modules/doctools/tests/fmt/man/06 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/06 @@ -0,0 +1,28 @@ +[comment { -- Lists 2 }] +[manpage_begin TEST z 3.14.15.926] +[description] +[comment { + nested lists, same and different types, examples have examples at + least three levels deep, for a proper inner level, i.e. not only + first/last level, but something truly in the middle. Also three + list items of the relevant on each level, see the proper handling + of indentations. For that we also need paragraphs in the items. + + start: itemized/enumerated/definition +}] +[list_begin itemized] +[item] 1 [para] 2 [para] 3 +[item] +[list_begin enumerated] +[enum] a [para] b [para] c +[enum] +[list_begin definitions] +[def foo] snafu +[def bar] barf +[def roo] gork +[list_end] +[enum] a [para] b [para] c +[list_end] +[item] 4 [para] 5 [para] 6 +[list_end] +[manpage_end] ADDED modules/doctools/tests/fmt/man/07 Index: modules/doctools/tests/fmt/man/07 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/07 @@ -0,0 +1,23 @@ +[manpage_begin TEST z 3.14.15.926] +[description] +[comment { + nested list 2, put text before and after the embedded list. +}] +[list_begin itemized] +[item] 1 +[item] 2 +[list_begin enumerated] +[enum] a +[enum] b +[list_begin definitions] +[def foo] snafu +[def bar] barf +[def roo] gork +[list_end] +bb +[enum] a +[list_end] +22 +[item] 3 +[list_end] +[manpage_end] ADDED modules/doctools/tests/fmt/man/08 Index: modules/doctools/tests/fmt/man/08 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/08 @@ -0,0 +1,56 @@ +[comment {LISTS, ALL TYPES}] +[manpage_begin ALL a 5] +[copyright **Copyright**] +[moddesc ..THE_MODULE..] +[titledesc ..THE_TITLE..] +[require AAA] +[require BBB VVV] +[require CCC [opt VVV]] +[description] +[list_begin commands] +[cmd_def NAME] DESCRIPTION ::[cmd Command]:: +[cmd_def NAME] DESCRIPTION ::[comment Comment]:: +[cmd_def NAME] DESCRIPTION ::[const Constant]:: +[list_end] +[section API] +[list_begin definitions] +[def TERM] DESCRIPTION ::[emph Emphasis]:: +[def TERM] DESCRIPTION ::[file File/Path]:: +[list_begin tkoptions] +[tkoption_def NAME DBNAME CLASS] DESCRIPTION [sectref NARGLE] +[tkoption_def NAME DBNAME CLASS] DESCRIPTION ::[fun Function]:: +[tkoption_def NAME DBNAME CLASS] DESCRIPTION ::[method Method]:: +[list_end] +[def TERM] DESCRIPTION +[call CMDNAME ...] DESCRIPTION ::[namespace Namespace]:: +[list_begin arguments] +[arg_def TYPE NAME] DESCRIPTION ::[arg Argument]:: +[arg_def TYPE NAME] DESCRIPTION ::[option Option]:: +[arg_def TYPE NAME MODE] DESCRIPTION ::[opt Optional]:: +[example { + THE ARGUMENT IS USED IN THIS + AND/OR THAT MANNER +}] +[list_end] +[call CMDNAME ...] DESCRIPTION ::[package Package]:: +[call CMDNAME ...] DESCRIPTION ::[syscmd SystemCommand]:: +[list_begin options] +[opt_def NAME] DESCRIPTION ::[term Term]:: +[opt_def NAME] DESCRIPTION ::[type Type]:: +[opt_def NAME ARGUMENT] DESCRIPTION ::[uri Uri]:: +[list_end] +[list_end] +[subsection NARGLE] +[list_begin enumerated] +[enum] PARAGRAPH ::[uri Uri UriLabel]:: +[enum] PARAGRAPH ::[var Variable]:: +[enum] PARAGRAPH ::[widget Widget]:: +[list_begin itemized] +[item] PARAGRAPH ::[class Class]:: +[item] PARAGRAPH +[item] PARAGRAPH +[list_end] +[list_end] +[keywords KEYA KEYZ] +[see_also OTHER ELSE] +[manpage_end] ADDED modules/doctools/tests/fmt/man/09 Index: modules/doctools/tests/fmt/man/09 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/09 @@ -0,0 +1,22 @@ +[comment { -- Example 2 }] +[manpage_begin TEST z 3.14.15.926] +[description] +lorem +[example { +1 lorem ipsum dolores +}] +ipsum +[example { 2 lorem ipsum dolores }] +dolores +[example_begin] +3 lorem ipsum dolores +[example_end] +lorem +[example { 4 lorem ipsum dolores +}] +ipsum +[example { +5 lorem ipsum dolores }] +dolores +[manpage_end] + ADDED modules/doctools/tests/fmt/man/10 Index: modules/doctools/tests/fmt/man/10 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/10 @@ -0,0 +1,13 @@ +[comment { -- List 3 - itemized }] +[manpage_begin test-itemized 1 n] +[description] +lorem ipsum dolores +[list_begin itemized] +[item] lorem ipsum dolores +[item] lorem ipsum dolores +[para] lorem ipsum dolores +[item] lorem ipsum dolores +[para] lorem ipsum dolores +[para] lorem ipsum dolores +[list_end] +[manpage_end] ADDED modules/doctools/tests/fmt/man/11 Index: modules/doctools/tests/fmt/man/11 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/11 @@ -0,0 +1,13 @@ +[comment { -- List 4 - enumerated }] +[manpage_begin test-enumerated 1 n] +[description] +lorem ipsum dolores +[list_begin enumerated] +[enum] lorem ipsum dolores +[enum] lorem ipsum dolores +[para] lorem ipsum dolores +[enum] lorem ipsum dolores +[para] lorem ipsum dolores +[para] lorem ipsum dolores +[list_end] +[manpage_end] ADDED modules/doctools/tests/fmt/man/12 Index: modules/doctools/tests/fmt/man/12 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/12 @@ -0,0 +1,13 @@ +[comment { -- List 5 - definitions }] +[manpage_begin test-definitions 1 n] +[description] +lorem ipsum dolores +[list_begin definitions] +[def lorem] ipsum dolores +[def lorem] ipsum dolores +[para] lorem ipsum dolores +[def lorem] ipsum dolores +[para] lorem ipsum dolores +[para] lorem ipsum dolores +[list_end] +[manpage_end] ADDED modules/doctools/tests/fmt/man/13 Index: modules/doctools/tests/fmt/man/13 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/13 @@ -0,0 +1,15 @@ +[comment { -- List 6 - itemized examples }] +[manpage_begin test-itemized-examples 1 n] +[description] +lorem ipsum dolores +[list_begin itemized] +[item] +[example { A lorem ipsum dolores }] +[item] lorem ipsum dolores +[example { B lorem ipsum dolores }] +lorem ipsum dolores +[item] lorem ipsum dolores +[example { C lorem ipsum dolores }] +[item] lorem ipsum dolores +[list_end] +[manpage_end] ADDED modules/doctools/tests/fmt/man/14 Index: modules/doctools/tests/fmt/man/14 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/14 @@ -0,0 +1,15 @@ +[comment { -- List 7 - enumerated examples }] +[manpage_begin test-enumerated-examples 1 n] +[description] +lorem ipsum dolores +[list_begin enumerated] +[enum] +[example { A1 lorem ipsum dolores }] +[enum] lorem ipsum dolores +[example { B2 lorem ipsum dolores }] +lorem ipsum dolores +[enum] lorem ipsum dolores +[example { C3 lorem ipsum dolores }] +[enum] lorem ipsum dolores +[list_end] +[manpage_end] ADDED modules/doctools/tests/fmt/man/15 Index: modules/doctools/tests/fmt/man/15 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/man/15 @@ -0,0 +1,15 @@ +[comment { -- List 8 - definition examples }] +[manpage_begin test-definition-examples 1 n] +[description] +lorem ipsum dolores +[list_begin definitions] +[def lorem] +[example { A1 lorem ipsum dolores }] +[def lorem] ipsum dolores +[example { B2 lorem ipsum dolores }] +lorem ipsum dolores +[def lorem] ipsum dolores +[example { C3 lorem ipsum dolores }] +[def lorem] ipsum dolores +[list_end] +[manpage_end] ADDED modules/doctools/tests/fmt/nroff/00 Index: modules/doctools/tests/fmt/nroff/00 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/00 @@ -0,0 +1,15 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) \&.COPYRIGHT\&. +'\" +.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "" +.so man.macros +.BS +.SH NAME +TEST \- +.SH DESCRIPTION +.SH COPYRIGHT +.nf +Copyright (c) \&.COPYRIGHT\&. + +.fi ADDED modules/doctools/tests/fmt/nroff/01 Index: modules/doctools/tests/fmt/nroff/01 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/01 @@ -0,0 +1,34 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) **Copyright** +'\" +.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "" +.so man.macros +.BS +.SH NAME +TEST \- +.SH DESCRIPTION +Argument ::\fIArgument\fR:: +Class ::\fBClass\fR:: +Command ::\fBCommand\fR:: +Comment :::: +Const ::\fBConstant\fR:: +Emphasis ::\fIEmphasis\fR:: +File ::"\fIFile/Path\fR":: +Function ::\fBFunction\fR:: +Method ::\fBMethod\fR:: +Namespace ::\fBNamespace\fR:: +Option ::\fBOption\fR:: +Optional ::?Optional?:: +Package ::\fBPackage\fR:: +Syscmd ::\fBSystemCommand\fR:: +Term ::\fITerm\fR:: +Type ::\fBType\fR:: +Uri ::\fIUri\fR:: +Variable ::\fBVariable\fR:: +Widget ::\fBWidget\fR:: +.SH COPYRIGHT +.nf +Copyright (c) **Copyright** + +.fi ADDED modules/doctools/tests/fmt/nroff/02 Index: modules/doctools/tests/fmt/nroff/02 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/02 @@ -0,0 +1,25 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) \&.COPYRIGHT\&. +'\" +.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "\&.\&.THE_MODULE\&.\&." +.so man.macros +.BS +.SH NAME +TEST \- \&.\&.THE_TITLE\&.\&. +.SH SYNOPSIS +package require \fBAAA \fR +.sp +package require \fBBBB VVV\fR +.sp +.BE +.SH DESCRIPTION +.SH "SEE ALSO" +ELSE, OTHER +.SH KEYWORDS +KEYA, KEYZ +.SH COPYRIGHT +.nf +Copyright (c) \&.COPYRIGHT\&. + +.fi ADDED modules/doctools/tests/fmt/nroff/03 Index: modules/doctools/tests/fmt/nroff/03 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/03 @@ -0,0 +1,29 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) \&.COPYRIGHT\&. +'\" +.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "" +.so man.macros +.BS +.SH NAME +TEST \- +.SH DESCRIPTION +.SH AAA +1 +.SH BBB +22 +.SS BBB\&.CCC +333 +.SS BBB\&.DDD +4444 +.SH EEE +5555 +.PP +At \fBAaA\fR\&. +.PP +At \fB__undefined__\fR\&. +.SH COPYRIGHT +.nf +Copyright (c) \&.COPYRIGHT\&. + +.fi ADDED modules/doctools/tests/fmt/nroff/04 Index: modules/doctools/tests/fmt/nroff/04 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/04 @@ -0,0 +1,32 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) \&.COPYRIGHT\&. +'\" +.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "" +.so man.macros +.BS +.SH NAME +TEST \- +.SH DESCRIPTION +BEGINNE HIER +.CS + + + Example Block More Lines + +.CE +.PP +.PP +.CS + + +Inlined Example \\ +Next Line + +.CE +FERTIG +.SH COPYRIGHT +.nf +Copyright (c) \&.COPYRIGHT\&. + +.fi ADDED modules/doctools/tests/fmt/nroff/05 Index: modules/doctools/tests/fmt/nroff/05 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/05 @@ -0,0 +1,96 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) \&.COPYRIGHT\&. +'\" +.TH "BASIC" a 5 \&.MODULE\&. "" +.so man.macros +.BS +.SH NAME +BASIC \- +.SH SYNOPSIS +a-command +.sp +.BE +.SH DESCRIPTION +OK +.PP +.TP +integer \fIargument-1\fR +verification +.TP +string \fIargument-2\fR (out) +mogrification +.PP +.PP +.TP +\fBcommand-a\fR +explanation +.TP +\fBcommand-b\fR +elucidation +.PP +.PP +.TP +term +definition +.TP +a-command +semantic +.PP +.PP +.IP [1] +A +.IP [2] +B +.sp +C +.sp +D +.PP +.PP +.IP \(bu +1 +.IP \(bu +2 +.sp +2a +.sp +2b +.PP +.PP +.TP +\fBoption-1\fR +meaning +.TP +\fBoption-2\fR value +elaboration +.PP +.PP +.LP +.nf +.ta 6c +Command-Line Switch: \fBbackground\fR +Database Name: \fBBackground\fR +Database Class: \fBColor\fR + +.fi +.IP +candy +.LP +.nf +.ta 6c +Command-Line Switch: \fBforeground\fR +Database Name: \fBForeground\fR +Database Class: \fBColor\fR + +.fi +.IP +caramel +.PP +.PP +KO +.SH COPYRIGHT +.nf +Copyright (c) \&.COPYRIGHT\&. + +.fi ADDED modules/doctools/tests/fmt/nroff/06 Index: modules/doctools/tests/fmt/nroff/06 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/06 @@ -0,0 +1,55 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) \&.COPYRIGHT\&. +'\" +.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "" +.so man.macros +.BS +.SH NAME +TEST \- +.SH DESCRIPTION +.IP \(bu +1 +.sp +2 +.sp +3 +.IP \(bu +.RS +.IP [1] +a +.sp +b +.sp +c +.IP [2] +.RS +.TP +foo +snafu +.TP +bar +barf +.TP +roo +gork +.RE +.IP [3] +a +.sp +b +.sp +c +.RE +.IP \(bu +4 +.sp +5 +.sp +6 +.PP +.SH COPYRIGHT +.nf +Copyright (c) \&.COPYRIGHT\&. + +.fi ADDED modules/doctools/tests/fmt/nroff/07 Index: modules/doctools/tests/fmt/nroff/07 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/07 @@ -0,0 +1,45 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) \&.COPYRIGHT\&. +'\" +.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "" +.so man.macros +.BS +.SH NAME +TEST \- +.SH DESCRIPTION +.IP \(bu +1 +.IP \(bu +2 +.RS +.IP [1] +a +.IP [2] +b +.RS +.TP +foo +snafu +.TP +bar +barf +.TP +roo +gork +.RE +.IP +bb +.IP [3] +a +.RE +.IP +22 +.IP \(bu +3 +.PP +.SH COPYRIGHT +.nf +Copyright (c) \&.COPYRIGHT\&. + +.fi ADDED modules/doctools/tests/fmt/nroff/08 Index: modules/doctools/tests/fmt/nroff/08 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/08 @@ -0,0 +1,140 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) **Copyright** +'\" +.TH "ALL" a 5 \&.MODULE\&. "\&.\&.THE_MODULE\&.\&." +.so man.macros +.BS +.SH NAME +ALL \- \&.\&.THE_TITLE\&.\&. +.SH SYNOPSIS +package require \fBAAA \fR +.sp +package require \fBBBB VVV\fR +.sp +package require \fBCCC ?VVV?\fR +.sp +CMDNAME \&.\&.\&. +.sp +CMDNAME \&.\&.\&. +.sp +CMDNAME \&.\&.\&. +.sp +.BE +.SH DESCRIPTION +.TP +\fBNAME\fR +DESCRIPTION ::\fBCommand\fR:: +.TP +\fBNAME\fR +DESCRIPTION :::: +.TP +\fBNAME\fR +DESCRIPTION ::\fBConstant\fR:: +.PP +.SH API +.TP +TERM +DESCRIPTION ::\fIEmphasis\fR:: +.TP +TERM +DESCRIPTION ::"\fIFile/Path\fR":: +.RS +.LP +.nf +.ta 6c +Command-Line Switch: \fBNAME\fR +Database Name: \fBDBNAME\fR +Database Class: \fBCLASS\fR + +.fi +.IP +DESCRIPTION \fBNARGLE\fR +.LP +.nf +.ta 6c +Command-Line Switch: \fBNAME\fR +Database Name: \fBDBNAME\fR +Database Class: \fBCLASS\fR + +.fi +.IP +DESCRIPTION ::\fBFunction\fR:: +.LP +.nf +.ta 6c +Command-Line Switch: \fBNAME\fR +Database Name: \fBDBNAME\fR +Database Class: \fBCLASS\fR + +.fi +.IP +DESCRIPTION ::\fBMethod\fR:: +.RE +.TP +TERM +DESCRIPTION +.TP +CMDNAME \&.\&.\&. +DESCRIPTION ::\fBNamespace\fR:: +.RS +.TP +TYPE \fINAME\fR +DESCRIPTION ::\fIArgument\fR:: +.TP +TYPE \fINAME\fR +DESCRIPTION ::\fBOption\fR:: +.TP +TYPE \fINAME\fR (MODE) +DESCRIPTION ::?Optional?:: +.CS + + + THE ARGUMENT IS USED IN THIS + AND/OR THAT MANNER + +.CE +.RE +.TP +CMDNAME \&.\&.\&. +DESCRIPTION ::\fBPackage\fR:: +.TP +CMDNAME \&.\&.\&. +DESCRIPTION ::\fBSystemCommand\fR:: +.RS +.TP +\fBNAME\fR +DESCRIPTION ::\fITerm\fR:: +.TP +\fBNAME\fR +DESCRIPTION ::\fBType\fR:: +.TP +\fBNAME\fR ARGUMENT +DESCRIPTION ::\fIUri\fR:: +.RE +.PP +.SS NARGLE +.IP [1] +PARAGRAPH ::\fIUriLabel\fR [Uri]:: +.IP [2] +PARAGRAPH ::\fBVariable\fR:: +.IP [3] +PARAGRAPH ::\fBWidget\fR:: +.RS +.IP \(bu +PARAGRAPH ::\fBClass\fR:: +.IP \(bu +PARAGRAPH +.IP \(bu +PARAGRAPH +.RE +.PP +.SH "SEE ALSO" +ELSE, OTHER +.SH KEYWORDS +KEYA, KEYZ +.SH COPYRIGHT +.nf +Copyright (c) **Copyright** + +.fi ADDED modules/doctools/tests/fmt/nroff/09 Index: modules/doctools/tests/fmt/nroff/09 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/09 @@ -0,0 +1,47 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) \&.COPYRIGHT\&. +'\" +.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "" +.so man.macros +.BS +.SH NAME +TEST \- +.SH DESCRIPTION +lorem +.CS + + +1 lorem ipsum dolores + +.CE +ipsum +.CS + + 2 lorem ipsum dolores +.CE +dolores +.CS + + +3 lorem ipsum dolores + +.CE +lorem +.CS + + 4 lorem ipsum dolores + +.CE +ipsum +.CS + + +5 lorem ipsum dolores +.CE +dolores +.SH COPYRIGHT +.nf +Copyright (c) \&.COPYRIGHT\&. + +.fi ADDED modules/doctools/tests/fmt/nroff/10 Index: modules/doctools/tests/fmt/nroff/10 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/10 @@ -0,0 +1,29 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) \&.COPYRIGHT\&. +'\" +.TH "test-itemized" 1 n \&.MODULE\&. "" +.so man.macros +.BS +.SH NAME +test-itemized \- +.SH DESCRIPTION +lorem ipsum dolores +.IP \(bu +lorem ipsum dolores +.IP \(bu +lorem ipsum dolores +.sp +lorem ipsum dolores +.IP \(bu +lorem ipsum dolores +.sp +lorem ipsum dolores +.sp +lorem ipsum dolores +.PP +.SH COPYRIGHT +.nf +Copyright (c) \&.COPYRIGHT\&. + +.fi ADDED modules/doctools/tests/fmt/nroff/11 Index: modules/doctools/tests/fmt/nroff/11 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/11 @@ -0,0 +1,29 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) \&.COPYRIGHT\&. +'\" +.TH "test-enumerated" 1 n \&.MODULE\&. "" +.so man.macros +.BS +.SH NAME +test-enumerated \- +.SH DESCRIPTION +lorem ipsum dolores +.IP [1] +lorem ipsum dolores +.IP [2] +lorem ipsum dolores +.sp +lorem ipsum dolores +.IP [3] +lorem ipsum dolores +.sp +lorem ipsum dolores +.sp +lorem ipsum dolores +.PP +.SH COPYRIGHT +.nf +Copyright (c) \&.COPYRIGHT\&. + +.fi ADDED modules/doctools/tests/fmt/nroff/12 Index: modules/doctools/tests/fmt/nroff/12 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/12 @@ -0,0 +1,32 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) \&.COPYRIGHT\&. +'\" +.TH "test-definitions" 1 n \&.MODULE\&. "" +.so man.macros +.BS +.SH NAME +test-definitions \- +.SH DESCRIPTION +lorem ipsum dolores +.TP +lorem +ipsum dolores +.TP +lorem +ipsum dolores +.sp +lorem ipsum dolores +.TP +lorem +ipsum dolores +.sp +lorem ipsum dolores +.sp +lorem ipsum dolores +.PP +.SH COPYRIGHT +.nf +Copyright (c) \&.COPYRIGHT\&. + +.fi ADDED modules/doctools/tests/fmt/nroff/13 Index: modules/doctools/tests/fmt/nroff/13 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/13 @@ -0,0 +1,38 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) \&.COPYRIGHT\&. +'\" +.TH "test-itemized-examples" 1 n \&.MODULE\&. "" +.so man.macros +.BS +.SH NAME +test-itemized-examples \- +.SH DESCRIPTION +lorem ipsum dolores +.IP \(bu +.CS + + A lorem ipsum dolores +.CE +.IP \(bu +lorem ipsum dolores +.CS + + B lorem ipsum dolores +.CE +.IP +lorem ipsum dolores +.IP \(bu +lorem ipsum dolores +.CS + + C lorem ipsum dolores +.CE +.IP \(bu +lorem ipsum dolores +.PP +.SH COPYRIGHT +.nf +Copyright (c) \&.COPYRIGHT\&. + +.fi ADDED modules/doctools/tests/fmt/nroff/14 Index: modules/doctools/tests/fmt/nroff/14 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/14 @@ -0,0 +1,38 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) \&.COPYRIGHT\&. +'\" +.TH "test-enumerated-examples" 1 n \&.MODULE\&. "" +.so man.macros +.BS +.SH NAME +test-enumerated-examples \- +.SH DESCRIPTION +lorem ipsum dolores +.IP [1] +.CS + + A1 lorem ipsum dolores +.CE +.IP [2] +lorem ipsum dolores +.CS + + B2 lorem ipsum dolores +.CE +.IP +lorem ipsum dolores +.IP [3] +lorem ipsum dolores +.CS + + C3 lorem ipsum dolores +.CE +.IP [4] +lorem ipsum dolores +.PP +.SH COPYRIGHT +.nf +Copyright (c) \&.COPYRIGHT\&. + +.fi ADDED modules/doctools/tests/fmt/nroff/15 Index: modules/doctools/tests/fmt/nroff/15 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/nroff/15 @@ -0,0 +1,42 @@ +'\" +'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' +'\" Copyright (c) \&.COPYRIGHT\&. +'\" +.TH "test-definition-examples" 1 n \&.MODULE\&. "" +.so man.macros +.BS +.SH NAME +test-definition-examples \- +.SH DESCRIPTION +lorem ipsum dolores +.TP +lorem +.CS + + A1 lorem ipsum dolores +.CE +.TP +lorem +ipsum dolores +.CS + + B2 lorem ipsum dolores +.CE +.IP +lorem ipsum dolores +.TP +lorem +ipsum dolores +.CS + + C3 lorem ipsum dolores +.CE +.TP +lorem +ipsum dolores +.PP +.SH COPYRIGHT +.nf +Copyright (c) \&.COPYRIGHT\&. + +.fi ADDED modules/doctools/tests/fmt/null/00 Index: modules/doctools/tests/fmt/null/00 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/00 ADDED modules/doctools/tests/fmt/null/01 Index: modules/doctools/tests/fmt/null/01 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/01 ADDED modules/doctools/tests/fmt/null/02 Index: modules/doctools/tests/fmt/null/02 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/02 ADDED modules/doctools/tests/fmt/null/03 Index: modules/doctools/tests/fmt/null/03 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/03 ADDED modules/doctools/tests/fmt/null/04 Index: modules/doctools/tests/fmt/null/04 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/04 ADDED modules/doctools/tests/fmt/null/05 Index: modules/doctools/tests/fmt/null/05 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/05 ADDED modules/doctools/tests/fmt/null/06 Index: modules/doctools/tests/fmt/null/06 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/06 ADDED modules/doctools/tests/fmt/null/07 Index: modules/doctools/tests/fmt/null/07 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/07 ADDED modules/doctools/tests/fmt/null/08 Index: modules/doctools/tests/fmt/null/08 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/08 ADDED modules/doctools/tests/fmt/null/09 Index: modules/doctools/tests/fmt/null/09 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/09 ADDED modules/doctools/tests/fmt/null/10 Index: modules/doctools/tests/fmt/null/10 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/10 ADDED modules/doctools/tests/fmt/null/11 Index: modules/doctools/tests/fmt/null/11 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/11 ADDED modules/doctools/tests/fmt/null/12 Index: modules/doctools/tests/fmt/null/12 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/12 ADDED modules/doctools/tests/fmt/null/13 Index: modules/doctools/tests/fmt/null/13 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/13 ADDED modules/doctools/tests/fmt/null/14 Index: modules/doctools/tests/fmt/null/14 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/14 ADDED modules/doctools/tests/fmt/null/15 Index: modules/doctools/tests/fmt/null/15 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/null/15 ADDED modules/doctools/tests/fmt/syntax/e_arg_list Index: modules/doctools/tests/fmt/syntax/e_arg_list ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_arg_list @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[list_begin definitions] +[arg_def arg-type arg-name] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_body Index: modules/doctools/tests/fmt/syntax/e_body ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_body @@ -0,0 +1,4 @@ +Text before manpage_begin is not allowed +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_arg_def1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_arg_def1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_arg_def1 @@ -0,0 +1,4 @@ +[arg_def arg-type arg-name] +[manpage_end ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_arg_def2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_arg_def2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_arg_def2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[arg_def arg-type arg-name] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_arg_def3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_arg_def3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_arg_def3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[arg_def arg-type arg-name] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_call1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_call1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_call1 @@ -0,0 +1,4 @@ +[call .command.] +[manpage_end ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_call2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_call2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_call2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[call .command.] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_call3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_call3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_call3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[call .command.] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_cmd_def1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_cmd_def1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_cmd_def1 @@ -0,0 +1,4 @@ +[cmd_def .command.] +[manpage_end ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_cmd_def2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_cmd_def2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_cmd_def2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[cmd_def .command.] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_cmd_def3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_cmd_def3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_cmd_def3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[cmd_def .command.] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_def1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_def1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_def1 @@ -0,0 +1,4 @@ +[def] +[manpage_end ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_def2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_def2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_def2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[def] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_def3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_def3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_def3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[def] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_enum1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_enum1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_enum1 @@ -0,0 +1,4 @@ +[enum] +[manpage_end ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_enum2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_enum2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_enum2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[enum] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_enum3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_enum3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_enum3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[enum] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_example1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_example1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_example1 @@ -0,0 +1,4 @@ +[example {}] +[manpage_end ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_example2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_example2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_example2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[example {}] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_example3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_example3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_example3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[example {}] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_example_begin1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_example_begin1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_example_begin1 @@ -0,0 +1,4 @@ +[example_begin] +[manpage_end ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_example_begin2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_example_begin2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_example_begin2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[example_begin] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_example_begin3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_example_begin3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_example_begin3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[example_begin] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_item1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_item1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_item1 @@ -0,0 +1,4 @@ +[item] +[manpage_end ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_item2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_item2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_item2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[item] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_item3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_item3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_item3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[item] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_list_begin1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_list_begin1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_list_begin1 @@ -0,0 +1,4 @@ +[list_begin definitions] +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_list_begin2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_list_begin2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_list_begin2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[list_begin definitions] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_list_begin3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_list_begin3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_list_begin3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[list_begin definitions] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_list_end1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_list_end1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_list_end1 @@ -0,0 +1,4 @@ +[list_end] +[manpage_end ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_list_end2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_list_end2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_list_end2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[list_end] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_list_end3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_list_end3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_list_end3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[list_end] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_manpage_end Index: modules/doctools/tests/fmt/syntax/e_bodycmd_manpage_end ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_manpage_end @@ -0,0 +1,5 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {example not closed}] +[example_begin] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_opt_def1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_opt_def1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_opt_def1 @@ -0,0 +1,4 @@ +[opt_def .option.] +[manpage_end ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_opt_def2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_opt_def2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_opt_def2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[opt_def .option.] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_opt_def3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_opt_def3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_opt_def3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[opt_def .option.] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_para1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_para1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_para1 @@ -0,0 +1,4 @@ +[para] +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_para2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_para2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_para2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[para] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_para3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_para3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_para3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[para] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_section1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_section1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_section1 @@ -0,0 +1,4 @@ +[section foo] +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_section2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_section2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_section2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[section foo] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_section3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_section3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_section3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[section foo] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_sectref1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_sectref1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_sectref1 @@ -0,0 +1,4 @@ +[sectref S] +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_sectref2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_sectref2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_sectref2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[sectref S] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_sectref3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_sectref3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_sectref3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[sectref S] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_subsection1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_subsection1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_subsection1 @@ -0,0 +1,4 @@ +[subsection foo] +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_subsection2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_subsection2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_subsection2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[subsection foo] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_subsection3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_subsection3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_subsection3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad subsection}] +[example_begin] +[subsection foo] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_tkoption_def1 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_tkoption_def1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_tkoption_def1 @@ -0,0 +1,4 @@ +[tkoption_def .option. .dbname. .dbclass.] +[manpage_end ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_tkoption_def2 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_tkoption_def2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_tkoption_def2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[tkoption_def .option. .dbname. .dbclass.] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bodycmd_tkoption_def3 Index: modules/doctools/tests/fmt/syntax/e_bodycmd_tkoption_def3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bodycmd_tkoption_def3 @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_begin] +[tkoption_def .option. .dbname. .dbclass.] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_bulletlist Index: modules/doctools/tests/fmt/syntax/e_bulletlist ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_bulletlist @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[list_begin definitions] +[item] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_cmd_list Index: modules/doctools/tests/fmt/syntax/e_cmd_list ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_cmd_list @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[list_begin definitions] +[cmd_def .command.] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_deflist_call Index: modules/doctools/tests/fmt/syntax/e_deflist_call ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_deflist_call @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[list_begin arguments] +[call .command.] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_deflist_def Index: modules/doctools/tests/fmt/syntax/e_deflist_def ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_deflist_def @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[list_begin options] +[def] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_end_open_example Index: modules/doctools/tests/fmt/syntax/e_end_open_example ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_end_open_example @@ -0,0 +1,5 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {example not closed}] +[example_begin] + ADDED modules/doctools/tests/fmt/syntax/e_end_open_list Index: modules/doctools/tests/fmt/syntax/e_end_open_list ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_end_open_list @@ -0,0 +1,5 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[list_begin commands] +[comment {list not closed}] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_end_open_mp Index: modules/doctools/tests/fmt/syntax/e_end_open_mp ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_end_open_mp @@ -0,0 +1,2 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[comment {manpage not closed}] ADDED modules/doctools/tests/fmt/syntax/e_enumlist Index: modules/doctools/tests/fmt/syntax/e_enumlist ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_enumlist @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[list_begin definitions] +[enum] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_examplecmd1 Index: modules/doctools/tests/fmt/syntax/e_examplecmd1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_examplecmd1 @@ -0,0 +1,4 @@ +[example_end] +[manpage_end ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_examplecmd2 Index: modules/doctools/tests/fmt/syntax/e_examplecmd2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_examplecmd2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[example_end] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_examplecmd3 Index: modules/doctools/tests/fmt/syntax/e_examplecmd3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_examplecmd3 @@ -0,0 +1,5 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[example_end] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_hdrcmd_copyright1 Index: modules/doctools/tests/fmt/syntax/e_hdrcmd_copyright1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_hdrcmd_copyright1 @@ -0,0 +1,4 @@ +[copyright foo] +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_hdrcmd_copyright2 Index: modules/doctools/tests/fmt/syntax/e_hdrcmd_copyright2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_hdrcmd_copyright2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[copyright foo] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_hdrcmd_description1 Index: modules/doctools/tests/fmt/syntax/e_hdrcmd_description1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_hdrcmd_description1 @@ -0,0 +1,4 @@ +[description] +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_hdrcmd_description2 Index: modules/doctools/tests/fmt/syntax/e_hdrcmd_description2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_hdrcmd_description2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_hdrcmd_moddesc1 Index: modules/doctools/tests/fmt/syntax/e_hdrcmd_moddesc1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_hdrcmd_moddesc1 @@ -0,0 +1,4 @@ +[moddesc foo] +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_hdrcmd_moddesc2 Index: modules/doctools/tests/fmt/syntax/e_hdrcmd_moddesc2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_hdrcmd_moddesc2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[moddesc foo] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_hdrcmd_require1 Index: modules/doctools/tests/fmt/syntax/e_hdrcmd_require1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_hdrcmd_require1 @@ -0,0 +1,4 @@ +[require foo] +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_hdrcmd_require2 Index: modules/doctools/tests/fmt/syntax/e_hdrcmd_require2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_hdrcmd_require2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[require foo] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_hdrcmd_titledesc1 Index: modules/doctools/tests/fmt/syntax/e_hdrcmd_titledesc1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_hdrcmd_titledesc1 @@ -0,0 +1,4 @@ +[titledesc foo] +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_hdrcmd_titledesc2 Index: modules/doctools/tests/fmt/syntax/e_hdrcmd_titledesc2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_hdrcmd_titledesc2 @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[titledesc foo] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_invalidlist_list_begin Index: modules/doctools/tests/fmt/syntax/e_invalidlist_list_begin ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_invalidlist_list_begin @@ -0,0 +1,5 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[list_begin bogus] +[list_end] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_listcmd_arg_def Index: modules/doctools/tests/fmt/syntax/e_listcmd_arg_def ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_listcmd_arg_def @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] + +[arg_def arg-type arg-name] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_listcmd_call Index: modules/doctools/tests/fmt/syntax/e_listcmd_call ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_listcmd_call @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] + +[call .command.] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_listcmd_cmd_def Index: modules/doctools/tests/fmt/syntax/e_listcmd_cmd_def ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_listcmd_cmd_def @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] + +[cmd_def .command.] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_listcmd_def Index: modules/doctools/tests/fmt/syntax/e_listcmd_def ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_listcmd_def @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] + +[def] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_listcmd_enum Index: modules/doctools/tests/fmt/syntax/e_listcmd_enum ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_listcmd_enum @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] + +[enum] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_listcmd_item Index: modules/doctools/tests/fmt/syntax/e_listcmd_item ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_listcmd_item @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] + +[item] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_listcmd_opt_def Index: modules/doctools/tests/fmt/syntax/e_listcmd_opt_def ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_listcmd_opt_def @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] + +[opt_def .option.] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_listcmd_tkoption_def Index: modules/doctools/tests/fmt/syntax/e_listcmd_tkoption_def ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_listcmd_tkoption_def @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] + +[tkoption_def .option. .dbname. .dbclass.] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_mpbegin Index: modules/doctools/tests/fmt/syntax/e_mpbegin ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_mpbegin @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[manpage_begin BOGUS e 2.71828182845904523536] +[description] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_arg Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_arg ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_arg @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[arg .a.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_class Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_class ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_class @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[class .c.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_cmd Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_cmd ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_cmd @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[cmd .c.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_comment Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_comment ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_comment @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[comment .c] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_const Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_const ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_const @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[const .c.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_emph Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_emph ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_emph @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[emph .t.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_file Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_file ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_file @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[file .f.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_fun Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_fun ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_fun @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[fun .f.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_keywords Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_keywords ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_keywords @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[keywords .kw.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_method Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_method ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_method @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[method .m.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_namespace Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_namespace ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_namespace @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[namespace .n.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_opt Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_opt ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_opt @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[opt .o] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_option Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_option ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_option @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[option .o.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_package Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_package ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_package @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[package .p.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_see_also Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_see_also ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_see_also @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[see_also .sa.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_syscmd Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_syscmd ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_syscmd @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[syscmd .t] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_term Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_term ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_term @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[term .t.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_type Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_type ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_type @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[type .t.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_uri Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_uri ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_uri @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[uri .u.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_usage Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_usage ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_usage @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[usage .c.] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_var Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_var ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_var @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[var .v] ADDED modules/doctools/tests/fmt/syntax/e_nodonecmd_widget Index: modules/doctools/tests/fmt/syntax/e_nodonecmd_widget ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nodonecmd_widget @@ -0,0 +1,4 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[manpage_end] +[widget .w.] ADDED modules/doctools/tests/fmt/syntax/e_nolistcmd_section Index: modules/doctools/tests/fmt/syntax/e_nolistcmd_section ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nolistcmd_section @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[list_begin definitions] +[section foo] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_nolistcmd_subsection Index: modules/doctools/tests/fmt/syntax/e_nolistcmd_subsection ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nolistcmd_subsection @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad subsection}] +[list_begin definitions] +[subsection foo] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_nolisthdr_example Index: modules/doctools/tests/fmt/syntax/e_nolisthdr_example ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nolisthdr_example @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad example before list item}] +[list_begin definitions] +[example {}] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_nolisthdr_example_begin Index: modules/doctools/tests/fmt/syntax/e_nolisthdr_example_begin ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nolisthdr_example_begin @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad example_begin before list item}] +[list_begin definitions] +[example_begin] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_nolisthdr_list_begin Index: modules/doctools/tests/fmt/syntax/e_nolisthdr_list_begin ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nolisthdr_list_begin @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad list_begin before list item}] +[list_begin definitions] +[list_begin definitions] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_nolisthdr_para Index: modules/doctools/tests/fmt/syntax/e_nolisthdr_para ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nolisthdr_para @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad para before list item}] +[list_begin definitions] +[para] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_nolisthdr_sectref Index: modules/doctools/tests/fmt/syntax/e_nolisthdr_sectref ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nolisthdr_sectref @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad sectref S before list item}] +[list_begin definitions] +[sectref S] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_nolisttxt Index: modules/doctools/tests/fmt/syntax/e_nolisttxt ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_nolisttxt @@ -0,0 +1,7 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[list_begin definitions] +Text between list_begin and first item is not allowed +[def foo] +[list_end] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_opt_list Index: modules/doctools/tests/fmt/syntax/e_opt_list ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_opt_list @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[list_begin definitions] +[opt_def .option.] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/e_tkoption_list Index: modules/doctools/tests/fmt/syntax/e_tkoption_list ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/e_tkoption_list @@ -0,0 +1,6 @@ +[manpage_begin ERROR e 2.71828182845904523536] +[description] +[comment {bad section}] +[list_begin definitions] +[tkoption_def .option. .dbname. .dbclass.] +[manpage_end] ADDED modules/doctools/tests/fmt/syntax/r_arg_list Index: modules/doctools/tests/fmt/syntax/r_arg_list ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_arg_list @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[arg_def arg-type arg-name] +--> (FmtError) Manpage error (arg_list), "arg_def arg-type arg-name" : Command restricted to usage in argument lists. ADDED modules/doctools/tests/fmt/syntax/r_body Index: modules/doctools/tests/fmt/syntax/r_body ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_body @@ -0,0 +1,4 @@ +Doctools Error in plain text at line 1, column 0: +[plain_text {Text before manpag...] +--> (FmtError) Manpage error (body), "plain_text Text before manpage_begin is not allowed +" : Plain text not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_arg_def1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_arg_def1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_arg_def1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[arg_def arg-type arg-name] +--> (FmtError) Manpage error (bodycmd), "arg_def arg-type arg-name" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_arg_def2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_arg_def2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_arg_def2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[arg_def arg-type arg-name] +--> (FmtError) Manpage error (bodycmd), "arg_def arg-type arg-name" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_arg_def3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_arg_def3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_arg_def3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[arg_def arg-type arg-name] +--> (FmtError) Manpage error (bodycmd), "arg_def arg-type arg-name" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_call1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_call1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_call1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[call .command.] +--> (FmtError) Manpage error (bodycmd), "call .command." : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_call2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_call2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_call2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[call .command.] +--> (FmtError) Manpage error (bodycmd), "call .command." : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_call3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_call3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_call3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[call .command.] +--> (FmtError) Manpage error (bodycmd), "call .command." : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_cmd_def1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_cmd_def1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_cmd_def1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[cmd_def .command.] +--> (FmtError) Manpage error (bodycmd), "cmd_def .command." : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_cmd_def2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_cmd_def2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_cmd_def2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[cmd_def .command.] +--> (FmtError) Manpage error (bodycmd), "cmd_def .command." : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_cmd_def3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_cmd_def3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_cmd_def3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[cmd_def .command.] +--> (FmtError) Manpage error (bodycmd), "cmd_def .command." : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_def1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_def1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_def1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[def] +--> (FmtError) Manpage error (bodycmd), "def" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_def2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_def2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_def2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[def] +--> (FmtError) Manpage error (bodycmd), "def" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_def3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_def3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_def3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[def] +--> (FmtError) Manpage error (bodycmd), "def" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_enum1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_enum1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_enum1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[enum] +--> (FmtError) Manpage error (bodycmd), "enum" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_enum2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_enum2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_enum2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[enum] +--> (FmtError) Manpage error (bodycmd), "enum" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_enum3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_enum3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_enum3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[enum] +--> (FmtError) Manpage error (bodycmd), "enum" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_example1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_example1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_example1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[example {}] +--> (FmtError) Manpage error (bodycmd), "example " : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_example2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_example2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_example2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[example {}] +--> (FmtError) Manpage error (bodycmd), "example " : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_example3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_example3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_example3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[example {}] +--> (FmtError) Manpage error (bodycmd), "example " : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_example_begin1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_example_begin1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_example_begin1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[example_begin] +--> (FmtError) Manpage error (bodycmd), "example_begin" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_example_begin2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_example_begin2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_example_begin2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[example_begin] +--> (FmtError) Manpage error (bodycmd), "example_begin" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_example_begin3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_example_begin3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_example_begin3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[example_begin] +--> (FmtError) Manpage error (bodycmd), "example_begin" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_item1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_item1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_item1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[item] +--> (FmtError) Manpage error (bodycmd), "item" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_item2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_item2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_item2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[item] +--> (FmtError) Manpage error (bodycmd), "item" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_item3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_item3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_item3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[item] +--> (FmtError) Manpage error (bodycmd), "item" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_list_begin1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_list_begin1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_list_begin1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[list_begin definitions] +--> (FmtError) Manpage error (bodycmd), "list_begin definitions" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_list_begin2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_list_begin2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_list_begin2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[list_begin definitions] +--> (FmtError) Manpage error (bodycmd), "list_begin definitions" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_list_begin3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_list_begin3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_list_begin3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[list_begin definitions] +--> (FmtError) Manpage error (bodycmd), "list_begin definitions" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_list_end1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_list_end1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_list_end1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[list_end] +--> (FmtError) Manpage error (bodycmd), "list_end" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_list_end2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_list_end2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_list_end2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[list_end] +--> (FmtError) Manpage error (bodycmd), "list_end" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_list_end3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_list_end3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_list_end3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[list_end] +--> (FmtError) Manpage error (bodycmd), "list_end" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_manpage_end Index: modules/doctools/tests/fmt/syntax/r_bodycmd_manpage_end ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_manpage_end @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[manpage_end] +--> (FmtError) Manpage error (bodycmd), "manpage_end" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_opt_def1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_opt_def1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_opt_def1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[opt_def .option.] +--> (FmtError) Manpage error (bodycmd), "opt_def .option." : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_opt_def2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_opt_def2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_opt_def2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[opt_def .option.] +--> (FmtError) Manpage error (bodycmd), "opt_def .option." : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_opt_def3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_opt_def3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_opt_def3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[opt_def .option.] +--> (FmtError) Manpage error (bodycmd), "opt_def .option." : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_para1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_para1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_para1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[para] +--> (FmtError) Manpage error (bodycmd), "para" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_para2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_para2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_para2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[para] +--> (FmtError) Manpage error (bodycmd), "para" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_para3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_para3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_para3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[para] +--> (FmtError) Manpage error (bodycmd), "para" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_section1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_section1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_section1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[section foo] +--> (FmtError) Manpage error (bodycmd), "section foo" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_section2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_section2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_section2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[section foo] +--> (FmtError) Manpage error (bodycmd), "section foo" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_section3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_section3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_section3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[section foo] +--> (FmtError) Manpage error (bodycmd), "section foo" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_sectref1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_sectref1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_sectref1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[sectref S] +--> (FmtError) Manpage error (bodycmd), "sectref S" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_sectref2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_sectref2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_sectref2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[sectref S] +--> (FmtError) Manpage error (bodycmd), "sectref S" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_sectref3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_sectref3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_sectref3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[sectref S] +--> (FmtError) Manpage error (bodycmd), "sectref S" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_subsection1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_subsection1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_subsection1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[subsection foo] +--> (FmtError) Manpage error (bodycmd), "subsection foo" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_subsection2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_subsection2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_subsection2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[subsection foo] +--> (FmtError) Manpage error (bodycmd), "subsection foo" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_subsection3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_subsection3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_subsection3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[subsection foo] +--> (FmtError) Manpage error (bodycmd), "subsection foo" : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_tkoption_def1 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_tkoption_def1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_tkoption_def1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[tkoption_def .option. .dbname....] +--> (FmtError) Manpage error (bodycmd), "tkoption_def .option. .dbname. .dbclass." : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_tkoption_def2 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_tkoption_def2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_tkoption_def2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[tkoption_def .option. .dbname....] +--> (FmtError) Manpage error (bodycmd), "tkoption_def .option. .dbname. .dbclass." : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bodycmd_tkoption_def3 Index: modules/doctools/tests/fmt/syntax/r_bodycmd_tkoption_def3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bodycmd_tkoption_def3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[tkoption_def .option. .dbname....] +--> (FmtError) Manpage error (bodycmd), "tkoption_def .option. .dbname. .dbclass." : Command not allowed outside of the body of the manpage. ADDED modules/doctools/tests/fmt/syntax/r_bulletlist Index: modules/doctools/tests/fmt/syntax/r_bulletlist ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_bulletlist @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[item] +--> (FmtError) Manpage error (bulletlist), "item" : Command restricted to usage in itemized lists. ADDED modules/doctools/tests/fmt/syntax/r_cmd_list Index: modules/doctools/tests/fmt/syntax/r_cmd_list ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_cmd_list @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[cmd_def .command.] +--> (FmtError) Manpage error (cmd_list), "cmd_def .command." : Command restricted to usage in command lists. ADDED modules/doctools/tests/fmt/syntax/r_deflist_call Index: modules/doctools/tests/fmt/syntax/r_deflist_call ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_deflist_call @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[call .command.] +--> (FmtError) Manpage error (deflist), "call .command." : Command restricted to usage in definition lists. ADDED modules/doctools/tests/fmt/syntax/r_deflist_def Index: modules/doctools/tests/fmt/syntax/r_deflist_def ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_deflist_def @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[def] +--> (FmtError) Manpage error (deflist), "def" : Command restricted to usage in definition lists. ADDED modules/doctools/tests/fmt/syntax/r_end_open_example Index: modules/doctools/tests/fmt/syntax/r_end_open_example ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_end_open_example @@ -0,0 +1,1 @@ +(FmtError) Manpage error (end/open/example), "ck_complete" : End of manpage reached, [example_end] missing. ADDED modules/doctools/tests/fmt/syntax/r_end_open_list Index: modules/doctools/tests/fmt/syntax/r_end_open_list ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_end_open_list @@ -0,0 +1,1 @@ +(FmtError) Manpage error (end/open/list), "ck_complete" : End of manpage reached, [list_end] missing. ADDED modules/doctools/tests/fmt/syntax/r_end_open_mp Index: modules/doctools/tests/fmt/syntax/r_end_open_mp ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_end_open_mp @@ -0,0 +1,1 @@ +(FmtError) Manpage error (end/open/mp), "ck_complete" : End of manpage reached, [manpage_end] missing. ADDED modules/doctools/tests/fmt/syntax/r_enumlist Index: modules/doctools/tests/fmt/syntax/r_enumlist ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_enumlist @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[enum] +--> (FmtError) Manpage error (enumlist), "enum" : Command restricted to usage in enumerated lists. ADDED modules/doctools/tests/fmt/syntax/r_examplecmd1 Index: modules/doctools/tests/fmt/syntax/r_examplecmd1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_examplecmd1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[example_end] +--> (FmtError) Manpage error (examplecmd), "example_end" : Command allowed only to close example section. ADDED modules/doctools/tests/fmt/syntax/r_examplecmd2 Index: modules/doctools/tests/fmt/syntax/r_examplecmd2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_examplecmd2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[example_end] +--> (FmtError) Manpage error (examplecmd), "example_end" : Command allowed only to close example section. ADDED modules/doctools/tests/fmt/syntax/r_examplecmd3 Index: modules/doctools/tests/fmt/syntax/r_examplecmd3 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_examplecmd3 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[example_end] +--> (FmtError) Manpage error (examplecmd), "example_end" : Command allowed only to close example section. ADDED modules/doctools/tests/fmt/syntax/r_hdrcmd_copyright1 Index: modules/doctools/tests/fmt/syntax/r_hdrcmd_copyright1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_hdrcmd_copyright1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[copyright foo] +--> (FmtError) Manpage error (hdrcmd), "copyright foo" : Command not allowed outside of the header section. ADDED modules/doctools/tests/fmt/syntax/r_hdrcmd_copyright2 Index: modules/doctools/tests/fmt/syntax/r_hdrcmd_copyright2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_hdrcmd_copyright2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 3, column 0: +[copyright foo] +--> (FmtError) Manpage error (hdrcmd), "copyright foo" : Command not allowed outside of the header section. ADDED modules/doctools/tests/fmt/syntax/r_hdrcmd_description1 Index: modules/doctools/tests/fmt/syntax/r_hdrcmd_description1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_hdrcmd_description1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[description] +--> (FmtError) Manpage error (hdrcmd), "description" : Command not allowed outside of the header section. ADDED modules/doctools/tests/fmt/syntax/r_hdrcmd_description2 Index: modules/doctools/tests/fmt/syntax/r_hdrcmd_description2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_hdrcmd_description2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 3, column 0: +[description] +--> (FmtError) Manpage error (hdrcmd), "description" : Command not allowed outside of the header section. ADDED modules/doctools/tests/fmt/syntax/r_hdrcmd_moddesc1 Index: modules/doctools/tests/fmt/syntax/r_hdrcmd_moddesc1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_hdrcmd_moddesc1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[moddesc foo] +--> (FmtError) Manpage error (hdrcmd), "moddesc foo" : Command not allowed outside of the header section. ADDED modules/doctools/tests/fmt/syntax/r_hdrcmd_moddesc2 Index: modules/doctools/tests/fmt/syntax/r_hdrcmd_moddesc2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_hdrcmd_moddesc2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 3, column 0: +[moddesc foo] +--> (FmtError) Manpage error (hdrcmd), "moddesc foo" : Command not allowed outside of the header section. ADDED modules/doctools/tests/fmt/syntax/r_hdrcmd_require1 Index: modules/doctools/tests/fmt/syntax/r_hdrcmd_require1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_hdrcmd_require1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[require foo] +--> (FmtError) Manpage error (hdrcmd), "require foo" : Command not allowed outside of the header section. ADDED modules/doctools/tests/fmt/syntax/r_hdrcmd_require2 Index: modules/doctools/tests/fmt/syntax/r_hdrcmd_require2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_hdrcmd_require2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 3, column 0: +[require foo] +--> (FmtError) Manpage error (hdrcmd), "require foo" : Command not allowed outside of the header section. ADDED modules/doctools/tests/fmt/syntax/r_hdrcmd_titledesc1 Index: modules/doctools/tests/fmt/syntax/r_hdrcmd_titledesc1 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_hdrcmd_titledesc1 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 1, column 0: +[titledesc foo] +--> (FmtError) Manpage error (hdrcmd), "titledesc foo" : Command not allowed outside of the header section. ADDED modules/doctools/tests/fmt/syntax/r_hdrcmd_titledesc2 Index: modules/doctools/tests/fmt/syntax/r_hdrcmd_titledesc2 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_hdrcmd_titledesc2 @@ -0,0 +1,3 @@ +Doctools Error in macro at line 3, column 0: +[titledesc foo] +--> (FmtError) Manpage error (hdrcmd), "titledesc foo" : Command not allowed outside of the header section. ADDED modules/doctools/tests/fmt/syntax/r_invalidlist_list_begin Index: modules/doctools/tests/fmt/syntax/r_invalidlist_list_begin ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_invalidlist_list_begin @@ -0,0 +1,3 @@ +Doctools Error in macro at line 3, column 0: +[list_begin bogus] +--> (FmtError) Manpage error (invalidlist), "list_begin bogus" : Invalid list type "bogus". ADDED modules/doctools/tests/fmt/syntax/r_listcmd_arg_def Index: modules/doctools/tests/fmt/syntax/r_listcmd_arg_def ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_listcmd_arg_def @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[arg_def arg-type arg-name] +--> (FmtError) Manpage error (listcmd), "arg_def arg-type arg-name" : Command not allowed outside of a list. ADDED modules/doctools/tests/fmt/syntax/r_listcmd_call Index: modules/doctools/tests/fmt/syntax/r_listcmd_call ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_listcmd_call @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[call .command.] +--> (FmtError) Manpage error (listcmd), "call .command." : Command not allowed outside of a list. ADDED modules/doctools/tests/fmt/syntax/r_listcmd_cmd_def Index: modules/doctools/tests/fmt/syntax/r_listcmd_cmd_def ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_listcmd_cmd_def @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[cmd_def .command.] +--> (FmtError) Manpage error (listcmd), "cmd_def .command." : Command not allowed outside of a list. ADDED modules/doctools/tests/fmt/syntax/r_listcmd_def Index: modules/doctools/tests/fmt/syntax/r_listcmd_def ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_listcmd_def @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[def] +--> (FmtError) Manpage error (listcmd), "def" : Command not allowed outside of a list. ADDED modules/doctools/tests/fmt/syntax/r_listcmd_enum Index: modules/doctools/tests/fmt/syntax/r_listcmd_enum ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_listcmd_enum @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[enum] +--> (FmtError) Manpage error (listcmd), "enum" : Command not allowed outside of a list. ADDED modules/doctools/tests/fmt/syntax/r_listcmd_item Index: modules/doctools/tests/fmt/syntax/r_listcmd_item ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_listcmd_item @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[item] +--> (FmtError) Manpage error (listcmd), "item" : Command not allowed outside of a list. ADDED modules/doctools/tests/fmt/syntax/r_listcmd_opt_def Index: modules/doctools/tests/fmt/syntax/r_listcmd_opt_def ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_listcmd_opt_def @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[opt_def .option.] +--> (FmtError) Manpage error (listcmd), "opt_def .option." : Command not allowed outside of a list. ADDED modules/doctools/tests/fmt/syntax/r_listcmd_tkoption_def Index: modules/doctools/tests/fmt/syntax/r_listcmd_tkoption_def ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_listcmd_tkoption_def @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[tkoption_def .option. .dbname....] +--> (FmtError) Manpage error (listcmd), "tkoption_def .option. .dbname. .dbclass." : Command not allowed outside of a list. ADDED modules/doctools/tests/fmt/syntax/r_mpbegin Index: modules/doctools/tests/fmt/syntax/r_mpbegin ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_mpbegin @@ -0,0 +1,3 @@ +Doctools Error in macro at line 2, column 0: +[manpage_begin BOGUS e 2.718281...] +--> (FmtError) Manpage error (mpbegin), "manpage_begin BOGUS e 2.71828182845904523536" : Command must be first of manpage. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_arg Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_arg ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_arg @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[arg .a.] +--> (FmtError) Manpage error (nodonecmd), "arg .a." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_class Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_class ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_class @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[class .c.] +--> (FmtError) Manpage error (nodonecmd), "class .c." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_cmd Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_cmd ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_cmd @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[cmd .c.] +--> (FmtError) Manpage error (nodonecmd), "cmd .c." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_comment Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_comment ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_comment @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[comment .c] +--> (FmtError) Manpage error (nodonecmd), "comment .c" : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_const Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_const ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_const @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[const .c.] +--> (FmtError) Manpage error (nodonecmd), "const .c." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_emph Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_emph ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_emph @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[emph .t.] +--> (FmtError) Manpage error (nodonecmd), "emph .t." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_file Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_file ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_file @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[file .f.] +--> (FmtError) Manpage error (nodonecmd), "file .f." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_fun Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_fun ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_fun @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[fun .f.] +--> (FmtError) Manpage error (nodonecmd), "fun .f." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_keywords Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_keywords ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_keywords @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[keywords .kw.] +--> (FmtError) Manpage error (nodonecmd), "keywords .kw." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_method Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_method ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_method @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[method .m.] +--> (FmtError) Manpage error (nodonecmd), "method .m." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_namespace Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_namespace ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_namespace @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[namespace .n.] +--> (FmtError) Manpage error (nodonecmd), "_namespace .n." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_opt Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_opt ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_opt @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[opt .o] +--> (FmtError) Manpage error (nodonecmd), "opt .o" : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_option Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_option ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_option @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[option .o.] +--> (FmtError) Manpage error (nodonecmd), "option .o." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_package Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_package ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_package @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[package .p.] +--> (FmtError) Manpage error (nodonecmd), "package .p." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_see_also Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_see_also ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_see_also @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[see_also .sa.] +--> (FmtError) Manpage error (nodonecmd), "see_also .sa." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_syscmd Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_syscmd ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_syscmd @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[syscmd .t] +--> (FmtError) Manpage error (nodonecmd), "syscmd .t" : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_term Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_term ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_term @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[term .t.] +--> (FmtError) Manpage error (nodonecmd), "term .t." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_type Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_type ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_type @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[type .t.] +--> (FmtError) Manpage error (nodonecmd), "type .t." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_uri Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_uri ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_uri @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[uri .u.] +--> (FmtError) Manpage error (nodonecmd), "uri .u." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_usage Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_usage ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_usage @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[usage .c.] +--> (FmtError) Manpage error (nodonecmd), "usage .c." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_var Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_var ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_var @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[var .v] +--> (FmtError) Manpage error (nodonecmd), "var .v" : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nodonecmd_widget Index: modules/doctools/tests/fmt/syntax/r_nodonecmd_widget ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nodonecmd_widget @@ -0,0 +1,3 @@ +Doctools Error in macro at line 4, column 0: +[widget .w.] +--> (FmtError) Manpage error (nodonecmd), "widget .w." : Command not allowed after [manpage_end]. ADDED modules/doctools/tests/fmt/syntax/r_nolistcmd_section Index: modules/doctools/tests/fmt/syntax/r_nolistcmd_section ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nolistcmd_section @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[section foo] +--> (FmtError) Manpage error (nolistcmd), "section foo" : Command not allowed inside of a list. ADDED modules/doctools/tests/fmt/syntax/r_nolistcmd_subsection Index: modules/doctools/tests/fmt/syntax/r_nolistcmd_subsection ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nolistcmd_subsection @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[subsection foo] +--> (FmtError) Manpage error (nolistcmd), "subsection foo" : Command not allowed inside of a list. ADDED modules/doctools/tests/fmt/syntax/r_nolisthdr_example Index: modules/doctools/tests/fmt/syntax/r_nolisthdr_example ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nolisthdr_example @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[example {}] +--> (FmtError) Manpage error (nolisthdr), "example " : Command not allowed between beginning of a list and its first item. ADDED modules/doctools/tests/fmt/syntax/r_nolisthdr_example_begin Index: modules/doctools/tests/fmt/syntax/r_nolisthdr_example_begin ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nolisthdr_example_begin @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[example_begin] +--> (FmtError) Manpage error (nolisthdr), "example_begin" : Command not allowed between beginning of a list and its first item. ADDED modules/doctools/tests/fmt/syntax/r_nolisthdr_list_begin Index: modules/doctools/tests/fmt/syntax/r_nolisthdr_list_begin ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nolisthdr_list_begin @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[list_begin definitions] +--> (FmtError) Manpage error (nolisthdr), "list_begin definitions" : Command not allowed between beginning of a list and its first item. ADDED modules/doctools/tests/fmt/syntax/r_nolisthdr_para Index: modules/doctools/tests/fmt/syntax/r_nolisthdr_para ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nolisthdr_para @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[para] +--> (FmtError) Manpage error (nolisthdr), "para" : Command not allowed between beginning of a list and its first item. ADDED modules/doctools/tests/fmt/syntax/r_nolisthdr_sectref Index: modules/doctools/tests/fmt/syntax/r_nolisthdr_sectref ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nolisthdr_sectref @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[sectref S] +--> (FmtError) Manpage error (nolisthdr), "sectref S" : Command not allowed between beginning of a list and its first item. ADDED modules/doctools/tests/fmt/syntax/r_nolisttxt Index: modules/doctools/tests/fmt/syntax/r_nolisttxt ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_nolisttxt @@ -0,0 +1,6 @@ +Doctools Error in plain text at line 3, column 24: +[plain_text { +Text between list...] +--> (FmtError) Manpage error (nolisttxt), "plain_text +Text between list_begin and first item is not allowed +" : Plain text not allowed between beginning of a list and its first item. ADDED modules/doctools/tests/fmt/syntax/r_opt_list Index: modules/doctools/tests/fmt/syntax/r_opt_list ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_opt_list @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[opt_def .option.] +--> (FmtError) Manpage error (opt_list), "opt_def .option." : Command restricted to usage in option lists. ADDED modules/doctools/tests/fmt/syntax/r_tkoption_list Index: modules/doctools/tests/fmt/syntax/r_tkoption_list ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/syntax/r_tkoption_list @@ -0,0 +1,3 @@ +Doctools Error in macro at line 5, column 0: +[tkoption_def .option. .dbname....] +--> (FmtError) Manpage error (tkoption_list), "tkoption_def .option. .dbname. .dbclass." : Command restricted to usage in tkoption lists. ADDED modules/doctools/tests/fmt/text/00 Index: modules/doctools/tests/fmt/text/00 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/00 @@ -0,0 +1,17 @@ + +TEST - +Generated from file '.FILE.' by tcllib/doctools with format 'text' +TEST(z) 3.14.15.926 .MODULE. "" + +NAME +==== + +TEST - + +DESCRIPTION +=========== + +COPYRIGHT +========= + +Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/text/01 Index: modules/doctools/tests/fmt/text/01 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/01 @@ -0,0 +1,24 @@ + +TEST - +Generated from file '.FILE.' by tcllib/doctools with format 'text' +TEST(z) 3.14.15.926 .MODULE. "" + +NAME +==== + +TEST - + +DESCRIPTION +=========== + +Argument ::Argument:: Class ::*Class*:: Command ::Command:: Comment :::: Const +::*Constant*:: Emphasis ::_Emphasis_:: File ::"File/Path":: Function +::*Function*:: Method ::Method:: Namespace ::*Namespace*:: Option ::Option:: +Optional ::?Optional?:: Package ::*Package*:: Syscmd ::*SystemCommand*:: Term +::_Term_:: Type ::*Type*:: Uri :::: Variable ::*Variable*:: Widget +::*Widget*:: + +COPYRIGHT +========= + +Copyright (c) **Copyright** ADDED modules/doctools/tests/fmt/text/02 Index: modules/doctools/tests/fmt/text/02 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/02 @@ -0,0 +1,33 @@ + +TEST - ..THE_MODULE.. +Generated from file '.FILE.' by tcllib/doctools with format 'text' +TEST(z) 3.14.15.926 .MODULE. "..THE_MODULE.." + +NAME +==== + +TEST - ..THE_TITLE.. + +SYNOPSIS +======== + +package require AAA +package require BBB VVV + +DESCRIPTION +=========== + +SEE ALSO +======== + +ELSE, OTHER + +KEYWORDS +======== + +KEYA, KEYZ + +COPYRIGHT +========= + +Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/text/03 Index: modules/doctools/tests/fmt/text/03 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/03 @@ -0,0 +1,46 @@ + +TEST - +Generated from file '.FILE.' by tcllib/doctools with format 'text' +TEST(z) 3.14.15.926 .MODULE. "" + +NAME +==== + +TEST - + +DESCRIPTION +=========== + +AaA +=== + +1 + +BbB +=== + +22 + +BbB.cCc +------- + +333 + +BbB.dDd +------- + +4444 + +EeE +=== + +5555 + +At -> AaA. + +At -> __undefined__. + +COPYRIGHT +========= + +Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/text/04 Index: modules/doctools/tests/fmt/text/04 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/04 @@ -0,0 +1,26 @@ + +TEST - +Generated from file '.FILE.' by tcllib/doctools with format 'text' +TEST(z) 3.14.15.926 .MODULE. "" + +NAME +==== + +TEST - + +DESCRIPTION +=========== + +BEGINNE HIER + +| Example Block More Lines + +| Inlined Example \ +| Next Line + +FERTIG + +COPYRIGHT +========= + +Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/text/05 Index: modules/doctools/tests/fmt/text/05 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/05 @@ -0,0 +1,86 @@ + +BASIC - +Generated from file '.FILE.' by tcllib/doctools with format 'text' +BASIC(a) 5 .MODULE. "" + +NAME +==== + +BASIC - + +SYNOPSIS +======== + +a-command + +DESCRIPTION +=========== + +OK + + integer argument-1 + + verification + + string argument-2 (out) + + mogrification + + command-a + + explanation + + command-b + + elucidation + + term + + definition + + a-command + + semantic + + [1] A + + [2] B + + C + + D + + * 1 + + * 2 + + 2a + + 2b + + option-1 + + meaning + + option-2 value + + elaboration + + Command-Line Switch: background + Database Name: *Background* + Database Class: *Color* + + candy + + Command-Line Switch: foreground + Database Name: *Foreground* + Database Class: *Color* + + caramel + +KO + +COPYRIGHT +========= + +Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/text/06 Index: modules/doctools/tests/fmt/text/06 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/06 @@ -0,0 +1,53 @@ + +TEST - +Generated from file '.FILE.' by tcllib/doctools with format 'text' +TEST(z) 3.14.15.926 .MODULE. "" + +NAME +==== + +TEST - + +DESCRIPTION +=========== + + * 1 + + 2 + + 3 + + [1] a + + b + + c + + foo + + snafu + + bar + + barf + + roo + + gork + + [2] a + + b + + c + + * 4 + + 5 + + 6 + +COPYRIGHT +========= + +Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/text/07 Index: modules/doctools/tests/fmt/text/07 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/07 @@ -0,0 +1,45 @@ + +TEST - +Generated from file '.FILE.' by tcllib/doctools with format 'text' +TEST(z) 3.14.15.926 .MODULE. "" + +NAME +==== + +TEST - + +DESCRIPTION +=========== + + * 1 + + * 2 + + [1] a + + [2] b + + foo + + snafu + + bar + + barf + + roo + + gork + + [3] bb + + [4] a + + * 22 + + * 3 + +COPYRIGHT +========= + +Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/text/08 Index: modules/doctools/tests/fmt/text/08 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/08 @@ -0,0 +1,137 @@ + +ALL - ..THE_MODULE.. +Generated from file '.FILE.' by tcllib/doctools with format 'text' +ALL(a) 5 .MODULE. "..THE_MODULE.." + +NAME +==== + +ALL - ..THE_TITLE.. + +SYNOPSIS +======== + +package require AAA +package require BBB VVV +package require CCC ?VVV? + +CMDNAME ... +CMDNAME ... +CMDNAME ... + +DESCRIPTION +=========== + + NAME + + DESCRIPTION ::Command:: + + NAME + + DESCRIPTION :::: + + NAME + + DESCRIPTION ::*Constant*:: + +API +=== + + TERM + + DESCRIPTION ::_Emphasis_:: + + TERM + + DESCRIPTION ::"File/Path":: + + Command-Line Switch: NAME + Database Name: *DBNAME* + Database Class: *CLASS* + + DESCRIPTION -> NARGLE + + Command-Line Switch: NAME + Database Name: *DBNAME* + Database Class: *CLASS* + + DESCRIPTION ::*Function*:: + + Command-Line Switch: NAME + Database Name: *DBNAME* + Database Class: *CLASS* + + DESCRIPTION ::Method:: + + TERM + + DESCRIPTION + + CMDNAME ... + + DESCRIPTION ::*Namespace*:: + + TYPE NAME + + DESCRIPTION ::Argument:: + + TYPE NAME + + DESCRIPTION ::Option:: + + TYPE NAME (MODE) + + DESCRIPTION ::?Optional?:: + + | THE ARGUMENT IS USED IN THIS + | AND/OR THAT MANNER + + CMDNAME ... + + DESCRIPTION ::*Package*:: + + CMDNAME ... + + DESCRIPTION ::*SystemCommand*:: + + NAME + + DESCRIPTION ::_Term_:: + + NAME + + DESCRIPTION ::*Type*:: + + NAME ARGUMENT + + DESCRIPTION :::: + +NARGLE +------ + + [1] PARAGRAPH ::_UriLabel_ :: + + [2] PARAGRAPH ::*Variable*:: + + [3] PARAGRAPH ::*Widget*:: + + * PARAGRAPH ::*Class*:: + + * PARAGRAPH + + * PARAGRAPH + +SEE ALSO +======== + +ELSE, OTHER + +KEYWORDS +======== + +KEYA, KEYZ + +COPYRIGHT +========= + +Copyright (c) **Copyright** ADDED modules/doctools/tests/fmt/text/09 Index: modules/doctools/tests/fmt/text/09 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/09 @@ -0,0 +1,39 @@ + +TEST - +Generated from file '.FILE.' by tcllib/doctools with format 'text' +TEST(z) 3.14.15.926 .MODULE. "" + +NAME +==== + +TEST - + +DESCRIPTION +=========== + +lorem + +| 1 lorem ipsum dolores + +ipsum + +| 2 lorem ipsum dolores + +dolores + +| 3 lorem ipsum dolores + +lorem + +| 4 lorem ipsum dolores + +ipsum + +| 5 lorem ipsum dolores + +dolores + +COPYRIGHT +========= + +Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/text/10 Index: modules/doctools/tests/fmt/text/10 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/10 @@ -0,0 +1,31 @@ + +test-itemized - +Generated from file '.FILE.' by tcllib/doctools with format 'text' +test-itemized(1) n .MODULE. "" + +NAME +==== + +test-itemized - + +DESCRIPTION +=========== + +lorem ipsum dolores + + * lorem ipsum dolores + + * lorem ipsum dolores + + lorem ipsum dolores + + * lorem ipsum dolores + + lorem ipsum dolores + + lorem ipsum dolores + +COPYRIGHT +========= + +Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/text/11 Index: modules/doctools/tests/fmt/text/11 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/11 @@ -0,0 +1,31 @@ + +test-enumerated - +Generated from file '.FILE.' by tcllib/doctools with format 'text' +test-enumerated(1) n .MODULE. "" + +NAME +==== + +test-enumerated - + +DESCRIPTION +=========== + +lorem ipsum dolores + + [1] lorem ipsum dolores + + [2] lorem ipsum dolores + + lorem ipsum dolores + + [3] lorem ipsum dolores + + lorem ipsum dolores + + lorem ipsum dolores + +COPYRIGHT +========= + +Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/text/12 Index: modules/doctools/tests/fmt/text/12 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/12 @@ -0,0 +1,37 @@ + +test-definitions - +Generated from file '.FILE.' by tcllib/doctools with format 'text' +test-definitions(1) n .MODULE. "" + +NAME +==== + +test-definitions - + +DESCRIPTION +=========== + +lorem ipsum dolores + + lorem + + ipsum dolores + + lorem + + ipsum dolores + + lorem ipsum dolores + + lorem + + ipsum dolores + + lorem ipsum dolores + + lorem ipsum dolores + +COPYRIGHT +========= + +Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/text/13 Index: modules/doctools/tests/fmt/text/13 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/13 @@ -0,0 +1,33 @@ + +test-itemized-examples - +Generated from file '.FILE.' by tcllib/doctools with format 'text' +test-itemized-examples(1) n .MODULE. "" + +NAME +==== + +test-itemized-examples - + +DESCRIPTION +=========== + +lorem ipsum dolores + + * | A lorem ipsum dolores + + * lorem ipsum dolores + + | B lorem ipsum dolores + + * lorem ipsum dolores + + * lorem ipsum dolores + + | C lorem ipsum dolores + + * lorem ipsum dolores + +COPYRIGHT +========= + +Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/text/14 Index: modules/doctools/tests/fmt/text/14 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/14 @@ -0,0 +1,33 @@ + +test-enumerated-examples - +Generated from file '.FILE.' by tcllib/doctools with format 'text' +test-enumerated-examples(1) n .MODULE. "" + +NAME +==== + +test-enumerated-examples - + +DESCRIPTION +=========== + +lorem ipsum dolores + + [1] | A1 lorem ipsum dolores + + [2] lorem ipsum dolores + + | B2 lorem ipsum dolores + + [3] lorem ipsum dolores + + [4] lorem ipsum dolores + + | C3 lorem ipsum dolores + + [5] lorem ipsum dolores + +COPYRIGHT +========= + +Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/text/15 Index: modules/doctools/tests/fmt/text/15 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/text/15 @@ -0,0 +1,41 @@ + +test-definition-examples - +Generated from file '.FILE.' by tcllib/doctools with format 'text' +test-definition-examples(1) n .MODULE. "" + +NAME +==== + +test-definition-examples - + +DESCRIPTION +=========== + +lorem ipsum dolores + + lorem + + | A1 lorem ipsum dolores + + lorem + + ipsum dolores + + | B2 lorem ipsum dolores + + lorem ipsum dolores + + lorem + + ipsum dolores + + | C3 lorem ipsum dolores + + lorem + + ipsum dolores + +COPYRIGHT +========= + +Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/tmml/00 Index: modules/doctools/tests/fmt/tmml/00 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/00 @@ -0,0 +1,19 @@ + + + + + + +TEST + + + + + +
+DESCRIPTION +
+ + + +
ADDED modules/doctools/tests/fmt/tmml/01 Index: modules/doctools/tests/fmt/tmml/01 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/01 @@ -0,0 +1,39 @@ + + + + + + +TEST + + + + + + +
+DESCRIPTION +Argument ::Argument:: +Class ::Class:: +Command ::Command:: +Comment :::: +Const ::Constant:: +Emphasis ::Emphasis:: +File ::File/Path:: +Function ::Function:: +Method ::Method:: +Namespace ::Namespace:: +Option :::: +Optional ::Optional:: +Package ::Package:: +Syscmd ::SystemCommand:: +Term ::Term:: +Type ::Type:: +Uri ::Uri:: +Variable ::Variable:: +Widget ::Widget:: +
+ + + +
ADDED modules/doctools/tests/fmt/tmml/02 Index: modules/doctools/tests/fmt/tmml/02 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/02 @@ -0,0 +1,36 @@ + + + + + + +TEST +..THE_TITLE.. + + + + + + + + + + + +package require AAA +package require BBB VVV + + +
+DESCRIPTION +
+ +OTHER +ELSE + + +KEYA +KEYZ + + +
ADDED modules/doctools/tests/fmt/tmml/03 Index: modules/doctools/tests/fmt/tmml/03 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/03 @@ -0,0 +1,48 @@ + + + + + + +TEST + + + + + +
+DESCRIPTION +
+
+AAA +1 +
+
+BBB +22 + + +BBB.CCC +333 + + +BBB.DDD +4444 + +
+
+EEE +5555 + + +

+At AaA. +

+

+At __undefined__. +

+
+ + + +
ADDED modules/doctools/tests/fmt/tmml/04 Index: modules/doctools/tests/fmt/tmml/04 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/04 @@ -0,0 +1,36 @@ + + + + + + +TEST + + + + + +
+DESCRIPTION +BEGINNE HIER + + + Example Block More Lines + + + +

+

+

+

+ +Inlined Example \ +Next Line + + +FERTIG +
+ + + +
ADDED modules/doctools/tests/fmt/tmml/05 Index: modules/doctools/tests/fmt/tmml/05 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/05 @@ -0,0 +1,161 @@ + + + + + + +BASIC + + + + + + +a-command + + +
+DESCRIPTION +OK + +

+

+ + + +integer +argument-1 + + +verification + + + +string +argument-2 +out + mogrification + + + + + +

+

+ + + +command-a + explanation + + + +command-b + +elucidation + + + + + +

+

+
+ + +
term
+
definition +
+
+ +
a-command
+
+semantic +
+
+ +
+ +

+

+
    + +
  1. +A +
  2. +
  3. B +
    +C +
    +D +
  4. + +
+ +

+

+
    + +
  • +1 +
  • +
  • 2 +
    +2a +
    +2b +
  • + +
+ +

+

+ + + +option-1 + + meaning + + + +option-2 +value + +elaboration + + + + + +

+

+ + + +background +Background +Color + candy + + + +foreground +Foreground +Color + +caramel + + + + + +

+KO + +

+
+ + + +
ADDED modules/doctools/tests/fmt/tmml/06 Index: modules/doctools/tests/fmt/tmml/06 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/06 @@ -0,0 +1,62 @@ + + + + + + +TEST + + + + + +
+DESCRIPTION + + +
    + +
  • 1
    2
    3 +
  • +
  • + +
      + +
    1. a
      b
      c +
    2. +
    3. + +
      + + +
      foo
      +
      snafu +
      +
      + +
      bar
      +
      barf +
      +
      + +
      roo
      +
      gork +
      +
      + +
      +
    4. +
    5. a
      b
      c +
    6. + +
    +
  • +
  • 4
    5
    6 +
  • + +
+
+ + + +
ADDED modules/doctools/tests/fmt/tmml/07 Index: modules/doctools/tests/fmt/tmml/07 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/07 @@ -0,0 +1,64 @@ + + + + + + +TEST + + + + + +
+DESCRIPTION + + +
    + +
  • 1 +
  • +
  • 2 + +
      + +
    1. a +
    2. +
    3. b + +
      + + +
      foo
      +
      snafu +
      +
      + +
      bar
      +
      barf +
      +
      + +
      roo
      +
      gork +
      +
      + +
      +bb +
    4. +
    5. a +
    6. + +
    +22 +
  • +
  • 3 +
  • + +
+
+ + + +
ADDED modules/doctools/tests/fmt/tmml/08 Index: modules/doctools/tests/fmt/tmml/08 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/08 @@ -0,0 +1,206 @@ + + + + + + +ALL +..THE_TITLE.. + + + + + + + + + + + +package require AAA +package require BBB VVV +package require CCC VVV +CMDNAME ... +CMDNAME ... +CMDNAME ... + + +
+DESCRIPTION + + + + +NAME + DESCRIPTION ::Command:: + + + +NAME + DESCRIPTION :::: + + + +NAME + DESCRIPTION ::Constant:: + + + + +
+
+API + +
+ + +
TERM
+
DESCRIPTION ::Emphasis:: +
+
+ +
TERM
+
DESCRIPTION ::File/Path:: + + + + +NAME +DBNAME +CLASS + DESCRIPTION NARGLE + + + +NAME +DBNAME +CLASS + DESCRIPTION ::Function:: + + + +NAME +DBNAME +CLASS + DESCRIPTION ::Method:: + + + + +
+
+ +
TERM
+
DESCRIPTION +
+
+ +
CMDNAME ...
+
DESCRIPTION ::Namespace:: + + + + +TYPE +NAME + + DESCRIPTION ::Argument:: + + + +TYPE +NAME + + DESCRIPTION :::: + + + +TYPE +NAME +MODE + DESCRIPTION ::Optional:: + + + THE ARGUMENT IS USED IN THIS + AND/OR THAT MANNER + + + + + + +
+
+ +
CMDNAME ...
+
DESCRIPTION ::Package:: +
+
+ +
CMDNAME ...
+
DESCRIPTION ::SystemCommand:: + + + + +NAME + + DESCRIPTION ::Term:: + + + +NAME + + DESCRIPTION ::Type:: + + + +NAME +ARGUMENT + DESCRIPTION ::Uri:: + + + + +
+
+ +
+ + +NARGLE + +
    + +
  1. PARAGRAPH ::Uri:: +
  2. +
  3. PARAGRAPH ::Variable:: +
  4. +
  5. PARAGRAPH ::Widget:: + +
      + +
    • PARAGRAPH ::Class:: +
    • +
    • PARAGRAPH +
    • +
    • PARAGRAPH +
    • + +
    +
  6. + +
+ + +
+ +OTHER +ELSE + + +KEYA +KEYZ + + +
ADDED modules/doctools/tests/fmt/tmml/09 Index: modules/doctools/tests/fmt/tmml/09 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/09 @@ -0,0 +1,46 @@ + + + + + + +TEST + + + + + +
+DESCRIPTION +lorem + + +1 lorem ipsum dolores + + +ipsum + + 2 lorem ipsum dolores + +dolores + + +3 lorem ipsum dolores + + +lorem + + 4 lorem ipsum dolores + + +ipsum + + +5 lorem ipsum dolores + +dolores +
+ + + +
ADDED modules/doctools/tests/fmt/tmml/10 Index: modules/doctools/tests/fmt/tmml/10 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/10 @@ -0,0 +1,34 @@ + + + + + + +test-itemized + + + + + +
+DESCRIPTION +lorem ipsum dolores + +
    + +
  • lorem ipsum dolores +
  • +
  • lorem ipsum dolores +
    lorem ipsum dolores +
  • +
  • lorem ipsum dolores +
    lorem ipsum dolores +
    lorem ipsum dolores +
  • + +
+
+ + + +
ADDED modules/doctools/tests/fmt/tmml/11 Index: modules/doctools/tests/fmt/tmml/11 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/11 @@ -0,0 +1,34 @@ + + + + + + +test-enumerated + + + + + +
+DESCRIPTION +lorem ipsum dolores + +
    + +
  1. lorem ipsum dolores +
  2. +
  3. lorem ipsum dolores +
    lorem ipsum dolores +
  4. +
  5. lorem ipsum dolores +
    lorem ipsum dolores +
    lorem ipsum dolores +
  6. + +
+
+ + + +
ADDED modules/doctools/tests/fmt/tmml/12 Index: modules/doctools/tests/fmt/tmml/12 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/12 @@ -0,0 +1,43 @@ + + + + + + +test-definitions + + + + + +
+DESCRIPTION +lorem ipsum dolores + +
+ + +
lorem
+
ipsum dolores +
+
+ +
lorem
+
ipsum dolores +
lorem ipsum dolores +
+
+ +
lorem
+
ipsum dolores +
lorem ipsum dolores +
lorem ipsum dolores +
+
+ +
+
+ + + +
ADDED modules/doctools/tests/fmt/tmml/13 Index: modules/doctools/tests/fmt/tmml/13 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/13 @@ -0,0 +1,43 @@ + + + + + + +test-itemized-examples + + + + + +
+DESCRIPTION +lorem ipsum dolores + +
    + +
  • + + A lorem ipsum dolores + +
  • +
  • lorem ipsum dolores + + B lorem ipsum dolores + +lorem ipsum dolores +
  • +
  • lorem ipsum dolores + + C lorem ipsum dolores + +
  • +
  • lorem ipsum dolores +
  • + +
+
+ + + +
ADDED modules/doctools/tests/fmt/tmml/14 Index: modules/doctools/tests/fmt/tmml/14 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/14 @@ -0,0 +1,43 @@ + + + + + + +test-enumerated-examples + + + + + +
+DESCRIPTION +lorem ipsum dolores + +
    + +
  1. + + A1 lorem ipsum dolores + +
  2. +
  3. lorem ipsum dolores + + B2 lorem ipsum dolores + +lorem ipsum dolores +
  4. +
  5. lorem ipsum dolores + + C3 lorem ipsum dolores + +
  6. +
  7. lorem ipsum dolores +
  8. + +
+
+ + + +
ADDED modules/doctools/tests/fmt/tmml/15 Index: modules/doctools/tests/fmt/tmml/15 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/tmml/15 @@ -0,0 +1,55 @@ + + + + + + +test-definition-examples + + + + + +
+DESCRIPTION +lorem ipsum dolores + +
+ + +
lorem
+
+ + A1 lorem ipsum dolores + +
+
+ +
lorem
+
ipsum dolores + + B2 lorem ipsum dolores + +lorem ipsum dolores +
+
+ +
lorem
+
ipsum dolores + + C3 lorem ipsum dolores + +
+
+ +
lorem
+
ipsum dolores +
+
+ +
+
+ + + +
ADDED modules/doctools/tests/fmt/wiki/00 Index: modules/doctools/tests/fmt/wiki/00 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/00 @@ -0,0 +1,12 @@ +'''TEST 3.14.15.926''' '''.MODULE.''' + + + + +**DESCRIPTION** + + + +**COPYRIGHT** + + Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/wiki/01 Index: modules/doctools/tests/fmt/wiki/01 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/01 @@ -0,0 +1,12 @@ +'''TEST 3.14.15.926''' '''.MODULE.''' + + + + +**DESCRIPTION** + +Argument ::''Argument'':: Class ::'''Class''':: Command ::'''Command''':: Comment :::: Const ::'''Constant''':: Emphasis ::''Emphasis'':: File ::"''File/Path''":: Function ::'''Function''':: Method ::'''Method''':: Namespace ::'''Namespace''':: Option ::'''Option''':: Optional ::?Optional?:: Package ::'''Package''':: Syscmd ::'''SystemCommand''':: Term ::''Term'':: Type ::'''Type''':: Uri ::Uri:: Variable ::'''Variable''':: Widget ::'''Widget''':: + +**COPYRIGHT** + + Copyright (c) **Copyright** ADDED modules/doctools/tests/fmt/wiki/02 Index: modules/doctools/tests/fmt/wiki/02 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/02 @@ -0,0 +1,34 @@ +'''TEST 3.14.15.926''' '''.MODULE.''' ''..THE_MODULE..'' + +..THE_TITLE.. + + +**SYNOPSIS** + + +package require '''AAA''' + +package require '''BBB VVV''' + + + + +**DESCRIPTION** + + + +**SEE ALSO** + + +ELSE, OTHER + + +**KEYWORDS** + + +KEYA, KEYZ + + +**COPYRIGHT** + + Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/wiki/03 Index: modules/doctools/tests/fmt/wiki/03 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/03 @@ -0,0 +1,34 @@ +'''TEST 3.14.15.926''' '''.MODULE.''' + + + + +**DESCRIPTION** + + + +**AaA** + +1 + +**BbB** + +22 + +***BbB.cCc*** + +333 + +***BbB.dDd*** + +4444 + +**EeE** + +5555 +At '''AaA'''. +At '''__undefined__'''. + +**COPYRIGHT** + + Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/wiki/04 Index: modules/doctools/tests/fmt/wiki/04 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/04 @@ -0,0 +1,27 @@ +'''TEST 3.14.15.926''' '''.MODULE.''' + + + + +**DESCRIPTION** + +BEGINNE HIER +====== + + Example Block More Lines + +====== + + + +====== + +Inlined Example \ +Next Line + +====== +FERTIG + +**COPYRIGHT** + + Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/wiki/05 Index: modules/doctools/tests/fmt/wiki/05 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/05 @@ -0,0 +1,69 @@ +'''BASIC 5''' '''.MODULE.''' + + + + +**SYNOPSIS** + + + * a-command + + + + +**DESCRIPTION** + +OK + + ++++ +''argument-1'' integer verification +''argument-2'' string (out) mogrification ++++ + + + + + '''command-a''': explanation + + '''command-b''': elucidation + + + term: definition + + a-command : semantic + + + 1. A + + 1. B +C +D + + + * 1 + + * 2 +2a +2b + + + '''option-1''': meaning + + '''option-2''' value: elaboration + + +Command-Line Switch: '''background''' +Database Name: '''Background''' +Database Class: '''Color''' + * candy + +Command-Line Switch: '''foreground''' +Database Name: '''Foreground''' +Database Class: '''Color''' + * caramel +KO + +**COPYRIGHT** + + Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/wiki/06 Index: modules/doctools/tests/fmt/wiki/06 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/06 @@ -0,0 +1,38 @@ +'''TEST 3.14.15.926''' '''.MODULE.''' + + + + +**DESCRIPTION** + + + + * 1 +2 +3 + + * + + 1. a +b +c + + 1. + + foo: snafu + + bar: barf + + roo: gork + + 1. a +b +c + + * 4 +5 +6 + +**COPYRIGHT** + + Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/wiki/07 Index: modules/doctools/tests/fmt/wiki/07 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/07 @@ -0,0 +1,30 @@ +'''TEST 3.14.15.926''' '''.MODULE.''' + + + + +**DESCRIPTION** + + + + * 1 + + * 2 + + 1. a + + 1. b + + foo: snafu + + bar: barf + + roo: gork bb + + 1. a 22 + + * 3 + +**COPYRIGHT** + + Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/wiki/08 Index: modules/doctools/tests/fmt/wiki/08 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/08 @@ -0,0 +1,116 @@ +'''ALL 5''' '''.MODULE.''' ''..THE_MODULE..'' + +..THE_TITLE.. + + +**SYNOPSIS** + + +package require '''AAA''' + +package require '''BBB VVV''' + +package require '''CCC ?VVV?''' + + * CMDNAME ... + + * CMDNAME ... + + * CMDNAME ... + + + + +**DESCRIPTION** + + + + '''NAME''': DESCRIPTION ::'''Command''':: + + '''NAME''': DESCRIPTION :::: + + '''NAME''': DESCRIPTION ::'''Constant''':: + +**API** + + + + TERM: DESCRIPTION ::''Emphasis'':: + + TERM: DESCRIPTION ::"''File/Path''":: + +Command-Line Switch: '''NAME''' +Database Name: '''DBNAME''' +Database Class: '''CLASS''' + * DESCRIPTION '''NARGLE''' + +Command-Line Switch: '''NAME''' +Database Name: '''DBNAME''' +Database Class: '''CLASS''' + * DESCRIPTION ::'''Function''':: + +Command-Line Switch: '''NAME''' +Database Name: '''DBNAME''' +Database Class: '''CLASS''' + * DESCRIPTION ::'''Method''':: + + TERM: DESCRIPTION + + CMDNAME ...: DESCRIPTION ::'''Namespace''':: + ++++ +''NAME'' TYPE DESCRIPTION ::''Argument'':: +''NAME'' TYPE DESCRIPTION ::'''Option''':: +''NAME'' TYPE (MODE) DESCRIPTION ::?Optional?:: +====== + + THE ARGUMENT IS USED IN THIS + AND/OR THAT MANNER + +====== + ++++ + + + + CMDNAME ...: DESCRIPTION ::'''Package''':: + + CMDNAME ...: DESCRIPTION ::'''SystemCommand''':: + + '''NAME''': DESCRIPTION ::''Term'':: + + '''NAME''': DESCRIPTION ::'''Type''':: + + '''NAME''' ARGUMENT: DESCRIPTION ::Uri:: + +***NARGLE*** + + + + 1. PARAGRAPH ::Uri%|%UriLabel%|%:: + + 1. PARAGRAPH ::'''Variable''':: + + 1. PARAGRAPH ::'''Widget''':: + + * PARAGRAPH ::'''Class''':: + + * PARAGRAPH + + * PARAGRAPH + +**SEE ALSO** + + +ELSE, OTHER + + +**KEYWORDS** + + +KEYA, KEYZ + + +**COPYRIGHT** + + Copyright (c) **Copyright** ADDED modules/doctools/tests/fmt/wiki/09 Index: modules/doctools/tests/fmt/wiki/09 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/09 @@ -0,0 +1,38 @@ +'''TEST 3.14.15.926''' '''.MODULE.''' + + + + +**DESCRIPTION** + +lorem +====== + +1 lorem ipsum dolores + +====== +ipsum +====== + 2 lorem ipsum dolores +====== +dolores +====== + +3 lorem ipsum dolores + +====== +lorem +====== + 4 lorem ipsum dolores + +====== +ipsum +====== + +5 lorem ipsum dolores +====== +dolores + +**COPYRIGHT** + + Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/wiki/10 Index: modules/doctools/tests/fmt/wiki/10 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/10 @@ -0,0 +1,21 @@ +'''test-itemized n''' '''.MODULE.''' + + + + +**DESCRIPTION** + +lorem ipsum dolores + + * lorem ipsum dolores + + * lorem ipsum dolores +lorem ipsum dolores + + * lorem ipsum dolores +lorem ipsum dolores +lorem ipsum dolores + +**COPYRIGHT** + + Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/wiki/11 Index: modules/doctools/tests/fmt/wiki/11 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/11 @@ -0,0 +1,21 @@ +'''test-enumerated n''' '''.MODULE.''' + + + + +**DESCRIPTION** + +lorem ipsum dolores + + 1. lorem ipsum dolores + + 1. lorem ipsum dolores +lorem ipsum dolores + + 1. lorem ipsum dolores +lorem ipsum dolores +lorem ipsum dolores + +**COPYRIGHT** + + Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/wiki/12 Index: modules/doctools/tests/fmt/wiki/12 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/12 @@ -0,0 +1,21 @@ +'''test-definitions n''' '''.MODULE.''' + + + + +**DESCRIPTION** + +lorem ipsum dolores + + lorem: ipsum dolores + + lorem: ipsum dolores +lorem ipsum dolores + + lorem: ipsum dolores +lorem ipsum dolores +lorem ipsum dolores + +**COPYRIGHT** + + Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/wiki/13 Index: modules/doctools/tests/fmt/wiki/13 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/13 @@ -0,0 +1,32 @@ +'''test-itemized-examples n''' '''.MODULE.''' + + + + +**DESCRIPTION** + +lorem ipsum dolores + + * +====== + A lorem ipsum dolores +====== + + + * lorem ipsum dolores +====== + B lorem ipsum dolores +====== +lorem ipsum dolores + + * lorem ipsum dolores +====== + C lorem ipsum dolores +====== + + + * lorem ipsum dolores + +**COPYRIGHT** + + Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/wiki/14 Index: modules/doctools/tests/fmt/wiki/14 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/14 @@ -0,0 +1,32 @@ +'''test-enumerated-examples n''' '''.MODULE.''' + + + + +**DESCRIPTION** + +lorem ipsum dolores + + 1. +====== + A1 lorem ipsum dolores +====== + + + 1. lorem ipsum dolores +====== + B2 lorem ipsum dolores +====== +lorem ipsum dolores + + 1. lorem ipsum dolores +====== + C3 lorem ipsum dolores +====== + + + 1. lorem ipsum dolores + +**COPYRIGHT** + + Copyright (c) .COPYRIGHT. ADDED modules/doctools/tests/fmt/wiki/15 Index: modules/doctools/tests/fmt/wiki/15 ================================================================== --- /dev/null +++ modules/doctools/tests/fmt/wiki/15 @@ -0,0 +1,32 @@ +'''test-definition-examples n''' '''.MODULE.''' + + + + +**DESCRIPTION** + +lorem ipsum dolores + + lorem: +====== + A1 lorem ipsum dolores +====== + + + lorem: ipsum dolores +====== + B2 lorem ipsum dolores +====== +lorem ipsum dolores + + lorem: ipsum dolores +====== + C3 lorem ipsum dolores +====== + + + lorem: ipsum dolores + +**COPYRIGHT** + + Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/html/00 Index: modules/doctools/tests/html/00 ================================================================== --- modules/doctools/tests/html/00 +++ /dev/null @@ -1,117 +0,0 @@ - -TEST - - - - - - -
-

TEST(z) 3.14.15.926 .MODULE. ""

-

Name

-

TEST -

-
- - - -
DELETED modules/doctools/tests/html/01 Index: modules/doctools/tests/html/01 ================================================================== --- modules/doctools/tests/html/01 +++ /dev/null @@ -1,136 +0,0 @@ - -TEST - - - - - - -
-

TEST(z) 3.14.15.926 .MODULE. ""

-

Name

-

TEST -

-
- -

Description

-

Argument ::Argument:: -Class ::Class:: -Command ::Command:: -Comment :::: -Const ::Constant:: -Emphasis ::Emphasis:: -File ::"File/Path":: -Function ::Function:: -Method ::Method:: -Namespace ::Namespace:: -Option ::Option:: -Optional ::?Optional?:: -Package ::Package:: -Syscmd ::SystemCommand:: -Term ::Term:: -Type ::Type:: -Uri ::Uri:: -Variable ::Variable:: -Widget ::Widget::

-
- -
DELETED modules/doctools/tests/html/02 Index: modules/doctools/tests/html/02 ================================================================== --- modules/doctools/tests/html/02 +++ /dev/null @@ -1,134 +0,0 @@ - -TEST - ..THE_MODULE.. - - - - - -
-

TEST(z) 3.14.15.926 .MODULE. "..THE_MODULE.."

-

Name

-

TEST - ..THE_TITLE..

-
- -

Synopsis

-
-
    -
  • package require AAA
  • -
  • package require BBB VVV
  • -
-
-
- -

See Also

-

ELSE, OTHER

-
-

Keywords

-

KEYA, KEYZ

-
- -
DELETED modules/doctools/tests/html/03 Index: modules/doctools/tests/html/03 ================================================================== --- modules/doctools/tests/html/03 +++ /dev/null @@ -1,142 +0,0 @@ - -TEST - - - - - - -
-

TEST(z) 3.14.15.926 .MODULE. ""

-

Name

-

TEST -

-
- - -

AaA

-

1

-
-

BbB

-

22

-

BbB.cCc

-

333

-
-

BbB.dDd

-

4444

-
-
-

EeE

-

5555

-

At AaA.

-

At __undefined__.

-
- -
DELETED modules/doctools/tests/html/04 Index: modules/doctools/tests/html/04 ================================================================== --- modules/doctools/tests/html/04 +++ /dev/null @@ -1,126 +0,0 @@ - -TEST - - - - - - -
-

TEST(z) 3.14.15.926 .MODULE. ""

-

Name

-

TEST -

-
- -

Description

-

BEGINNE HIER

-
-	 Example Block  More Lines
-
-
-Inlined Example \
-Next Line
-
-

FERTIG

-
- -
DELETED modules/doctools/tests/html/05 Index: modules/doctools/tests/html/05 ================================================================== --- modules/doctools/tests/html/05 +++ /dev/null @@ -1,175 +0,0 @@ - -BASIC - - - - - - -
-

BASIC(a) 5 .MODULE. ""

-

Name

-

BASIC -

-
- -

Synopsis

-
- -
-
-

Description

-

OK

-
-
integer argument-1
-

verification

-
string argument-2 (out)
-

mogrification

-
-
-
command-a
-

explanation

-
command-b
-

elucidation

-
-
-
term
-

definition

-
a-command
-

semantic

-
-
    -
  1. A

  2. -
  3. B

    -

    C

    -

    D

  4. -
-
    -
  • 1

  • -
  • 2

    -

    2a

    -

    2b

  • -
-
-
option-1
-

meaning

-
option-2 value
-

elaboration

-
-
-
Command-Line Switch: background
-Database Name: Background
-Database Class: Color
-
-

candy

-
Command-Line Switch: foreground
-Database Name: Foreground
-Database Class: Color
-
-

caramel

-
-

KO

-
- -
DELETED modules/doctools/tests/html/06 Index: modules/doctools/tests/html/06 ================================================================== --- modules/doctools/tests/html/06 +++ /dev/null @@ -1,145 +0,0 @@ - -TEST - - - - - - -
-

TEST(z) 3.14.15.926 .MODULE. ""

-

Name

-

TEST -

-
- -

Description

-
    -
  • 1

    -

    2

    -

    3

  • -
  • -
      -
    1. a

      -

      b

      -

      c

    2. -
    3. -
      -
      foo
      -

      snafu

      -
      bar
      -

      barf

      -
      roo
      -

      gork

      -
      -
    4. -
    5. a

      -

      b

      -

      c

    6. -
    -
  • -
  • 4

    -

    5

    -

    6

  • -
-
- -
DELETED modules/doctools/tests/html/07 Index: modules/doctools/tests/html/07 ================================================================== --- modules/doctools/tests/html/07 +++ /dev/null @@ -1,137 +0,0 @@ - -TEST - - - - - - -
-

TEST(z) 3.14.15.926 .MODULE. ""

-

Name

-

TEST -

-
- -

Description

-
    -
  • 1

  • -
  • 2

    -
      -
    1. a

    2. -
    3. b

      -
      -
      foo
      -

      snafu

      -
      bar
      -

      barf

      -
      roo
      -

      gork

      -
      -

      bb

    4. -
    5. a

    6. -
    -

    22

  • -
  • 3

  • -
-
- -
DELETED modules/doctools/tests/html/08 Index: modules/doctools/tests/html/08 ================================================================== --- modules/doctools/tests/html/08 +++ /dev/null @@ -1,220 +0,0 @@ - -ALL - ..THE_MODULE.. - - - - - -
-

ALL(a) 5 .MODULE. "..THE_MODULE.."

-

Name

-

ALL - ..THE_TITLE..

-
- -

Synopsis

-
-
    -
  • package require AAA
  • -
  • package require BBB VVV
  • -
  • package require CCC ?VVV?
  • -
- -
-
-

Description

-
-
NAME
-

DESCRIPTION ::Command::

-
NAME
-

DESCRIPTION ::::

-
NAME
-

DESCRIPTION ::Constant::

-
-
-

API

-
-
TERM
-

DESCRIPTION ::Emphasis::

-
TERM
-

DESCRIPTION ::"File/Path"::

-
-
Command-Line Switch: NAME
-Database Name: DBNAME
-Database Class: CLASS
-
-

DESCRIPTION NARGLE

-
Command-Line Switch: NAME
-Database Name: DBNAME
-Database Class: CLASS
-
-

DESCRIPTION ::Function::

-
Command-Line Switch: NAME
-Database Name: DBNAME
-Database Class: CLASS
-
-

DESCRIPTION ::Method::

-
-
TERM
-

DESCRIPTION

-
CMDNAME ...
-

DESCRIPTION ::Namespace::

-
-
TYPE NAME
-

DESCRIPTION ::Argument::

-
TYPE NAME
-

DESCRIPTION ::Option::

-
TYPE NAME (MODE)
-

DESCRIPTION ::?Optional?::

-
-    THE ARGUMENT IS USED IN THIS
-    AND/OR THAT MANNER
-
-
-
-
CMDNAME ...
-

DESCRIPTION ::Package::

-
CMDNAME ...
-

DESCRIPTION ::SystemCommand::

-
-
NAME
-

DESCRIPTION ::Term::

-
NAME
-

DESCRIPTION ::Type::

-
NAME ARGUMENT
-

DESCRIPTION ::Uri::

-
-
-

NARGLE

-
    -
  1. PARAGRAPH ::UriLabel::

  2. -
  3. PARAGRAPH ::Variable::

  4. -
  5. PARAGRAPH ::Widget::

    -
      -
    • PARAGRAPH ::Class::

    • -
    • PARAGRAPH

    • -
    • PARAGRAPH

    • -
    -
  6. -
-
-
-

See Also

-

ELSE, OTHER

-
-

Keywords

-

KEYA, KEYZ

-
- -
DELETED modules/doctools/tests/html/09 Index: modules/doctools/tests/html/09 ================================================================== --- modules/doctools/tests/html/09 +++ /dev/null @@ -1,134 +0,0 @@ - -TEST - - - - - - -
-

TEST(z) 3.14.15.926 .MODULE. ""

-

Name

-

TEST -

-
- -

Description

-

lorem

-
-1 lorem ipsum dolores
-
-

ipsum

-
 2 lorem ipsum dolores 
-

dolores

-
-3 lorem ipsum dolores
-
-

lorem

-
 4 lorem ipsum dolores
-
-

ipsum

-
-5 lorem ipsum dolores 
-

dolores

-
- -
DELETED modules/doctools/tests/html/10 Index: modules/doctools/tests/html/10 ================================================================== --- modules/doctools/tests/html/10 +++ /dev/null @@ -1,126 +0,0 @@ - -test-itemized - - - - - - -
-

test-itemized(1) n .MODULE. ""

-

Name

-

test-itemized -

-
- -

Description

-

lorem ipsum dolores

-
    -
  • lorem ipsum dolores

  • -
  • lorem ipsum dolores

    -

    lorem ipsum dolores

  • -
  • lorem ipsum dolores

    -

    lorem ipsum dolores

    -

    lorem ipsum dolores

  • -
-
- -
DELETED modules/doctools/tests/html/11 Index: modules/doctools/tests/html/11 ================================================================== --- modules/doctools/tests/html/11 +++ /dev/null @@ -1,126 +0,0 @@ - -test-enumerated - - - - - - -
-

test-enumerated(1) n .MODULE. ""

-

Name

-

test-enumerated -

-
- -

Description

-

lorem ipsum dolores

-
    -
  1. lorem ipsum dolores

  2. -
  3. lorem ipsum dolores

    -

    lorem ipsum dolores

  4. -
  5. lorem ipsum dolores

    -

    lorem ipsum dolores

    -

    lorem ipsum dolores

  6. -
-
- -
DELETED modules/doctools/tests/html/12 Index: modules/doctools/tests/html/12 ================================================================== --- modules/doctools/tests/html/12 +++ /dev/null @@ -1,129 +0,0 @@ - -test-definitions - - - - - - -
-

test-definitions(1) n .MODULE. ""

-

Name

-

test-definitions -

-
- -

Description

-

lorem ipsum dolores

-
-
lorem
-

ipsum dolores

-
lorem
-

ipsum dolores

-

lorem ipsum dolores

-
lorem
-

ipsum dolores

-

lorem ipsum dolores

-

lorem ipsum dolores

-
-
- -
DELETED modules/doctools/tests/html/13 Index: modules/doctools/tests/html/13 ================================================================== --- modules/doctools/tests/html/13 +++ /dev/null @@ -1,130 +0,0 @@ - -test-itemized-examples - - - - - - -
-

test-itemized-examples(1) n .MODULE. ""

-

Name

-

test-itemized-examples -

-
- -

Description

-

lorem ipsum dolores

-
    -
  • -
     A lorem ipsum dolores 
    -
  • -
  • lorem ipsum dolores

    -
     B lorem ipsum dolores 
    -

    lorem ipsum dolores

  • -
  • lorem ipsum dolores

    -
     C lorem ipsum dolores 
    -
  • -
  • lorem ipsum dolores

  • -
-
- -
DELETED modules/doctools/tests/html/14 Index: modules/doctools/tests/html/14 ================================================================== --- modules/doctools/tests/html/14 +++ /dev/null @@ -1,130 +0,0 @@ - -test-enumerated-examples - - - - - - -
-

test-enumerated-examples(1) n .MODULE. ""

-

Name

-

test-enumerated-examples -

-
- -

Description

-

lorem ipsum dolores

-
    -
  1. -
     A1 lorem ipsum dolores 
    -
  2. -
  3. lorem ipsum dolores

    -
     B2 lorem ipsum dolores 
    -

    lorem ipsum dolores

  4. -
  5. lorem ipsum dolores

    -
     C3 lorem ipsum dolores 
    -
  6. -
  7. lorem ipsum dolores

  8. -
-
- -
DELETED modules/doctools/tests/html/15 Index: modules/doctools/tests/html/15 ================================================================== --- modules/doctools/tests/html/15 +++ /dev/null @@ -1,134 +0,0 @@ - -test-definition-examples - - - - - - -
-

test-definition-examples(1) n .MODULE. ""

-

Name

-

test-definition-examples -

-
- -

Description

-

lorem ipsum dolores

-
-
lorem
-
-
 A1 lorem ipsum dolores 
-
-
lorem
-

ipsum dolores

-
 B2 lorem ipsum dolores 
-

lorem ipsum dolores

-
lorem
-

ipsum dolores

-
 C3 lorem ipsum dolores 
-
-
lorem
-

ipsum dolores

-
-
- -
DELETED modules/doctools/tests/latex/00 Index: modules/doctools/tests/latex/00 ================================================================== --- modules/doctools/tests/latex/00 +++ /dev/null @@ -1,14 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) .COPYRIGHT. -% TEST.z -\documentclass{article} -\begin{document} -\author{@USR@} -\title{.MODULE. / TEST -- : } -\maketitle -\section{Description}\label{section1} -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) .COPYRIGHT.\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/01 Index: modules/doctools/tests/latex/01 ================================================================== --- modules/doctools/tests/latex/01 +++ /dev/null @@ -1,33 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) **Copyright** -% TEST.z -\documentclass{article} -\begin{document} -\author{@USR@} -\title{.MODULE. / TEST -- : } -\maketitle -\section{Description}\label{section1} -Argument ::\underline{Argument}:: -Class ::{\bf Class}:: -Command ::{\bf Command}:: -Comment :::: -Const ::{\bf Constant}:: -Emphasis ::{\it Emphasis}:: -File ::"{\it File/Path}":: -Function ::{\bf Function}:: -Method ::{\bf Method}:: -Namespace ::{\bf Namespace]}:: -Option ::{\bf Option}:: -Optional ::?Optional?:: -Package ::{\bf Package}:: -Syscmd ::{\bf SystemCommand}:: -Term ::{\it Term}:: -Type ::{\bf Type}:: -Uri ::\underline{Uri}:: -Variable ::{\bf Variable}:: -Widget ::{\bf Widget}:: -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) **Copyright**\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/02 Index: modules/doctools/tests/latex/02 ================================================================== --- modules/doctools/tests/latex/02 +++ /dev/null @@ -1,23 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) .COPYRIGHT. -% TEST.z -\documentclass{article} -\begin{document} -\author{@USR@} -\title{.MODULE. / TEST -- ..THE\_MODULE.. : ..THE\_TITLE..} -\maketitle -\section{Synopsis}\label{synopsis} -\begin{flushleft} -package require {\bf AAA} -package require {\bf BBB VVV} -\end{flushleft} -\section{Description}\label{section1} -\section{See Also}\label{see-also} -ELSE, OTHER -\section{Keywords}\label{keywords} -KEYA, KEYZ -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) .COPYRIGHT.\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/03 Index: modules/doctools/tests/latex/03 ================================================================== --- modules/doctools/tests/latex/03 +++ /dev/null @@ -1,28 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) .COPYRIGHT. -% TEST.z -\documentclass{article} -\begin{document} -\author{@USR@} -\title{.MODULE. / TEST -- : } -\maketitle -\section{Description}\label{section1} -\section{AaA}\label{section2} -1 -\section{BbB}\label{section3} -22 -\subsection{BbB.cCc}\label{subsection1} -333 -\subsection{BbB.dDd}\label{subsection2} -4444 -\section{EeE}\label{section4} -5555 - -At {\bf AaA (\ref{section2})}. - -At {\bf \_\_undefined\_\_ (\ref{\_\_undefined\_\_})}. -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) .COPYRIGHT.\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/04 Index: modules/doctools/tests/latex/04 ================================================================== --- modules/doctools/tests/latex/04 +++ /dev/null @@ -1,24 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) .COPYRIGHT. -% TEST.z -\documentclass{article} -\begin{document} -\author{@USR@} -\title{.MODULE. / TEST -- : } -\maketitle -\section{Description}\label{section1} -BEGINNE HIER -\begin{verbatim} - Example Block More Lines -\end{verbatim} - -\begin{verbatim} -Inlined Example \ -Next Line -\end{verbatim} -FERTIG -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) .COPYRIGHT.\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/05 Index: modules/doctools/tests/latex/05 ================================================================== --- modules/doctools/tests/latex/05 +++ /dev/null @@ -1,110 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) .COPYRIGHT. -% BASIC.a -\documentclass{article} -\begin{document} -\author{@USR@} -\title{.MODULE. / BASIC -- : } -\maketitle -\section{Synopsis}\label{synopsis} -\begin{itemize} -\item[] a-command -\end{itemize} -\section{Description}\label{section1} -OK - -\begin{itemize} -% -\item[] \underline{argument-1} integer -% -verification -% -\item[] \underline{argument-2} string (out) -% - mogrification -\end{itemize} - -\begin{itemize} -% -\item[] {\bf command-a} -% - explanation -% -\item[] {\bf command-b} -% -elucidation -\end{itemize} - -\begin{itemize} -% -\item[] term -% - definition -% -\item[] a-command -% -semantic -\end{itemize} - -\begin{enumerate} -% -\item -% -A -% -\item -% - B - -C - -D -\end{enumerate} - -\begin{itemize} -% -\item -% -1 -% -\item -% - 2 - -2a - -2b -\end{itemize} - -\begin{itemize} -% -\item[] {\bf option-1} -% - meaning -% -\item[] {\bf option-2} value -% -elaboration -\end{itemize} - -\begin{itemize} -% -\item[] Command-Line Switch: {\bf background}\\ -Database Name: {\bf Background}\\ -Database Class: {\bf Color}\\ -% - candy -% -\item[] Command-Line Switch: {\bf foreground}\\ -Database Name: {\bf Foreground}\\ -Database Class: {\bf Color}\\ -% -caramel -\end{itemize} - -KO -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) .COPYRIGHT.\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/06 Index: modules/doctools/tests/latex/06 ================================================================== --- modules/doctools/tests/latex/06 +++ /dev/null @@ -1,70 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) .COPYRIGHT. -% TEST.z -\documentclass{article} -\begin{document} -\author{@USR@} -\title{.MODULE. / TEST -- : } -\maketitle -\section{Description}\label{section1} -\begin{itemize} -% -\item -% - 1 - -2 - -3 -% -\item -% -\begin{enumerate} -% -\item -% - a - -b - -c -% -\item -% -\begin{itemize} -% -\item[] foo -% - snafu -% -\item[] bar -% - barf -% -\item[] roo -% - gork -\end{itemize} -% -\item -% - a - -b - -c -\end{enumerate} -% -\item -% - 4 - -5 - -6 -\end{itemize} -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) .COPYRIGHT.\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/07 Index: modules/doctools/tests/latex/07 ================================================================== --- modules/doctools/tests/latex/07 +++ /dev/null @@ -1,58 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) .COPYRIGHT. -% TEST.z -\documentclass{article} -\begin{document} -\author{@USR@} -\title{.MODULE. / TEST -- : } -\maketitle -\section{Description}\label{section1} -\begin{itemize} -% -\item -% - 1 -% -\item -% - 2 -\begin{enumerate} -% -\item -% - a -% -\item -% - b -\begin{itemize} -% -\item[] foo -% - snafu -% -\item[] bar -% - barf -% -\item[] roo -% - gork -\end{itemize} -bb -% -\item -% - a -\end{enumerate} -22 -% -\item -% - 3 -\end{itemize} -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) .COPYRIGHT.\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/08 Index: modules/doctools/tests/latex/08 ================================================================== --- modules/doctools/tests/latex/08 +++ /dev/null @@ -1,151 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) **Copyright** -% ALL.a -\documentclass{article} -\begin{document} -\author{@USR@} -\title{.MODULE. / ALL -- ..THE\_MODULE.. : ..THE\_TITLE..} -\maketitle -\section{Synopsis}\label{synopsis} -\begin{flushleft} -package require {\bf AAA} -package require {\bf BBB VVV} -package require {\bf CCC ?VVV?} -\end{flushleft} -\begin{itemize} -\item[] CMDNAME ... -\item[] CMDNAME ... -\item[] CMDNAME ... -\end{itemize} -\section{Description}\label{section1} -\begin{itemize} -% -\item[] {\bf NAME} -% - DESCRIPTION ::{\bf Command}:: -% -\item[] {\bf NAME} -% - DESCRIPTION :::: -% -\item[] {\bf NAME} -% - DESCRIPTION ::{\bf Constant}:: -\end{itemize} -\section{API}\label{section2} -\begin{itemize} -% -\item[] TERM -% - DESCRIPTION ::{\it Emphasis}:: -% -\item[] TERM -% - DESCRIPTION ::"{\it File/Path}":: -\begin{itemize} -% -\item[] Command-Line Switch: {\bf NAME}\\ -Database Name: {\bf DBNAME}\\ -Database Class: {\bf CLASS}\\ -% - DESCRIPTION {\bf NARGLE (\ref{subsection1})} -% -\item[] Command-Line Switch: {\bf NAME}\\ -Database Name: {\bf DBNAME}\\ -Database Class: {\bf CLASS}\\ -% - DESCRIPTION ::{\bf Function}:: -% -\item[] Command-Line Switch: {\bf NAME}\\ -Database Name: {\bf DBNAME}\\ -Database Class: {\bf CLASS}\\ -% - DESCRIPTION ::{\bf Method}:: -\end{itemize} -% -\item[] TERM -% - DESCRIPTION -% -\item[] CMDNAME ... -% - DESCRIPTION ::{\bf Namespace]}:: -\begin{itemize} -% -\item[] \underline{NAME} TYPE -% - DESCRIPTION ::\underline{Argument}:: -% -\item[] \underline{NAME} TYPE -% - DESCRIPTION ::{\bf Option}:: -% -\item[] \underline{NAME} TYPE (MODE) -% - DESCRIPTION ::?Optional?:: -\begin{verbatim} - THE ARGUMENT IS USED IN THIS - AND/OR THAT MANNER -\end{verbatim} -\end{itemize} -% -\item[] CMDNAME ... -% - DESCRIPTION ::{\bf Package}:: -% -\item[] CMDNAME ... -% - DESCRIPTION ::{\bf SystemCommand}:: -\begin{itemize} -% -\item[] {\bf NAME} -% - DESCRIPTION ::{\it Term}:: -% -\item[] {\bf NAME} -% - DESCRIPTION ::{\bf Type}:: -% -\item[] {\bf NAME} ARGUMENT -% - DESCRIPTION ::\underline{Uri}:: -\end{itemize} -\end{itemize} -\subsection{NARGLE}\label{subsection1} -\begin{enumerate} -% -\item -% - PARAGRAPH ::\underline{UriLabel} \footnote{Uri}:: -% -\item -% - PARAGRAPH ::{\bf Variable}:: -% -\item -% - PARAGRAPH ::{\bf Widget}:: -\begin{itemize} -% -\item -% - PARAGRAPH ::{\bf Class}:: -% -\item -% - PARAGRAPH -% -\item -% - PARAGRAPH -\end{itemize} -\end{enumerate} -\section{See Also}\label{see-also} -ELSE, OTHER -\section{Keywords}\label{keywords} -KEYA, KEYZ -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) **Copyright**\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/09 Index: modules/doctools/tests/latex/09 ================================================================== --- modules/doctools/tests/latex/09 +++ /dev/null @@ -1,31 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) .COPYRIGHT. -% TEST.z -\documentclass{article} -\begin{document} -\author{aku} -\title{.MODULE. / TEST -- : } -\maketitle -\section{Description}\label{section1} -lorem -\begin{verbatim} -1 lorem ipsum dolores -\end{verbatim} -ipsum -\begin{verbatim} 2 lorem ipsum dolores \end{verbatim} -dolores -\begin{verbatim} -3 lorem ipsum dolores -\end{verbatim} -lorem -\begin{verbatim} 4 lorem ipsum dolores -\end{verbatim} -ipsum -\begin{verbatim} -5 lorem ipsum dolores \end{verbatim} -dolores -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) .COPYRIGHT.\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/10 Index: modules/doctools/tests/latex/10 ================================================================== --- modules/doctools/tests/latex/10 +++ /dev/null @@ -1,35 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) .COPYRIGHT. -% test-itemized.1 -\documentclass{article} -\begin{document} -\author{aku} -\title{.MODULE. / test-itemized -- : } -\maketitle -\section{Description}\label{section1} -lorem ipsum dolores -\begin{itemize} -% -\item -% - lorem ipsum dolores -% -\item -% - lorem ipsum dolores - -lorem ipsum dolores -% -\item -% - lorem ipsum dolores - -lorem ipsum dolores - -lorem ipsum dolores -\end{itemize} -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) .COPYRIGHT.\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/11 Index: modules/doctools/tests/latex/11 ================================================================== --- modules/doctools/tests/latex/11 +++ /dev/null @@ -1,35 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) .COPYRIGHT. -% test-enumerated.1 -\documentclass{article} -\begin{document} -\author{aku} -\title{.MODULE. / test-enumerated -- : } -\maketitle -\section{Description}\label{section1} -lorem ipsum dolores -\begin{enumerate} -% -\item -% - lorem ipsum dolores -% -\item -% - lorem ipsum dolores - -lorem ipsum dolores -% -\item -% - lorem ipsum dolores - -lorem ipsum dolores - -lorem ipsum dolores -\end{enumerate} -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) .COPYRIGHT.\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/12 Index: modules/doctools/tests/latex/12 ================================================================== --- modules/doctools/tests/latex/12 +++ /dev/null @@ -1,35 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) .COPYRIGHT. -% test-definitions.1 -\documentclass{article} -\begin{document} -\author{aku} -\title{.MODULE. / test-definitions -- : } -\maketitle -\section{Description}\label{section1} -lorem ipsum dolores -\begin{itemize} -% -\item[] lorem -% - ipsum dolores -% -\item[] lorem -% - ipsum dolores - -lorem ipsum dolores -% -\item[] lorem -% - ipsum dolores - -lorem ipsum dolores - -lorem ipsum dolores -\end{itemize} -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) .COPYRIGHT.\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/13 Index: modules/doctools/tests/latex/13 ================================================================== --- modules/doctools/tests/latex/13 +++ /dev/null @@ -1,36 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) .COPYRIGHT. -% test-itemized-examples.1 -\documentclass{article} -\begin{document} -\author{aku} -\title{.MODULE. / test-itemized-examples -- : } -\maketitle -\section{Description}\label{section1} -lorem ipsum dolores -\begin{itemize} -% -\item -% -\begin{verbatim} A lorem ipsum dolores \end{verbatim} -% -\item -% - lorem ipsum dolores -\begin{verbatim} B lorem ipsum dolores \end{verbatim} -lorem ipsum dolores -% -\item -% - lorem ipsum dolores -\begin{verbatim} C lorem ipsum dolores \end{verbatim} -% -\item -% - lorem ipsum dolores -\end{itemize} -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) .COPYRIGHT.\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/14 Index: modules/doctools/tests/latex/14 ================================================================== --- modules/doctools/tests/latex/14 +++ /dev/null @@ -1,36 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) .COPYRIGHT. -% test-enumerated-examples.1 -\documentclass{article} -\begin{document} -\author{aku} -\title{.MODULE. / test-enumerated-examples -- : } -\maketitle -\section{Description}\label{section1} -lorem ipsum dolores -\begin{enumerate} -% -\item -% -\begin{verbatim} A1 lorem ipsum dolores \end{verbatim} -% -\item -% - lorem ipsum dolores -\begin{verbatim} B2 lorem ipsum dolores \end{verbatim} -lorem ipsum dolores -% -\item -% - lorem ipsum dolores -\begin{verbatim} C3 lorem ipsum dolores \end{verbatim} -% -\item -% - lorem ipsum dolores -\end{enumerate} -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) .COPYRIGHT.\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/latex/15 Index: modules/doctools/tests/latex/15 ================================================================== --- modules/doctools/tests/latex/15 +++ /dev/null @@ -1,36 +0,0 @@ -% Generated from file '.FILE.' by tcllib/doctools with format 'latex' -% Copyright (c) .COPYRIGHT. -% test-definition-examples.1 -\documentclass{article} -\begin{document} -\author{aku} -\title{.MODULE. / test-definition-examples -- : } -\maketitle -\section{Description}\label{section1} -lorem ipsum dolores -\begin{itemize} -% -\item[] lorem -% -\begin{verbatim} A1 lorem ipsum dolores \end{verbatim} -% -\item[] lorem -% - ipsum dolores -\begin{verbatim} B2 lorem ipsum dolores \end{verbatim} -lorem ipsum dolores -% -\item[] lorem -% - ipsum dolores -\begin{verbatim} C3 lorem ipsum dolores \end{verbatim} -% -\item[] lorem -% - ipsum dolores -\end{itemize} -\section{Copyright}\label{copyright} -\begin{flushleft} -Copyright (c) .COPYRIGHT.\linebreak -\end{flushleft} -\end{document} DELETED modules/doctools/tests/list/00 Index: modules/doctools/tests/list/00 ================================================================== --- modules/doctools/tests/list/00 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {} keywords {} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc {} desc {} fid .FILE} DELETED modules/doctools/tests/list/01 Index: modules/doctools/tests/list/01 ================================================================== --- modules/doctools/tests/list/01 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {} keywords {} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc {} desc {} fid .FILE} DELETED modules/doctools/tests/list/02 Index: modules/doctools/tests/list/02 ================================================================== --- modules/doctools/tests/list/02 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {ELSE OTHER} keywords {KEYA KEYZ} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc ..THE_MODULE.. desc ..THE_TITLE.. fid .FILE} DELETED modules/doctools/tests/list/03 Index: modules/doctools/tests/list/03 ================================================================== --- modules/doctools/tests/list/03 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {} keywords {} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc {} desc {} fid .FILE} DELETED modules/doctools/tests/list/04 Index: modules/doctools/tests/list/04 ================================================================== --- modules/doctools/tests/list/04 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {} keywords {} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc {} desc {} fid .FILE} DELETED modules/doctools/tests/list/05 Index: modules/doctools/tests/list/05 ================================================================== --- modules/doctools/tests/list/05 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {} keywords {} file .FILE. section a category {} module .MODULE. version 5 title BASIC shortdesc {} desc {} fid .FILE} DELETED modules/doctools/tests/list/06 Index: modules/doctools/tests/list/06 ================================================================== --- modules/doctools/tests/list/06 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {} keywords {} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc {} desc {} fid .FILE} DELETED modules/doctools/tests/list/07 Index: modules/doctools/tests/list/07 ================================================================== --- modules/doctools/tests/list/07 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {} keywords {} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc {} desc {} fid .FILE} DELETED modules/doctools/tests/list/08 Index: modules/doctools/tests/list/08 ================================================================== --- modules/doctools/tests/list/08 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {ELSE OTHER} keywords {KEYA KEYZ} file .FILE. section a category {} module .MODULE. version 5 title ALL shortdesc ..THE_MODULE.. desc ..THE_TITLE.. fid .FILE} DELETED modules/doctools/tests/list/09 Index: modules/doctools/tests/list/09 ================================================================== --- modules/doctools/tests/list/09 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {} keywords {} file .FILE. section z category {} module .MODULE. version 3.14.15.926 title TEST shortdesc {} desc {} fid .FILE} DELETED modules/doctools/tests/list/10 Index: modules/doctools/tests/list/10 ================================================================== --- modules/doctools/tests/list/10 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {} keywords {} file .FILE. section 1 category {} module .MODULE. version n title test-itemized shortdesc {} desc {} fid .FILE} DELETED modules/doctools/tests/list/11 Index: modules/doctools/tests/list/11 ================================================================== --- modules/doctools/tests/list/11 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {} keywords {} file .FILE. section 1 category {} module .MODULE. version n title test-enumerated shortdesc {} desc {} fid .FILE} DELETED modules/doctools/tests/list/12 Index: modules/doctools/tests/list/12 ================================================================== --- modules/doctools/tests/list/12 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {} keywords {} file .FILE. section 1 category {} module .MODULE. version n title test-definitions shortdesc {} desc {} fid .FILE} DELETED modules/doctools/tests/list/13 Index: modules/doctools/tests/list/13 ================================================================== --- modules/doctools/tests/list/13 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {} keywords {} file .FILE. section 1 category {} module .MODULE. version n title test-itemized-examples shortdesc {} desc {} fid .FILE} DELETED modules/doctools/tests/list/14 Index: modules/doctools/tests/list/14 ================================================================== --- modules/doctools/tests/list/14 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {} keywords {} file .FILE. section 1 category {} module .MODULE. version n title test-enumerated-examples shortdesc {} desc {} fid .FILE} DELETED modules/doctools/tests/list/15 Index: modules/doctools/tests/list/15 ================================================================== --- modules/doctools/tests/list/15 +++ /dev/null @@ -1,1 +0,0 @@ -manpage {seealso {} keywords {} file .FILE. section 1 category {} module .MODULE. version n title test-definition-examples shortdesc {} desc {} fid .FILE} DELETED modules/doctools/tests/man/00 Index: modules/doctools/tests/man/00 ================================================================== --- modules/doctools/tests/man/00 +++ /dev/null @@ -1,4 +0,0 @@ -[comment { -- Basic structure }] -[manpage_begin TEST z 3.14.15.926] -[description] -[manpage_end] DELETED modules/doctools/tests/man/01 Index: modules/doctools/tests/man/01 ================================================================== --- modules/doctools/tests/man/01 +++ /dev/null @@ -1,24 +0,0 @@ -[comment { -- Inline markup }] -[manpage_begin TEST z 3.14.15.926] -[copyright **Copyright**] -[description] -Argument ::[arg Argument]:: -Class ::[class Class]:: -Command ::[cmd Command]:: -Comment ::[comment Comment]:: -Const ::[const Constant]:: -Emphasis ::[emph Emphasis]:: -File ::[file File/Path]:: -Function ::[fun Function]:: -Method ::[method Method]:: -Namespace ::[namespace Namespace]:: -Option ::[option Option]:: -Optional ::[opt Optional]:: -Package ::[package Package]:: -Syscmd ::[syscmd SystemCommand]:: -Term ::[term Term]:: -Type ::[type Type]:: -Uri ::[uri Uri]:: -Variable ::[var Variable]:: -Widget ::[widget Widget]:: -[manpage_end] DELETED modules/doctools/tests/man/02 Index: modules/doctools/tests/man/02 ================================================================== --- modules/doctools/tests/man/02 +++ /dev/null @@ -1,10 +0,0 @@ -[comment { -- Meta markup }] -[manpage_begin TEST z 3.14.15.926] -[moddesc ..THE_MODULE..] -[titledesc ..THE_TITLE..] -[require AAA] -[require BBB VVV] -[keywords KEYA KEYZ] -[see_also OTHER ELSE] -[description] -[manpage_end] DELETED modules/doctools/tests/man/03 Index: modules/doctools/tests/man/03 ================================================================== --- modules/doctools/tests/man/03 +++ /dev/null @@ -1,20 +0,0 @@ -[comment { -- Sectioning }] -[manpage_begin TEST z 3.14.15.926] -[description] -[section AaA] -1 -[section BbB] -22 -[subsection BbB.cCc] -333 -[subsection BbB.dDd] -4444 -[section EeE] -5555 - -[para] -At [sectref AaA]. -[para] -At [sectref __undefined__]. -[manpage_end] - DELETED modules/doctools/tests/man/04 Index: modules/doctools/tests/man/04 ================================================================== --- modules/doctools/tests/man/04 +++ /dev/null @@ -1,16 +0,0 @@ -[comment { -- Example 1 }] -[manpage_begin TEST z 3.14.15.926] -[description] -BEGINNE HIER -[example { - Example Block \ - More Lines -}] -[para] -[para] -[example_begin] -Inlined Example \ -Next Line -[example_end] -FERTIG -[manpage_end] DELETED modules/doctools/tests/man/05 Index: modules/doctools/tests/man/05 ================================================================== --- modules/doctools/tests/man/05 +++ /dev/null @@ -1,58 +0,0 @@ -[comment { -- Lists 1 }] -[manpage_begin BASIC a 5] -[description] -OK -[para] -[list_begin arguments] -[arg_def integer argument-1] -verification -[arg_def string argument-2 out] mogrification -[list_end] -[para] -[list_begin commands] -[cmd_def command-a] explanation -[cmd_def command-b] -elucidation -[list_end] -[para] -[list_begin definitions] -[def term] definition -[call a-command] -semantic -[list_end] -[para] -[list_begin enumerated] -[enum] -A -[enum] B -[para] -C -[para] -D -[list_end] -[para] -[list_begin itemized] -[item] -1 -[item] 2 -[para] -2a -[para] -2b -[list_end] -[para] -[list_begin options] -[opt_def option-1] meaning -[opt_def option-2 value] -elaboration -[list_end] -[para] -[list_begin tkoptions] -[tkoption_def background Background Color] candy -[tkoption_def foreground Foreground Color] -caramel -[list_end] -[para] -KO -[comment DONE] -[manpage_end] DELETED modules/doctools/tests/man/06 Index: modules/doctools/tests/man/06 ================================================================== --- modules/doctools/tests/man/06 +++ /dev/null @@ -1,28 +0,0 @@ -[comment { -- Lists 2 }] -[manpage_begin TEST z 3.14.15.926] -[description] -[comment { - nested lists, same and different types, examples have examples at - least three levels deep, for a proper inner level, i.e. not only - first/last level, but something truly in the middle. Also three - list items of the relevant on each level, see the proper handling - of indentations. For that we also need paragraphs in the items. - - start: itemized/enumerated/definition -}] -[list_begin itemized] -[item] 1 [para] 2 [para] 3 -[item] -[list_begin enumerated] -[enum] a [para] b [para] c -[enum] -[list_begin definitions] -[def foo] snafu -[def bar] barf -[def roo] gork -[list_end] -[enum] a [para] b [para] c -[list_end] -[item] 4 [para] 5 [para] 6 -[list_end] -[manpage_end] DELETED modules/doctools/tests/man/07 Index: modules/doctools/tests/man/07 ================================================================== --- modules/doctools/tests/man/07 +++ /dev/null @@ -1,23 +0,0 @@ -[manpage_begin TEST z 3.14.15.926] -[description] -[comment { - nested list 2, put text before and after the embedded list. -}] -[list_begin itemized] -[item] 1 -[item] 2 -[list_begin enumerated] -[enum] a -[enum] b -[list_begin definitions] -[def foo] snafu -[def bar] barf -[def roo] gork -[list_end] -bb -[enum] a -[list_end] -22 -[item] 3 -[list_end] -[manpage_end] DELETED modules/doctools/tests/man/08 Index: modules/doctools/tests/man/08 ================================================================== --- modules/doctools/tests/man/08 +++ /dev/null @@ -1,56 +0,0 @@ -[comment {LISTS, ALL TYPES}] -[manpage_begin ALL a 5] -[copyright **Copyright**] -[moddesc ..THE_MODULE..] -[titledesc ..THE_TITLE..] -[require AAA] -[require BBB VVV] -[require CCC [opt VVV]] -[description] -[list_begin commands] -[cmd_def NAME] DESCRIPTION ::[cmd Command]:: -[cmd_def NAME] DESCRIPTION ::[comment Comment]:: -[cmd_def NAME] DESCRIPTION ::[const Constant]:: -[list_end] -[section API] -[list_begin definitions] -[def TERM] DESCRIPTION ::[emph Emphasis]:: -[def TERM] DESCRIPTION ::[file File/Path]:: -[list_begin tkoptions] -[tkoption_def NAME DBNAME CLASS] DESCRIPTION [sectref NARGLE] -[tkoption_def NAME DBNAME CLASS] DESCRIPTION ::[fun Function]:: -[tkoption_def NAME DBNAME CLASS] DESCRIPTION ::[method Method]:: -[list_end] -[def TERM] DESCRIPTION -[call CMDNAME ...] DESCRIPTION ::[namespace Namespace]:: -[list_begin arguments] -[arg_def TYPE NAME] DESCRIPTION ::[arg Argument]:: -[arg_def TYPE NAME] DESCRIPTION ::[option Option]:: -[arg_def TYPE NAME MODE] DESCRIPTION ::[opt Optional]:: -[example { - THE ARGUMENT IS USED IN THIS - AND/OR THAT MANNER -}] -[list_end] -[call CMDNAME ...] DESCRIPTION ::[package Package]:: -[call CMDNAME ...] DESCRIPTION ::[syscmd SystemCommand]:: -[list_begin options] -[opt_def NAME] DESCRIPTION ::[term Term]:: -[opt_def NAME] DESCRIPTION ::[type Type]:: -[opt_def NAME ARGUMENT] DESCRIPTION ::[uri Uri]:: -[list_end] -[list_end] -[subsection NARGLE] -[list_begin enumerated] -[enum] PARAGRAPH ::[uri Uri UriLabel]:: -[enum] PARAGRAPH ::[var Variable]:: -[enum] PARAGRAPH ::[widget Widget]:: -[list_begin itemized] -[item] PARAGRAPH ::[class Class]:: -[item] PARAGRAPH -[item] PARAGRAPH -[list_end] -[list_end] -[keywords KEYA KEYZ] -[see_also OTHER ELSE] -[manpage_end] DELETED modules/doctools/tests/man/09 Index: modules/doctools/tests/man/09 ================================================================== --- modules/doctools/tests/man/09 +++ /dev/null @@ -1,22 +0,0 @@ -[comment { -- Example 2 }] -[manpage_begin TEST z 3.14.15.926] -[description] -lorem -[example { -1 lorem ipsum dolores -}] -ipsum -[example { 2 lorem ipsum dolores }] -dolores -[example_begin] -3 lorem ipsum dolores -[example_end] -lorem -[example { 4 lorem ipsum dolores -}] -ipsum -[example { -5 lorem ipsum dolores }] -dolores -[manpage_end] - DELETED modules/doctools/tests/man/10 Index: modules/doctools/tests/man/10 ================================================================== --- modules/doctools/tests/man/10 +++ /dev/null @@ -1,13 +0,0 @@ -[comment { -- List 3 - itemized }] -[manpage_begin test-itemized 1 n] -[description] -lorem ipsum dolores -[list_begin itemized] -[item] lorem ipsum dolores -[item] lorem ipsum dolores -[para] lorem ipsum dolores -[item] lorem ipsum dolores -[para] lorem ipsum dolores -[para] lorem ipsum dolores -[list_end] -[manpage_end] DELETED modules/doctools/tests/man/11 Index: modules/doctools/tests/man/11 ================================================================== --- modules/doctools/tests/man/11 +++ /dev/null @@ -1,13 +0,0 @@ -[comment { -- List 4 - enumerated }] -[manpage_begin test-enumerated 1 n] -[description] -lorem ipsum dolores -[list_begin enumerated] -[enum] lorem ipsum dolores -[enum] lorem ipsum dolores -[para] lorem ipsum dolores -[enum] lorem ipsum dolores -[para] lorem ipsum dolores -[para] lorem ipsum dolores -[list_end] -[manpage_end] DELETED modules/doctools/tests/man/12 Index: modules/doctools/tests/man/12 ================================================================== --- modules/doctools/tests/man/12 +++ /dev/null @@ -1,13 +0,0 @@ -[comment { -- List 5 - definitions }] -[manpage_begin test-definitions 1 n] -[description] -lorem ipsum dolores -[list_begin definitions] -[def lorem] ipsum dolores -[def lorem] ipsum dolores -[para] lorem ipsum dolores -[def lorem] ipsum dolores -[para] lorem ipsum dolores -[para] lorem ipsum dolores -[list_end] -[manpage_end] DELETED modules/doctools/tests/man/13 Index: modules/doctools/tests/man/13 ================================================================== --- modules/doctools/tests/man/13 +++ /dev/null @@ -1,15 +0,0 @@ -[comment { -- List 6 - itemized examples }] -[manpage_begin test-itemized-examples 1 n] -[description] -lorem ipsum dolores -[list_begin itemized] -[item] -[example { A lorem ipsum dolores }] -[item] lorem ipsum dolores -[example { B lorem ipsum dolores }] -lorem ipsum dolores -[item] lorem ipsum dolores -[example { C lorem ipsum dolores }] -[item] lorem ipsum dolores -[list_end] -[manpage_end] DELETED modules/doctools/tests/man/14 Index: modules/doctools/tests/man/14 ================================================================== --- modules/doctools/tests/man/14 +++ /dev/null @@ -1,15 +0,0 @@ -[comment { -- List 7 - enumerated examples }] -[manpage_begin test-enumerated-examples 1 n] -[description] -lorem ipsum dolores -[list_begin enumerated] -[enum] -[example { A1 lorem ipsum dolores }] -[enum] lorem ipsum dolores -[example { B2 lorem ipsum dolores }] -lorem ipsum dolores -[enum] lorem ipsum dolores -[example { C3 lorem ipsum dolores }] -[enum] lorem ipsum dolores -[list_end] -[manpage_end] DELETED modules/doctools/tests/man/15 Index: modules/doctools/tests/man/15 ================================================================== --- modules/doctools/tests/man/15 +++ /dev/null @@ -1,15 +0,0 @@ -[comment { -- List 8 - definition examples }] -[manpage_begin test-definition-examples 1 n] -[description] -lorem ipsum dolores -[list_begin definitions] -[def lorem] -[example { A1 lorem ipsum dolores }] -[def lorem] ipsum dolores -[example { B2 lorem ipsum dolores }] -lorem ipsum dolores -[def lorem] ipsum dolores -[example { C3 lorem ipsum dolores }] -[def lorem] ipsum dolores -[list_end] -[manpage_end] DELETED modules/doctools/tests/nroff/00 Index: modules/doctools/tests/nroff/00 ================================================================== --- modules/doctools/tests/nroff/00 +++ /dev/null @@ -1,15 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) \&.COPYRIGHT\&. -'\" -.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "" -.so man.macros -.BS -.SH NAME -TEST \- -.SH DESCRIPTION -.SH COPYRIGHT -.nf -Copyright (c) \&.COPYRIGHT\&. - -.fi DELETED modules/doctools/tests/nroff/01 Index: modules/doctools/tests/nroff/01 ================================================================== --- modules/doctools/tests/nroff/01 +++ /dev/null @@ -1,34 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) **Copyright** -'\" -.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "" -.so man.macros -.BS -.SH NAME -TEST \- -.SH DESCRIPTION -Argument ::\fIArgument\fR:: -Class ::\fBClass\fR:: -Command ::\fBCommand\fR:: -Comment :::: -Const ::\fBConstant\fR:: -Emphasis ::\fIEmphasis\fR:: -File ::"\fIFile/Path\fR":: -Function ::\fBFunction\fR:: -Method ::\fBMethod\fR:: -Namespace ::\fBNamespace\fR:: -Option ::\fBOption\fR:: -Optional ::?Optional?:: -Package ::\fBPackage\fR:: -Syscmd ::\fBSystemCommand\fR:: -Term ::\fITerm\fR:: -Type ::\fBType\fR:: -Uri ::\fIUri\fR:: -Variable ::\fBVariable\fR:: -Widget ::\fBWidget\fR:: -.SH COPYRIGHT -.nf -Copyright (c) **Copyright** - -.fi DELETED modules/doctools/tests/nroff/02 Index: modules/doctools/tests/nroff/02 ================================================================== --- modules/doctools/tests/nroff/02 +++ /dev/null @@ -1,25 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) \&.COPYRIGHT\&. -'\" -.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "\&.\&.THE_MODULE\&.\&." -.so man.macros -.BS -.SH NAME -TEST \- \&.\&.THE_TITLE\&.\&. -.SH SYNOPSIS -package require \fBAAA \fR -.sp -package require \fBBBB VVV\fR -.sp -.BE -.SH DESCRIPTION -.SH "SEE ALSO" -ELSE, OTHER -.SH KEYWORDS -KEYA, KEYZ -.SH COPYRIGHT -.nf -Copyright (c) \&.COPYRIGHT\&. - -.fi DELETED modules/doctools/tests/nroff/03 Index: modules/doctools/tests/nroff/03 ================================================================== --- modules/doctools/tests/nroff/03 +++ /dev/null @@ -1,29 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) \&.COPYRIGHT\&. -'\" -.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "" -.so man.macros -.BS -.SH NAME -TEST \- -.SH DESCRIPTION -.SH AAA -1 -.SH BBB -22 -.SS BBB\&.CCC -333 -.SS BBB\&.DDD -4444 -.SH EEE -5555 -.PP -At \fBAaA\fR\&. -.PP -At \fB__undefined__\fR\&. -.SH COPYRIGHT -.nf -Copyright (c) \&.COPYRIGHT\&. - -.fi DELETED modules/doctools/tests/nroff/04 Index: modules/doctools/tests/nroff/04 ================================================================== --- modules/doctools/tests/nroff/04 +++ /dev/null @@ -1,32 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) \&.COPYRIGHT\&. -'\" -.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "" -.so man.macros -.BS -.SH NAME -TEST \- -.SH DESCRIPTION -BEGINNE HIER -.CS - - - Example Block More Lines - -.CE -.PP -.PP -.CS - - -Inlined Example \\ -Next Line - -.CE -FERTIG -.SH COPYRIGHT -.nf -Copyright (c) \&.COPYRIGHT\&. - -.fi DELETED modules/doctools/tests/nroff/05 Index: modules/doctools/tests/nroff/05 ================================================================== --- modules/doctools/tests/nroff/05 +++ /dev/null @@ -1,96 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) \&.COPYRIGHT\&. -'\" -.TH "BASIC" a 5 \&.MODULE\&. "" -.so man.macros -.BS -.SH NAME -BASIC \- -.SH SYNOPSIS -a-command -.sp -.BE -.SH DESCRIPTION -OK -.PP -.TP -integer \fIargument-1\fR -verification -.TP -string \fIargument-2\fR (out) -mogrification -.PP -.PP -.TP -\fBcommand-a\fR -explanation -.TP -\fBcommand-b\fR -elucidation -.PP -.PP -.TP -term -definition -.TP -a-command -semantic -.PP -.PP -.IP [1] -A -.IP [2] -B -.sp -C -.sp -D -.PP -.PP -.IP \(bu -1 -.IP \(bu -2 -.sp -2a -.sp -2b -.PP -.PP -.TP -\fBoption-1\fR -meaning -.TP -\fBoption-2\fR value -elaboration -.PP -.PP -.LP -.nf -.ta 6c -Command-Line Switch: \fBbackground\fR -Database Name: \fBBackground\fR -Database Class: \fBColor\fR - -.fi -.IP -candy -.LP -.nf -.ta 6c -Command-Line Switch: \fBforeground\fR -Database Name: \fBForeground\fR -Database Class: \fBColor\fR - -.fi -.IP -caramel -.PP -.PP -KO -.SH COPYRIGHT -.nf -Copyright (c) \&.COPYRIGHT\&. - -.fi DELETED modules/doctools/tests/nroff/06 Index: modules/doctools/tests/nroff/06 ================================================================== --- modules/doctools/tests/nroff/06 +++ /dev/null @@ -1,55 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) \&.COPYRIGHT\&. -'\" -.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "" -.so man.macros -.BS -.SH NAME -TEST \- -.SH DESCRIPTION -.IP \(bu -1 -.sp -2 -.sp -3 -.IP \(bu -.RS -.IP [1] -a -.sp -b -.sp -c -.IP [2] -.RS -.TP -foo -snafu -.TP -bar -barf -.TP -roo -gork -.RE -.IP [3] -a -.sp -b -.sp -c -.RE -.IP \(bu -4 -.sp -5 -.sp -6 -.PP -.SH COPYRIGHT -.nf -Copyright (c) \&.COPYRIGHT\&. - -.fi DELETED modules/doctools/tests/nroff/07 Index: modules/doctools/tests/nroff/07 ================================================================== --- modules/doctools/tests/nroff/07 +++ /dev/null @@ -1,45 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) \&.COPYRIGHT\&. -'\" -.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "" -.so man.macros -.BS -.SH NAME -TEST \- -.SH DESCRIPTION -.IP \(bu -1 -.IP \(bu -2 -.RS -.IP [1] -a -.IP [2] -b -.RS -.TP -foo -snafu -.TP -bar -barf -.TP -roo -gork -.RE -.IP -bb -.IP [3] -a -.RE -.IP -22 -.IP \(bu -3 -.PP -.SH COPYRIGHT -.nf -Copyright (c) \&.COPYRIGHT\&. - -.fi DELETED modules/doctools/tests/nroff/08 Index: modules/doctools/tests/nroff/08 ================================================================== --- modules/doctools/tests/nroff/08 +++ /dev/null @@ -1,140 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) **Copyright** -'\" -.TH "ALL" a 5 \&.MODULE\&. "\&.\&.THE_MODULE\&.\&." -.so man.macros -.BS -.SH NAME -ALL \- \&.\&.THE_TITLE\&.\&. -.SH SYNOPSIS -package require \fBAAA \fR -.sp -package require \fBBBB VVV\fR -.sp -package require \fBCCC ?VVV?\fR -.sp -CMDNAME \&.\&.\&. -.sp -CMDNAME \&.\&.\&. -.sp -CMDNAME \&.\&.\&. -.sp -.BE -.SH DESCRIPTION -.TP -\fBNAME\fR -DESCRIPTION ::\fBCommand\fR:: -.TP -\fBNAME\fR -DESCRIPTION :::: -.TP -\fBNAME\fR -DESCRIPTION ::\fBConstant\fR:: -.PP -.SH API -.TP -TERM -DESCRIPTION ::\fIEmphasis\fR:: -.TP -TERM -DESCRIPTION ::"\fIFile/Path\fR":: -.RS -.LP -.nf -.ta 6c -Command-Line Switch: \fBNAME\fR -Database Name: \fBDBNAME\fR -Database Class: \fBCLASS\fR - -.fi -.IP -DESCRIPTION \fBNARGLE\fR -.LP -.nf -.ta 6c -Command-Line Switch: \fBNAME\fR -Database Name: \fBDBNAME\fR -Database Class: \fBCLASS\fR - -.fi -.IP -DESCRIPTION ::\fBFunction\fR:: -.LP -.nf -.ta 6c -Command-Line Switch: \fBNAME\fR -Database Name: \fBDBNAME\fR -Database Class: \fBCLASS\fR - -.fi -.IP -DESCRIPTION ::\fBMethod\fR:: -.RE -.TP -TERM -DESCRIPTION -.TP -CMDNAME \&.\&.\&. -DESCRIPTION ::\fBNamespace\fR:: -.RS -.TP -TYPE \fINAME\fR -DESCRIPTION ::\fIArgument\fR:: -.TP -TYPE \fINAME\fR -DESCRIPTION ::\fBOption\fR:: -.TP -TYPE \fINAME\fR (MODE) -DESCRIPTION ::?Optional?:: -.CS - - - THE ARGUMENT IS USED IN THIS - AND/OR THAT MANNER - -.CE -.RE -.TP -CMDNAME \&.\&.\&. -DESCRIPTION ::\fBPackage\fR:: -.TP -CMDNAME \&.\&.\&. -DESCRIPTION ::\fBSystemCommand\fR:: -.RS -.TP -\fBNAME\fR -DESCRIPTION ::\fITerm\fR:: -.TP -\fBNAME\fR -DESCRIPTION ::\fBType\fR:: -.TP -\fBNAME\fR ARGUMENT -DESCRIPTION ::\fIUri\fR:: -.RE -.PP -.SS NARGLE -.IP [1] -PARAGRAPH ::\fIUriLabel\fR [Uri]:: -.IP [2] -PARAGRAPH ::\fBVariable\fR:: -.IP [3] -PARAGRAPH ::\fBWidget\fR:: -.RS -.IP \(bu -PARAGRAPH ::\fBClass\fR:: -.IP \(bu -PARAGRAPH -.IP \(bu -PARAGRAPH -.RE -.PP -.SH "SEE ALSO" -ELSE, OTHER -.SH KEYWORDS -KEYA, KEYZ -.SH COPYRIGHT -.nf -Copyright (c) **Copyright** - -.fi DELETED modules/doctools/tests/nroff/09 Index: modules/doctools/tests/nroff/09 ================================================================== --- modules/doctools/tests/nroff/09 +++ /dev/null @@ -1,47 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) \&.COPYRIGHT\&. -'\" -.TH "TEST" z 3\&.14\&.15\&.926 \&.MODULE\&. "" -.so man.macros -.BS -.SH NAME -TEST \- -.SH DESCRIPTION -lorem -.CS - - -1 lorem ipsum dolores - -.CE -ipsum -.CS - - 2 lorem ipsum dolores -.CE -dolores -.CS - - -3 lorem ipsum dolores - -.CE -lorem -.CS - - 4 lorem ipsum dolores - -.CE -ipsum -.CS - - -5 lorem ipsum dolores -.CE -dolores -.SH COPYRIGHT -.nf -Copyright (c) \&.COPYRIGHT\&. - -.fi DELETED modules/doctools/tests/nroff/10 Index: modules/doctools/tests/nroff/10 ================================================================== --- modules/doctools/tests/nroff/10 +++ /dev/null @@ -1,29 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) \&.COPYRIGHT\&. -'\" -.TH "test-itemized" 1 n \&.MODULE\&. "" -.so man.macros -.BS -.SH NAME -test-itemized \- -.SH DESCRIPTION -lorem ipsum dolores -.IP \(bu -lorem ipsum dolores -.IP \(bu -lorem ipsum dolores -.sp -lorem ipsum dolores -.IP \(bu -lorem ipsum dolores -.sp -lorem ipsum dolores -.sp -lorem ipsum dolores -.PP -.SH COPYRIGHT -.nf -Copyright (c) \&.COPYRIGHT\&. - -.fi DELETED modules/doctools/tests/nroff/11 Index: modules/doctools/tests/nroff/11 ================================================================== --- modules/doctools/tests/nroff/11 +++ /dev/null @@ -1,29 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) \&.COPYRIGHT\&. -'\" -.TH "test-enumerated" 1 n \&.MODULE\&. "" -.so man.macros -.BS -.SH NAME -test-enumerated \- -.SH DESCRIPTION -lorem ipsum dolores -.IP [1] -lorem ipsum dolores -.IP [2] -lorem ipsum dolores -.sp -lorem ipsum dolores -.IP [3] -lorem ipsum dolores -.sp -lorem ipsum dolores -.sp -lorem ipsum dolores -.PP -.SH COPYRIGHT -.nf -Copyright (c) \&.COPYRIGHT\&. - -.fi DELETED modules/doctools/tests/nroff/12 Index: modules/doctools/tests/nroff/12 ================================================================== --- modules/doctools/tests/nroff/12 +++ /dev/null @@ -1,32 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) \&.COPYRIGHT\&. -'\" -.TH "test-definitions" 1 n \&.MODULE\&. "" -.so man.macros -.BS -.SH NAME -test-definitions \- -.SH DESCRIPTION -lorem ipsum dolores -.TP -lorem -ipsum dolores -.TP -lorem -ipsum dolores -.sp -lorem ipsum dolores -.TP -lorem -ipsum dolores -.sp -lorem ipsum dolores -.sp -lorem ipsum dolores -.PP -.SH COPYRIGHT -.nf -Copyright (c) \&.COPYRIGHT\&. - -.fi DELETED modules/doctools/tests/nroff/13 Index: modules/doctools/tests/nroff/13 ================================================================== --- modules/doctools/tests/nroff/13 +++ /dev/null @@ -1,38 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) \&.COPYRIGHT\&. -'\" -.TH "test-itemized-examples" 1 n \&.MODULE\&. "" -.so man.macros -.BS -.SH NAME -test-itemized-examples \- -.SH DESCRIPTION -lorem ipsum dolores -.IP \(bu -.CS - - A lorem ipsum dolores -.CE -.IP \(bu -lorem ipsum dolores -.CS - - B lorem ipsum dolores -.CE -.IP -lorem ipsum dolores -.IP \(bu -lorem ipsum dolores -.CS - - C lorem ipsum dolores -.CE -.IP \(bu -lorem ipsum dolores -.PP -.SH COPYRIGHT -.nf -Copyright (c) \&.COPYRIGHT\&. - -.fi DELETED modules/doctools/tests/nroff/14 Index: modules/doctools/tests/nroff/14 ================================================================== --- modules/doctools/tests/nroff/14 +++ /dev/null @@ -1,38 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) \&.COPYRIGHT\&. -'\" -.TH "test-enumerated-examples" 1 n \&.MODULE\&. "" -.so man.macros -.BS -.SH NAME -test-enumerated-examples \- -.SH DESCRIPTION -lorem ipsum dolores -.IP [1] -.CS - - A1 lorem ipsum dolores -.CE -.IP [2] -lorem ipsum dolores -.CS - - B2 lorem ipsum dolores -.CE -.IP -lorem ipsum dolores -.IP [3] -lorem ipsum dolores -.CS - - C3 lorem ipsum dolores -.CE -.IP [4] -lorem ipsum dolores -.PP -.SH COPYRIGHT -.nf -Copyright (c) \&.COPYRIGHT\&. - -.fi DELETED modules/doctools/tests/nroff/15 Index: modules/doctools/tests/nroff/15 ================================================================== --- modules/doctools/tests/nroff/15 +++ /dev/null @@ -1,42 +0,0 @@ -'\" -'\" Generated from file '\&.FILE\&.' by tcllib/doctools with format 'nroff' -'\" Copyright (c) \&.COPYRIGHT\&. -'\" -.TH "test-definition-examples" 1 n \&.MODULE\&. "" -.so man.macros -.BS -.SH NAME -test-definition-examples \- -.SH DESCRIPTION -lorem ipsum dolores -.TP -lorem -.CS - - A1 lorem ipsum dolores -.CE -.TP -lorem -ipsum dolores -.CS - - B2 lorem ipsum dolores -.CE -.IP -lorem ipsum dolores -.TP -lorem -ipsum dolores -.CS - - C3 lorem ipsum dolores -.CE -.TP -lorem -ipsum dolores -.PP -.SH COPYRIGHT -.nf -Copyright (c) \&.COPYRIGHT\&. - -.fi DELETED modules/doctools/tests/null/00 Index: modules/doctools/tests/null/00 ================================================================== --- modules/doctools/tests/null/00 +++ /dev/null DELETED modules/doctools/tests/null/01 Index: modules/doctools/tests/null/01 ================================================================== --- modules/doctools/tests/null/01 +++ /dev/null DELETED modules/doctools/tests/null/02 Index: modules/doctools/tests/null/02 ================================================================== --- modules/doctools/tests/null/02 +++ /dev/null DELETED modules/doctools/tests/null/03 Index: modules/doctools/tests/null/03 ================================================================== --- modules/doctools/tests/null/03 +++ /dev/null DELETED modules/doctools/tests/null/04 Index: modules/doctools/tests/null/04 ================================================================== --- modules/doctools/tests/null/04 +++ /dev/null DELETED modules/doctools/tests/null/05 Index: modules/doctools/tests/null/05 ================================================================== --- modules/doctools/tests/null/05 +++ /dev/null DELETED modules/doctools/tests/null/06 Index: modules/doctools/tests/null/06 ================================================================== --- modules/doctools/tests/null/06 +++ /dev/null DELETED modules/doctools/tests/null/07 Index: modules/doctools/tests/null/07 ================================================================== --- modules/doctools/tests/null/07 +++ /dev/null DELETED modules/doctools/tests/null/08 Index: modules/doctools/tests/null/08 ================================================================== --- modules/doctools/tests/null/08 +++ /dev/null DELETED modules/doctools/tests/null/09 Index: modules/doctools/tests/null/09 ================================================================== --- modules/doctools/tests/null/09 +++ /dev/null DELETED modules/doctools/tests/null/10 Index: modules/doctools/tests/null/10 ================================================================== --- modules/doctools/tests/null/10 +++ /dev/null DELETED modules/doctools/tests/null/11 Index: modules/doctools/tests/null/11 ================================================================== --- modules/doctools/tests/null/11 +++ /dev/null DELETED modules/doctools/tests/null/12 Index: modules/doctools/tests/null/12 ================================================================== --- modules/doctools/tests/null/12 +++ /dev/null DELETED modules/doctools/tests/null/13 Index: modules/doctools/tests/null/13 ================================================================== --- modules/doctools/tests/null/13 +++ /dev/null DELETED modules/doctools/tests/null/14 Index: modules/doctools/tests/null/14 ================================================================== --- modules/doctools/tests/null/14 +++ /dev/null DELETED modules/doctools/tests/null/15 Index: modules/doctools/tests/null/15 ================================================================== --- modules/doctools/tests/null/15 +++ /dev/null DELETED modules/doctools/tests/syntax/e_arg_list Index: modules/doctools/tests/syntax/e_arg_list ================================================================== --- modules/doctools/tests/syntax/e_arg_list +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[list_begin definitions] -[arg_def arg-type arg-name] -[manpage_end] DELETED modules/doctools/tests/syntax/e_body Index: modules/doctools/tests/syntax/e_body ================================================================== --- modules/doctools/tests/syntax/e_body +++ /dev/null @@ -1,4 +0,0 @@ -Text before manpage_begin is not allowed -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_arg_def1 Index: modules/doctools/tests/syntax/e_bodycmd_arg_def1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_arg_def1 +++ /dev/null @@ -1,4 +0,0 @@ -[arg_def arg-type arg-name] -[manpage_end ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_arg_def2 Index: modules/doctools/tests/syntax/e_bodycmd_arg_def2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_arg_def2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[arg_def arg-type arg-name] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_arg_def3 Index: modules/doctools/tests/syntax/e_bodycmd_arg_def3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_arg_def3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[arg_def arg-type arg-name] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_call1 Index: modules/doctools/tests/syntax/e_bodycmd_call1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_call1 +++ /dev/null @@ -1,4 +0,0 @@ -[call .command.] -[manpage_end ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_call2 Index: modules/doctools/tests/syntax/e_bodycmd_call2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_call2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[call .command.] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_call3 Index: modules/doctools/tests/syntax/e_bodycmd_call3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_call3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[call .command.] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_cmd_def1 Index: modules/doctools/tests/syntax/e_bodycmd_cmd_def1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_cmd_def1 +++ /dev/null @@ -1,4 +0,0 @@ -[cmd_def .command.] -[manpage_end ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_cmd_def2 Index: modules/doctools/tests/syntax/e_bodycmd_cmd_def2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_cmd_def2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[cmd_def .command.] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_cmd_def3 Index: modules/doctools/tests/syntax/e_bodycmd_cmd_def3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_cmd_def3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[cmd_def .command.] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_def1 Index: modules/doctools/tests/syntax/e_bodycmd_def1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_def1 +++ /dev/null @@ -1,4 +0,0 @@ -[def] -[manpage_end ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_def2 Index: modules/doctools/tests/syntax/e_bodycmd_def2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_def2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[def] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_def3 Index: modules/doctools/tests/syntax/e_bodycmd_def3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_def3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[def] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_enum1 Index: modules/doctools/tests/syntax/e_bodycmd_enum1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_enum1 +++ /dev/null @@ -1,4 +0,0 @@ -[enum] -[manpage_end ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_enum2 Index: modules/doctools/tests/syntax/e_bodycmd_enum2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_enum2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[enum] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_enum3 Index: modules/doctools/tests/syntax/e_bodycmd_enum3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_enum3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[enum] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_example1 Index: modules/doctools/tests/syntax/e_bodycmd_example1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_example1 +++ /dev/null @@ -1,4 +0,0 @@ -[example {}] -[manpage_end ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_example2 Index: modules/doctools/tests/syntax/e_bodycmd_example2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_example2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[example {}] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_example3 Index: modules/doctools/tests/syntax/e_bodycmd_example3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_example3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[example {}] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_example_begin1 Index: modules/doctools/tests/syntax/e_bodycmd_example_begin1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_example_begin1 +++ /dev/null @@ -1,4 +0,0 @@ -[example_begin] -[manpage_end ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_example_begin2 Index: modules/doctools/tests/syntax/e_bodycmd_example_begin2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_example_begin2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[example_begin] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_example_begin3 Index: modules/doctools/tests/syntax/e_bodycmd_example_begin3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_example_begin3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[example_begin] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_item1 Index: modules/doctools/tests/syntax/e_bodycmd_item1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_item1 +++ /dev/null @@ -1,4 +0,0 @@ -[item] -[manpage_end ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_item2 Index: modules/doctools/tests/syntax/e_bodycmd_item2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_item2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[item] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_item3 Index: modules/doctools/tests/syntax/e_bodycmd_item3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_item3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[item] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_list_begin1 Index: modules/doctools/tests/syntax/e_bodycmd_list_begin1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_list_begin1 +++ /dev/null @@ -1,4 +0,0 @@ -[list_begin definitions] -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_list_begin2 Index: modules/doctools/tests/syntax/e_bodycmd_list_begin2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_list_begin2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[list_begin definitions] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_list_begin3 Index: modules/doctools/tests/syntax/e_bodycmd_list_begin3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_list_begin3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[list_begin definitions] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_list_end1 Index: modules/doctools/tests/syntax/e_bodycmd_list_end1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_list_end1 +++ /dev/null @@ -1,4 +0,0 @@ -[list_end] -[manpage_end ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_list_end2 Index: modules/doctools/tests/syntax/e_bodycmd_list_end2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_list_end2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[list_end] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_list_end3 Index: modules/doctools/tests/syntax/e_bodycmd_list_end3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_list_end3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[list_end] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_manpage_end Index: modules/doctools/tests/syntax/e_bodycmd_manpage_end ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_manpage_end +++ /dev/null @@ -1,5 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {example not closed}] -[example_begin] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_opt_def1 Index: modules/doctools/tests/syntax/e_bodycmd_opt_def1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_opt_def1 +++ /dev/null @@ -1,4 +0,0 @@ -[opt_def .option.] -[manpage_end ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_opt_def2 Index: modules/doctools/tests/syntax/e_bodycmd_opt_def2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_opt_def2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[opt_def .option.] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_opt_def3 Index: modules/doctools/tests/syntax/e_bodycmd_opt_def3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_opt_def3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[opt_def .option.] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_para1 Index: modules/doctools/tests/syntax/e_bodycmd_para1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_para1 +++ /dev/null @@ -1,4 +0,0 @@ -[para] -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_para2 Index: modules/doctools/tests/syntax/e_bodycmd_para2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_para2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[para] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_para3 Index: modules/doctools/tests/syntax/e_bodycmd_para3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_para3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[para] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_section1 Index: modules/doctools/tests/syntax/e_bodycmd_section1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_section1 +++ /dev/null @@ -1,4 +0,0 @@ -[section foo] -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_section2 Index: modules/doctools/tests/syntax/e_bodycmd_section2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_section2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[section foo] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_section3 Index: modules/doctools/tests/syntax/e_bodycmd_section3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_section3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[section foo] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_sectref1 Index: modules/doctools/tests/syntax/e_bodycmd_sectref1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_sectref1 +++ /dev/null @@ -1,4 +0,0 @@ -[sectref S] -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_sectref2 Index: modules/doctools/tests/syntax/e_bodycmd_sectref2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_sectref2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[sectref S] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_sectref3 Index: modules/doctools/tests/syntax/e_bodycmd_sectref3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_sectref3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[sectref S] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_subsection1 Index: modules/doctools/tests/syntax/e_bodycmd_subsection1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_subsection1 +++ /dev/null @@ -1,4 +0,0 @@ -[subsection foo] -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_subsection2 Index: modules/doctools/tests/syntax/e_bodycmd_subsection2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_subsection2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[subsection foo] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_subsection3 Index: modules/doctools/tests/syntax/e_bodycmd_subsection3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_subsection3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad subsection}] -[example_begin] -[subsection foo] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_tkoption_def1 Index: modules/doctools/tests/syntax/e_bodycmd_tkoption_def1 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_tkoption_def1 +++ /dev/null @@ -1,4 +0,0 @@ -[tkoption_def .option. .dbname. .dbclass.] -[manpage_end ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_tkoption_def2 Index: modules/doctools/tests/syntax/e_bodycmd_tkoption_def2 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_tkoption_def2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[tkoption_def .option. .dbname. .dbclass.] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bodycmd_tkoption_def3 Index: modules/doctools/tests/syntax/e_bodycmd_tkoption_def3 ================================================================== --- modules/doctools/tests/syntax/e_bodycmd_tkoption_def3 +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_begin] -[tkoption_def .option. .dbname. .dbclass.] -[manpage_end] DELETED modules/doctools/tests/syntax/e_bulletlist Index: modules/doctools/tests/syntax/e_bulletlist ================================================================== --- modules/doctools/tests/syntax/e_bulletlist +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[list_begin definitions] -[item] -[manpage_end] DELETED modules/doctools/tests/syntax/e_cmd_list Index: modules/doctools/tests/syntax/e_cmd_list ================================================================== --- modules/doctools/tests/syntax/e_cmd_list +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[list_begin definitions] -[cmd_def .command.] -[manpage_end] DELETED modules/doctools/tests/syntax/e_deflist_call Index: modules/doctools/tests/syntax/e_deflist_call ================================================================== --- modules/doctools/tests/syntax/e_deflist_call +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[list_begin arguments] -[call .command.] -[manpage_end] DELETED modules/doctools/tests/syntax/e_deflist_def Index: modules/doctools/tests/syntax/e_deflist_def ================================================================== --- modules/doctools/tests/syntax/e_deflist_def +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[list_begin options] -[def] -[manpage_end] DELETED modules/doctools/tests/syntax/e_end_open_example Index: modules/doctools/tests/syntax/e_end_open_example ================================================================== --- modules/doctools/tests/syntax/e_end_open_example +++ /dev/null @@ -1,5 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {example not closed}] -[example_begin] - DELETED modules/doctools/tests/syntax/e_end_open_list Index: modules/doctools/tests/syntax/e_end_open_list ================================================================== --- modules/doctools/tests/syntax/e_end_open_list +++ /dev/null @@ -1,5 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[list_begin commands] -[comment {list not closed}] -[manpage_end] DELETED modules/doctools/tests/syntax/e_end_open_mp Index: modules/doctools/tests/syntax/e_end_open_mp ================================================================== --- modules/doctools/tests/syntax/e_end_open_mp +++ /dev/null @@ -1,2 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[comment {manpage not closed}] DELETED modules/doctools/tests/syntax/e_enumlist Index: modules/doctools/tests/syntax/e_enumlist ================================================================== --- modules/doctools/tests/syntax/e_enumlist +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[list_begin definitions] -[enum] -[manpage_end] DELETED modules/doctools/tests/syntax/e_examplecmd1 Index: modules/doctools/tests/syntax/e_examplecmd1 ================================================================== --- modules/doctools/tests/syntax/e_examplecmd1 +++ /dev/null @@ -1,4 +0,0 @@ -[example_end] -[manpage_end ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_examplecmd2 Index: modules/doctools/tests/syntax/e_examplecmd2 ================================================================== --- modules/doctools/tests/syntax/e_examplecmd2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[example_end] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_examplecmd3 Index: modules/doctools/tests/syntax/e_examplecmd3 ================================================================== --- modules/doctools/tests/syntax/e_examplecmd3 +++ /dev/null @@ -1,5 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[example_end] -[manpage_end] DELETED modules/doctools/tests/syntax/e_hdrcmd_copyright1 Index: modules/doctools/tests/syntax/e_hdrcmd_copyright1 ================================================================== --- modules/doctools/tests/syntax/e_hdrcmd_copyright1 +++ /dev/null @@ -1,4 +0,0 @@ -[copyright foo] -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_hdrcmd_copyright2 Index: modules/doctools/tests/syntax/e_hdrcmd_copyright2 ================================================================== --- modules/doctools/tests/syntax/e_hdrcmd_copyright2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[copyright foo] -[manpage_end] DELETED modules/doctools/tests/syntax/e_hdrcmd_description1 Index: modules/doctools/tests/syntax/e_hdrcmd_description1 ================================================================== --- modules/doctools/tests/syntax/e_hdrcmd_description1 +++ /dev/null @@ -1,4 +0,0 @@ -[description] -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_hdrcmd_description2 Index: modules/doctools/tests/syntax/e_hdrcmd_description2 ================================================================== --- modules/doctools/tests/syntax/e_hdrcmd_description2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_hdrcmd_moddesc1 Index: modules/doctools/tests/syntax/e_hdrcmd_moddesc1 ================================================================== --- modules/doctools/tests/syntax/e_hdrcmd_moddesc1 +++ /dev/null @@ -1,4 +0,0 @@ -[moddesc foo] -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_hdrcmd_moddesc2 Index: modules/doctools/tests/syntax/e_hdrcmd_moddesc2 ================================================================== --- modules/doctools/tests/syntax/e_hdrcmd_moddesc2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[moddesc foo] -[manpage_end] DELETED modules/doctools/tests/syntax/e_hdrcmd_require1 Index: modules/doctools/tests/syntax/e_hdrcmd_require1 ================================================================== --- modules/doctools/tests/syntax/e_hdrcmd_require1 +++ /dev/null @@ -1,4 +0,0 @@ -[require foo] -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_hdrcmd_require2 Index: modules/doctools/tests/syntax/e_hdrcmd_require2 ================================================================== --- modules/doctools/tests/syntax/e_hdrcmd_require2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[require foo] -[manpage_end] DELETED modules/doctools/tests/syntax/e_hdrcmd_titledesc1 Index: modules/doctools/tests/syntax/e_hdrcmd_titledesc1 ================================================================== --- modules/doctools/tests/syntax/e_hdrcmd_titledesc1 +++ /dev/null @@ -1,4 +0,0 @@ -[titledesc foo] -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_hdrcmd_titledesc2 Index: modules/doctools/tests/syntax/e_hdrcmd_titledesc2 ================================================================== --- modules/doctools/tests/syntax/e_hdrcmd_titledesc2 +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[titledesc foo] -[manpage_end] DELETED modules/doctools/tests/syntax/e_invalidlist_list_begin Index: modules/doctools/tests/syntax/e_invalidlist_list_begin ================================================================== --- modules/doctools/tests/syntax/e_invalidlist_list_begin +++ /dev/null @@ -1,5 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[list_begin bogus] -[list_end] -[manpage_end] DELETED modules/doctools/tests/syntax/e_listcmd_arg_def Index: modules/doctools/tests/syntax/e_listcmd_arg_def ================================================================== --- modules/doctools/tests/syntax/e_listcmd_arg_def +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] - -[arg_def arg-type arg-name] -[manpage_end] DELETED modules/doctools/tests/syntax/e_listcmd_call Index: modules/doctools/tests/syntax/e_listcmd_call ================================================================== --- modules/doctools/tests/syntax/e_listcmd_call +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] - -[call .command.] -[manpage_end] DELETED modules/doctools/tests/syntax/e_listcmd_cmd_def Index: modules/doctools/tests/syntax/e_listcmd_cmd_def ================================================================== --- modules/doctools/tests/syntax/e_listcmd_cmd_def +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] - -[cmd_def .command.] -[manpage_end] DELETED modules/doctools/tests/syntax/e_listcmd_def Index: modules/doctools/tests/syntax/e_listcmd_def ================================================================== --- modules/doctools/tests/syntax/e_listcmd_def +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] - -[def] -[manpage_end] DELETED modules/doctools/tests/syntax/e_listcmd_enum Index: modules/doctools/tests/syntax/e_listcmd_enum ================================================================== --- modules/doctools/tests/syntax/e_listcmd_enum +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] - -[enum] -[manpage_end] DELETED modules/doctools/tests/syntax/e_listcmd_item Index: modules/doctools/tests/syntax/e_listcmd_item ================================================================== --- modules/doctools/tests/syntax/e_listcmd_item +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] - -[item] -[manpage_end] DELETED modules/doctools/tests/syntax/e_listcmd_opt_def Index: modules/doctools/tests/syntax/e_listcmd_opt_def ================================================================== --- modules/doctools/tests/syntax/e_listcmd_opt_def +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] - -[opt_def .option.] -[manpage_end] DELETED modules/doctools/tests/syntax/e_listcmd_tkoption_def Index: modules/doctools/tests/syntax/e_listcmd_tkoption_def ================================================================== --- modules/doctools/tests/syntax/e_listcmd_tkoption_def +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] - -[tkoption_def .option. .dbname. .dbclass.] -[manpage_end] DELETED modules/doctools/tests/syntax/e_mpbegin Index: modules/doctools/tests/syntax/e_mpbegin ================================================================== --- modules/doctools/tests/syntax/e_mpbegin +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[manpage_begin BOGUS e 2.71828182845904523536] -[description] -[manpage_end] DELETED modules/doctools/tests/syntax/e_nodonecmd_arg Index: modules/doctools/tests/syntax/e_nodonecmd_arg ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_arg +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[arg .a.] DELETED modules/doctools/tests/syntax/e_nodonecmd_class Index: modules/doctools/tests/syntax/e_nodonecmd_class ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_class +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[class .c.] DELETED modules/doctools/tests/syntax/e_nodonecmd_cmd Index: modules/doctools/tests/syntax/e_nodonecmd_cmd ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_cmd +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[cmd .c.] DELETED modules/doctools/tests/syntax/e_nodonecmd_comment Index: modules/doctools/tests/syntax/e_nodonecmd_comment ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_comment +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[comment .c] DELETED modules/doctools/tests/syntax/e_nodonecmd_const Index: modules/doctools/tests/syntax/e_nodonecmd_const ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_const +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[const .c.] DELETED modules/doctools/tests/syntax/e_nodonecmd_emph Index: modules/doctools/tests/syntax/e_nodonecmd_emph ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_emph +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[emph .t.] DELETED modules/doctools/tests/syntax/e_nodonecmd_file Index: modules/doctools/tests/syntax/e_nodonecmd_file ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_file +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[file .f.] DELETED modules/doctools/tests/syntax/e_nodonecmd_fun Index: modules/doctools/tests/syntax/e_nodonecmd_fun ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_fun +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[fun .f.] DELETED modules/doctools/tests/syntax/e_nodonecmd_keywords Index: modules/doctools/tests/syntax/e_nodonecmd_keywords ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_keywords +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[keywords .kw.] DELETED modules/doctools/tests/syntax/e_nodonecmd_method Index: modules/doctools/tests/syntax/e_nodonecmd_method ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_method +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[method .m.] DELETED modules/doctools/tests/syntax/e_nodonecmd_namespace Index: modules/doctools/tests/syntax/e_nodonecmd_namespace ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_namespace +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[namespace .n.] DELETED modules/doctools/tests/syntax/e_nodonecmd_opt Index: modules/doctools/tests/syntax/e_nodonecmd_opt ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_opt +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[opt .o] DELETED modules/doctools/tests/syntax/e_nodonecmd_option Index: modules/doctools/tests/syntax/e_nodonecmd_option ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_option +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[option .o.] DELETED modules/doctools/tests/syntax/e_nodonecmd_package Index: modules/doctools/tests/syntax/e_nodonecmd_package ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_package +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[package .p.] DELETED modules/doctools/tests/syntax/e_nodonecmd_see_also Index: modules/doctools/tests/syntax/e_nodonecmd_see_also ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_see_also +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[see_also .sa.] DELETED modules/doctools/tests/syntax/e_nodonecmd_syscmd Index: modules/doctools/tests/syntax/e_nodonecmd_syscmd ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_syscmd +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[syscmd .t] DELETED modules/doctools/tests/syntax/e_nodonecmd_term Index: modules/doctools/tests/syntax/e_nodonecmd_term ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_term +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[term .t.] DELETED modules/doctools/tests/syntax/e_nodonecmd_type Index: modules/doctools/tests/syntax/e_nodonecmd_type ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_type +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[type .t.] DELETED modules/doctools/tests/syntax/e_nodonecmd_uri Index: modules/doctools/tests/syntax/e_nodonecmd_uri ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_uri +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[uri .u.] DELETED modules/doctools/tests/syntax/e_nodonecmd_usage Index: modules/doctools/tests/syntax/e_nodonecmd_usage ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_usage +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[usage .c.] DELETED modules/doctools/tests/syntax/e_nodonecmd_var Index: modules/doctools/tests/syntax/e_nodonecmd_var ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_var +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[var .v] DELETED modules/doctools/tests/syntax/e_nodonecmd_widget Index: modules/doctools/tests/syntax/e_nodonecmd_widget ================================================================== --- modules/doctools/tests/syntax/e_nodonecmd_widget +++ /dev/null @@ -1,4 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[manpage_end] -[widget .w.] DELETED modules/doctools/tests/syntax/e_nolistcmd_section Index: modules/doctools/tests/syntax/e_nolistcmd_section ================================================================== --- modules/doctools/tests/syntax/e_nolistcmd_section +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[list_begin definitions] -[section foo] -[manpage_end] DELETED modules/doctools/tests/syntax/e_nolistcmd_subsection Index: modules/doctools/tests/syntax/e_nolistcmd_subsection ================================================================== --- modules/doctools/tests/syntax/e_nolistcmd_subsection +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad subsection}] -[list_begin definitions] -[subsection foo] -[manpage_end] DELETED modules/doctools/tests/syntax/e_nolisthdr_example Index: modules/doctools/tests/syntax/e_nolisthdr_example ================================================================== --- modules/doctools/tests/syntax/e_nolisthdr_example +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad example before list item}] -[list_begin definitions] -[example {}] -[manpage_end] DELETED modules/doctools/tests/syntax/e_nolisthdr_example_begin Index: modules/doctools/tests/syntax/e_nolisthdr_example_begin ================================================================== --- modules/doctools/tests/syntax/e_nolisthdr_example_begin +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad example_begin before list item}] -[list_begin definitions] -[example_begin] -[manpage_end] DELETED modules/doctools/tests/syntax/e_nolisthdr_list_begin Index: modules/doctools/tests/syntax/e_nolisthdr_list_begin ================================================================== --- modules/doctools/tests/syntax/e_nolisthdr_list_begin +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad list_begin before list item}] -[list_begin definitions] -[list_begin definitions] -[manpage_end] DELETED modules/doctools/tests/syntax/e_nolisthdr_para Index: modules/doctools/tests/syntax/e_nolisthdr_para ================================================================== --- modules/doctools/tests/syntax/e_nolisthdr_para +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad para before list item}] -[list_begin definitions] -[para] -[manpage_end] DELETED modules/doctools/tests/syntax/e_nolisthdr_sectref Index: modules/doctools/tests/syntax/e_nolisthdr_sectref ================================================================== --- modules/doctools/tests/syntax/e_nolisthdr_sectref +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad sectref S before list item}] -[list_begin definitions] -[sectref S] -[manpage_end] DELETED modules/doctools/tests/syntax/e_nolisttxt Index: modules/doctools/tests/syntax/e_nolisttxt ================================================================== --- modules/doctools/tests/syntax/e_nolisttxt +++ /dev/null @@ -1,7 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[list_begin definitions] -Text between list_begin and first item is not allowed -[def foo] -[list_end] -[manpage_end] DELETED modules/doctools/tests/syntax/e_opt_list Index: modules/doctools/tests/syntax/e_opt_list ================================================================== --- modules/doctools/tests/syntax/e_opt_list +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[list_begin definitions] -[opt_def .option.] -[manpage_end] DELETED modules/doctools/tests/syntax/e_tkoption_list Index: modules/doctools/tests/syntax/e_tkoption_list ================================================================== --- modules/doctools/tests/syntax/e_tkoption_list +++ /dev/null @@ -1,6 +0,0 @@ -[manpage_begin ERROR e 2.71828182845904523536] -[description] -[comment {bad section}] -[list_begin definitions] -[tkoption_def .option. .dbname. .dbclass.] -[manpage_end] DELETED modules/doctools/tests/syntax/r_arg_list Index: modules/doctools/tests/syntax/r_arg_list ================================================================== --- modules/doctools/tests/syntax/r_arg_list +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[arg_def arg-type arg-name] ---> (FmtError) Manpage error (arg_list), "arg_def arg-type arg-name" : Command restricted to usage in argument lists. DELETED modules/doctools/tests/syntax/r_body Index: modules/doctools/tests/syntax/r_body ================================================================== --- modules/doctools/tests/syntax/r_body +++ /dev/null @@ -1,4 +0,0 @@ -Doctools Error in plain text at line 1, column 0: -[plain_text {Text before manpag...] ---> (FmtError) Manpage error (body), "plain_text Text before manpage_begin is not allowed -" : Plain text not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_arg_def1 Index: modules/doctools/tests/syntax/r_bodycmd_arg_def1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_arg_def1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[arg_def arg-type arg-name] ---> (FmtError) Manpage error (bodycmd), "arg_def arg-type arg-name" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_arg_def2 Index: modules/doctools/tests/syntax/r_bodycmd_arg_def2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_arg_def2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[arg_def arg-type arg-name] ---> (FmtError) Manpage error (bodycmd), "arg_def arg-type arg-name" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_arg_def3 Index: modules/doctools/tests/syntax/r_bodycmd_arg_def3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_arg_def3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[arg_def arg-type arg-name] ---> (FmtError) Manpage error (bodycmd), "arg_def arg-type arg-name" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_call1 Index: modules/doctools/tests/syntax/r_bodycmd_call1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_call1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[call .command.] ---> (FmtError) Manpage error (bodycmd), "call .command." : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_call2 Index: modules/doctools/tests/syntax/r_bodycmd_call2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_call2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[call .command.] ---> (FmtError) Manpage error (bodycmd), "call .command." : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_call3 Index: modules/doctools/tests/syntax/r_bodycmd_call3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_call3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[call .command.] ---> (FmtError) Manpage error (bodycmd), "call .command." : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_cmd_def1 Index: modules/doctools/tests/syntax/r_bodycmd_cmd_def1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_cmd_def1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[cmd_def .command.] ---> (FmtError) Manpage error (bodycmd), "cmd_def .command." : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_cmd_def2 Index: modules/doctools/tests/syntax/r_bodycmd_cmd_def2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_cmd_def2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[cmd_def .command.] ---> (FmtError) Manpage error (bodycmd), "cmd_def .command." : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_cmd_def3 Index: modules/doctools/tests/syntax/r_bodycmd_cmd_def3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_cmd_def3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[cmd_def .command.] ---> (FmtError) Manpage error (bodycmd), "cmd_def .command." : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_def1 Index: modules/doctools/tests/syntax/r_bodycmd_def1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_def1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[def] ---> (FmtError) Manpage error (bodycmd), "def" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_def2 Index: modules/doctools/tests/syntax/r_bodycmd_def2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_def2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[def] ---> (FmtError) Manpage error (bodycmd), "def" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_def3 Index: modules/doctools/tests/syntax/r_bodycmd_def3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_def3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[def] ---> (FmtError) Manpage error (bodycmd), "def" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_enum1 Index: modules/doctools/tests/syntax/r_bodycmd_enum1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_enum1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[enum] ---> (FmtError) Manpage error (bodycmd), "enum" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_enum2 Index: modules/doctools/tests/syntax/r_bodycmd_enum2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_enum2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[enum] ---> (FmtError) Manpage error (bodycmd), "enum" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_enum3 Index: modules/doctools/tests/syntax/r_bodycmd_enum3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_enum3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[enum] ---> (FmtError) Manpage error (bodycmd), "enum" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_example1 Index: modules/doctools/tests/syntax/r_bodycmd_example1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_example1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[example {}] ---> (FmtError) Manpage error (bodycmd), "example " : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_example2 Index: modules/doctools/tests/syntax/r_bodycmd_example2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_example2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[example {}] ---> (FmtError) Manpage error (bodycmd), "example " : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_example3 Index: modules/doctools/tests/syntax/r_bodycmd_example3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_example3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[example {}] ---> (FmtError) Manpage error (bodycmd), "example " : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_example_begin1 Index: modules/doctools/tests/syntax/r_bodycmd_example_begin1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_example_begin1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[example_begin] ---> (FmtError) Manpage error (bodycmd), "example_begin" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_example_begin2 Index: modules/doctools/tests/syntax/r_bodycmd_example_begin2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_example_begin2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[example_begin] ---> (FmtError) Manpage error (bodycmd), "example_begin" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_example_begin3 Index: modules/doctools/tests/syntax/r_bodycmd_example_begin3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_example_begin3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[example_begin] ---> (FmtError) Manpage error (bodycmd), "example_begin" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_item1 Index: modules/doctools/tests/syntax/r_bodycmd_item1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_item1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[item] ---> (FmtError) Manpage error (bodycmd), "item" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_item2 Index: modules/doctools/tests/syntax/r_bodycmd_item2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_item2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[item] ---> (FmtError) Manpage error (bodycmd), "item" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_item3 Index: modules/doctools/tests/syntax/r_bodycmd_item3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_item3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[item] ---> (FmtError) Manpage error (bodycmd), "item" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_list_begin1 Index: modules/doctools/tests/syntax/r_bodycmd_list_begin1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_list_begin1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[list_begin definitions] ---> (FmtError) Manpage error (bodycmd), "list_begin definitions" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_list_begin2 Index: modules/doctools/tests/syntax/r_bodycmd_list_begin2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_list_begin2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[list_begin definitions] ---> (FmtError) Manpage error (bodycmd), "list_begin definitions" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_list_begin3 Index: modules/doctools/tests/syntax/r_bodycmd_list_begin3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_list_begin3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[list_begin definitions] ---> (FmtError) Manpage error (bodycmd), "list_begin definitions" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_list_end1 Index: modules/doctools/tests/syntax/r_bodycmd_list_end1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_list_end1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[list_end] ---> (FmtError) Manpage error (bodycmd), "list_end" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_list_end2 Index: modules/doctools/tests/syntax/r_bodycmd_list_end2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_list_end2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[list_end] ---> (FmtError) Manpage error (bodycmd), "list_end" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_list_end3 Index: modules/doctools/tests/syntax/r_bodycmd_list_end3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_list_end3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[list_end] ---> (FmtError) Manpage error (bodycmd), "list_end" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_manpage_end Index: modules/doctools/tests/syntax/r_bodycmd_manpage_end ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_manpage_end +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[manpage_end] ---> (FmtError) Manpage error (bodycmd), "manpage_end" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_opt_def1 Index: modules/doctools/tests/syntax/r_bodycmd_opt_def1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_opt_def1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[opt_def .option.] ---> (FmtError) Manpage error (bodycmd), "opt_def .option." : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_opt_def2 Index: modules/doctools/tests/syntax/r_bodycmd_opt_def2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_opt_def2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[opt_def .option.] ---> (FmtError) Manpage error (bodycmd), "opt_def .option." : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_opt_def3 Index: modules/doctools/tests/syntax/r_bodycmd_opt_def3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_opt_def3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[opt_def .option.] ---> (FmtError) Manpage error (bodycmd), "opt_def .option." : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_para1 Index: modules/doctools/tests/syntax/r_bodycmd_para1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_para1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[para] ---> (FmtError) Manpage error (bodycmd), "para" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_para2 Index: modules/doctools/tests/syntax/r_bodycmd_para2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_para2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[para] ---> (FmtError) Manpage error (bodycmd), "para" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_para3 Index: modules/doctools/tests/syntax/r_bodycmd_para3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_para3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[para] ---> (FmtError) Manpage error (bodycmd), "para" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_section1 Index: modules/doctools/tests/syntax/r_bodycmd_section1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_section1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[section foo] ---> (FmtError) Manpage error (bodycmd), "section foo" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_section2 Index: modules/doctools/tests/syntax/r_bodycmd_section2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_section2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[section foo] ---> (FmtError) Manpage error (bodycmd), "section foo" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_section3 Index: modules/doctools/tests/syntax/r_bodycmd_section3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_section3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[section foo] ---> (FmtError) Manpage error (bodycmd), "section foo" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_sectref1 Index: modules/doctools/tests/syntax/r_bodycmd_sectref1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_sectref1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[sectref S] ---> (FmtError) Manpage error (bodycmd), "sectref S" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_sectref2 Index: modules/doctools/tests/syntax/r_bodycmd_sectref2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_sectref2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[sectref S] ---> (FmtError) Manpage error (bodycmd), "sectref S" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_sectref3 Index: modules/doctools/tests/syntax/r_bodycmd_sectref3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_sectref3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[sectref S] ---> (FmtError) Manpage error (bodycmd), "sectref S" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_subsection1 Index: modules/doctools/tests/syntax/r_bodycmd_subsection1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_subsection1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[subsection foo] ---> (FmtError) Manpage error (bodycmd), "subsection foo" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_subsection2 Index: modules/doctools/tests/syntax/r_bodycmd_subsection2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_subsection2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[subsection foo] ---> (FmtError) Manpage error (bodycmd), "subsection foo" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_subsection3 Index: modules/doctools/tests/syntax/r_bodycmd_subsection3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_subsection3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[subsection foo] ---> (FmtError) Manpage error (bodycmd), "subsection foo" : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_tkoption_def1 Index: modules/doctools/tests/syntax/r_bodycmd_tkoption_def1 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_tkoption_def1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[tkoption_def .option. .dbname....] ---> (FmtError) Manpage error (bodycmd), "tkoption_def .option. .dbname. .dbclass." : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_tkoption_def2 Index: modules/doctools/tests/syntax/r_bodycmd_tkoption_def2 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_tkoption_def2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[tkoption_def .option. .dbname....] ---> (FmtError) Manpage error (bodycmd), "tkoption_def .option. .dbname. .dbclass." : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bodycmd_tkoption_def3 Index: modules/doctools/tests/syntax/r_bodycmd_tkoption_def3 ================================================================== --- modules/doctools/tests/syntax/r_bodycmd_tkoption_def3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[tkoption_def .option. .dbname....] ---> (FmtError) Manpage error (bodycmd), "tkoption_def .option. .dbname. .dbclass." : Command not allowed outside of the body of the manpage. DELETED modules/doctools/tests/syntax/r_bulletlist Index: modules/doctools/tests/syntax/r_bulletlist ================================================================== --- modules/doctools/tests/syntax/r_bulletlist +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[item] ---> (FmtError) Manpage error (bulletlist), "item" : Command restricted to usage in itemized lists. DELETED modules/doctools/tests/syntax/r_cmd_list Index: modules/doctools/tests/syntax/r_cmd_list ================================================================== --- modules/doctools/tests/syntax/r_cmd_list +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[cmd_def .command.] ---> (FmtError) Manpage error (cmd_list), "cmd_def .command." : Command restricted to usage in command lists. DELETED modules/doctools/tests/syntax/r_deflist_call Index: modules/doctools/tests/syntax/r_deflist_call ================================================================== --- modules/doctools/tests/syntax/r_deflist_call +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[call .command.] ---> (FmtError) Manpage error (deflist), "call .command." : Command restricted to usage in definition lists. DELETED modules/doctools/tests/syntax/r_deflist_def Index: modules/doctools/tests/syntax/r_deflist_def ================================================================== --- modules/doctools/tests/syntax/r_deflist_def +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[def] ---> (FmtError) Manpage error (deflist), "def" : Command restricted to usage in definition lists. DELETED modules/doctools/tests/syntax/r_end_open_example Index: modules/doctools/tests/syntax/r_end_open_example ================================================================== --- modules/doctools/tests/syntax/r_end_open_example +++ /dev/null @@ -1,1 +0,0 @@ -(FmtError) Manpage error (end/open/example), "ck_complete" : End of manpage reached, [example_end] missing. DELETED modules/doctools/tests/syntax/r_end_open_list Index: modules/doctools/tests/syntax/r_end_open_list ================================================================== --- modules/doctools/tests/syntax/r_end_open_list +++ /dev/null @@ -1,1 +0,0 @@ -(FmtError) Manpage error (end/open/list), "ck_complete" : End of manpage reached, [list_end] missing. DELETED modules/doctools/tests/syntax/r_end_open_mp Index: modules/doctools/tests/syntax/r_end_open_mp ================================================================== --- modules/doctools/tests/syntax/r_end_open_mp +++ /dev/null @@ -1,1 +0,0 @@ -(FmtError) Manpage error (end/open/mp), "ck_complete" : End of manpage reached, [manpage_end] missing. DELETED modules/doctools/tests/syntax/r_enumlist Index: modules/doctools/tests/syntax/r_enumlist ================================================================== --- modules/doctools/tests/syntax/r_enumlist +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[enum] ---> (FmtError) Manpage error (enumlist), "enum" : Command restricted to usage in enumerated lists. DELETED modules/doctools/tests/syntax/r_examplecmd1 Index: modules/doctools/tests/syntax/r_examplecmd1 ================================================================== --- modules/doctools/tests/syntax/r_examplecmd1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[example_end] ---> (FmtError) Manpage error (examplecmd), "example_end" : Command allowed only to close example section. DELETED modules/doctools/tests/syntax/r_examplecmd2 Index: modules/doctools/tests/syntax/r_examplecmd2 ================================================================== --- modules/doctools/tests/syntax/r_examplecmd2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[example_end] ---> (FmtError) Manpage error (examplecmd), "example_end" : Command allowed only to close example section. DELETED modules/doctools/tests/syntax/r_examplecmd3 Index: modules/doctools/tests/syntax/r_examplecmd3 ================================================================== --- modules/doctools/tests/syntax/r_examplecmd3 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[example_end] ---> (FmtError) Manpage error (examplecmd), "example_end" : Command allowed only to close example section. DELETED modules/doctools/tests/syntax/r_hdrcmd_copyright1 Index: modules/doctools/tests/syntax/r_hdrcmd_copyright1 ================================================================== --- modules/doctools/tests/syntax/r_hdrcmd_copyright1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[copyright foo] ---> (FmtError) Manpage error (hdrcmd), "copyright foo" : Command not allowed outside of the header section. DELETED modules/doctools/tests/syntax/r_hdrcmd_copyright2 Index: modules/doctools/tests/syntax/r_hdrcmd_copyright2 ================================================================== --- modules/doctools/tests/syntax/r_hdrcmd_copyright2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 3, column 0: -[copyright foo] ---> (FmtError) Manpage error (hdrcmd), "copyright foo" : Command not allowed outside of the header section. DELETED modules/doctools/tests/syntax/r_hdrcmd_description1 Index: modules/doctools/tests/syntax/r_hdrcmd_description1 ================================================================== --- modules/doctools/tests/syntax/r_hdrcmd_description1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[description] ---> (FmtError) Manpage error (hdrcmd), "description" : Command not allowed outside of the header section. DELETED modules/doctools/tests/syntax/r_hdrcmd_description2 Index: modules/doctools/tests/syntax/r_hdrcmd_description2 ================================================================== --- modules/doctools/tests/syntax/r_hdrcmd_description2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 3, column 0: -[description] ---> (FmtError) Manpage error (hdrcmd), "description" : Command not allowed outside of the header section. DELETED modules/doctools/tests/syntax/r_hdrcmd_moddesc1 Index: modules/doctools/tests/syntax/r_hdrcmd_moddesc1 ================================================================== --- modules/doctools/tests/syntax/r_hdrcmd_moddesc1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[moddesc foo] ---> (FmtError) Manpage error (hdrcmd), "moddesc foo" : Command not allowed outside of the header section. DELETED modules/doctools/tests/syntax/r_hdrcmd_moddesc2 Index: modules/doctools/tests/syntax/r_hdrcmd_moddesc2 ================================================================== --- modules/doctools/tests/syntax/r_hdrcmd_moddesc2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 3, column 0: -[moddesc foo] ---> (FmtError) Manpage error (hdrcmd), "moddesc foo" : Command not allowed outside of the header section. DELETED modules/doctools/tests/syntax/r_hdrcmd_require1 Index: modules/doctools/tests/syntax/r_hdrcmd_require1 ================================================================== --- modules/doctools/tests/syntax/r_hdrcmd_require1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[require foo] ---> (FmtError) Manpage error (hdrcmd), "require foo" : Command not allowed outside of the header section. DELETED modules/doctools/tests/syntax/r_hdrcmd_require2 Index: modules/doctools/tests/syntax/r_hdrcmd_require2 ================================================================== --- modules/doctools/tests/syntax/r_hdrcmd_require2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 3, column 0: -[require foo] ---> (FmtError) Manpage error (hdrcmd), "require foo" : Command not allowed outside of the header section. DELETED modules/doctools/tests/syntax/r_hdrcmd_titledesc1 Index: modules/doctools/tests/syntax/r_hdrcmd_titledesc1 ================================================================== --- modules/doctools/tests/syntax/r_hdrcmd_titledesc1 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 1, column 0: -[titledesc foo] ---> (FmtError) Manpage error (hdrcmd), "titledesc foo" : Command not allowed outside of the header section. DELETED modules/doctools/tests/syntax/r_hdrcmd_titledesc2 Index: modules/doctools/tests/syntax/r_hdrcmd_titledesc2 ================================================================== --- modules/doctools/tests/syntax/r_hdrcmd_titledesc2 +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 3, column 0: -[titledesc foo] ---> (FmtError) Manpage error (hdrcmd), "titledesc foo" : Command not allowed outside of the header section. DELETED modules/doctools/tests/syntax/r_invalidlist_list_begin Index: modules/doctools/tests/syntax/r_invalidlist_list_begin ================================================================== --- modules/doctools/tests/syntax/r_invalidlist_list_begin +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 3, column 0: -[list_begin bogus] ---> (FmtError) Manpage error (invalidlist), "list_begin bogus" : Invalid list type "bogus". DELETED modules/doctools/tests/syntax/r_listcmd_arg_def Index: modules/doctools/tests/syntax/r_listcmd_arg_def ================================================================== --- modules/doctools/tests/syntax/r_listcmd_arg_def +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[arg_def arg-type arg-name] ---> (FmtError) Manpage error (listcmd), "arg_def arg-type arg-name" : Command not allowed outside of a list. DELETED modules/doctools/tests/syntax/r_listcmd_call Index: modules/doctools/tests/syntax/r_listcmd_call ================================================================== --- modules/doctools/tests/syntax/r_listcmd_call +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[call .command.] ---> (FmtError) Manpage error (listcmd), "call .command." : Command not allowed outside of a list. DELETED modules/doctools/tests/syntax/r_listcmd_cmd_def Index: modules/doctools/tests/syntax/r_listcmd_cmd_def ================================================================== --- modules/doctools/tests/syntax/r_listcmd_cmd_def +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[cmd_def .command.] ---> (FmtError) Manpage error (listcmd), "cmd_def .command." : Command not allowed outside of a list. DELETED modules/doctools/tests/syntax/r_listcmd_def Index: modules/doctools/tests/syntax/r_listcmd_def ================================================================== --- modules/doctools/tests/syntax/r_listcmd_def +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[def] ---> (FmtError) Manpage error (listcmd), "def" : Command not allowed outside of a list. DELETED modules/doctools/tests/syntax/r_listcmd_enum Index: modules/doctools/tests/syntax/r_listcmd_enum ================================================================== --- modules/doctools/tests/syntax/r_listcmd_enum +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[enum] ---> (FmtError) Manpage error (listcmd), "enum" : Command not allowed outside of a list. DELETED modules/doctools/tests/syntax/r_listcmd_item Index: modules/doctools/tests/syntax/r_listcmd_item ================================================================== --- modules/doctools/tests/syntax/r_listcmd_item +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[item] ---> (FmtError) Manpage error (listcmd), "item" : Command not allowed outside of a list. DELETED modules/doctools/tests/syntax/r_listcmd_opt_def Index: modules/doctools/tests/syntax/r_listcmd_opt_def ================================================================== --- modules/doctools/tests/syntax/r_listcmd_opt_def +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[opt_def .option.] ---> (FmtError) Manpage error (listcmd), "opt_def .option." : Command not allowed outside of a list. DELETED modules/doctools/tests/syntax/r_listcmd_tkoption_def Index: modules/doctools/tests/syntax/r_listcmd_tkoption_def ================================================================== --- modules/doctools/tests/syntax/r_listcmd_tkoption_def +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[tkoption_def .option. .dbname....] ---> (FmtError) Manpage error (listcmd), "tkoption_def .option. .dbname. .dbclass." : Command not allowed outside of a list. DELETED modules/doctools/tests/syntax/r_mpbegin Index: modules/doctools/tests/syntax/r_mpbegin ================================================================== --- modules/doctools/tests/syntax/r_mpbegin +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 2, column 0: -[manpage_begin BOGUS e 2.718281...] ---> (FmtError) Manpage error (mpbegin), "manpage_begin BOGUS e 2.71828182845904523536" : Command must be first of manpage. DELETED modules/doctools/tests/syntax/r_nodonecmd_arg Index: modules/doctools/tests/syntax/r_nodonecmd_arg ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_arg +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[arg .a.] ---> (FmtError) Manpage error (nodonecmd), "arg .a." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_class Index: modules/doctools/tests/syntax/r_nodonecmd_class ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_class +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[class .c.] ---> (FmtError) Manpage error (nodonecmd), "class .c." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_cmd Index: modules/doctools/tests/syntax/r_nodonecmd_cmd ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_cmd +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[cmd .c.] ---> (FmtError) Manpage error (nodonecmd), "cmd .c." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_comment Index: modules/doctools/tests/syntax/r_nodonecmd_comment ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_comment +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[comment .c] ---> (FmtError) Manpage error (nodonecmd), "comment .c" : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_const Index: modules/doctools/tests/syntax/r_nodonecmd_const ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_const +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[const .c.] ---> (FmtError) Manpage error (nodonecmd), "const .c." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_emph Index: modules/doctools/tests/syntax/r_nodonecmd_emph ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_emph +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[emph .t.] ---> (FmtError) Manpage error (nodonecmd), "emph .t." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_file Index: modules/doctools/tests/syntax/r_nodonecmd_file ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_file +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[file .f.] ---> (FmtError) Manpage error (nodonecmd), "file .f." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_fun Index: modules/doctools/tests/syntax/r_nodonecmd_fun ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_fun +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[fun .f.] ---> (FmtError) Manpage error (nodonecmd), "fun .f." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_keywords Index: modules/doctools/tests/syntax/r_nodonecmd_keywords ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_keywords +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[keywords .kw.] ---> (FmtError) Manpage error (nodonecmd), "keywords .kw." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_method Index: modules/doctools/tests/syntax/r_nodonecmd_method ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_method +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[method .m.] ---> (FmtError) Manpage error (nodonecmd), "method .m." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_namespace Index: modules/doctools/tests/syntax/r_nodonecmd_namespace ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_namespace +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[namespace .n.] ---> (FmtError) Manpage error (nodonecmd), "_namespace .n." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_opt Index: modules/doctools/tests/syntax/r_nodonecmd_opt ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_opt +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[opt .o] ---> (FmtError) Manpage error (nodonecmd), "opt .o" : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_option Index: modules/doctools/tests/syntax/r_nodonecmd_option ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_option +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[option .o.] ---> (FmtError) Manpage error (nodonecmd), "option .o." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_package Index: modules/doctools/tests/syntax/r_nodonecmd_package ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_package +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[package .p.] ---> (FmtError) Manpage error (nodonecmd), "package .p." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_see_also Index: modules/doctools/tests/syntax/r_nodonecmd_see_also ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_see_also +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[see_also .sa.] ---> (FmtError) Manpage error (nodonecmd), "see_also .sa." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_syscmd Index: modules/doctools/tests/syntax/r_nodonecmd_syscmd ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_syscmd +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[syscmd .t] ---> (FmtError) Manpage error (nodonecmd), "syscmd .t" : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_term Index: modules/doctools/tests/syntax/r_nodonecmd_term ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_term +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[term .t.] ---> (FmtError) Manpage error (nodonecmd), "term .t." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_type Index: modules/doctools/tests/syntax/r_nodonecmd_type ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_type +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[type .t.] ---> (FmtError) Manpage error (nodonecmd), "type .t." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_uri Index: modules/doctools/tests/syntax/r_nodonecmd_uri ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_uri +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[uri .u.] ---> (FmtError) Manpage error (nodonecmd), "uri .u." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_usage Index: modules/doctools/tests/syntax/r_nodonecmd_usage ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_usage +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[usage .c.] ---> (FmtError) Manpage error (nodonecmd), "usage .c." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_var Index: modules/doctools/tests/syntax/r_nodonecmd_var ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_var +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[var .v] ---> (FmtError) Manpage error (nodonecmd), "var .v" : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nodonecmd_widget Index: modules/doctools/tests/syntax/r_nodonecmd_widget ================================================================== --- modules/doctools/tests/syntax/r_nodonecmd_widget +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 4, column 0: -[widget .w.] ---> (FmtError) Manpage error (nodonecmd), "widget .w." : Command not allowed after [manpage_end]. DELETED modules/doctools/tests/syntax/r_nolistcmd_section Index: modules/doctools/tests/syntax/r_nolistcmd_section ================================================================== --- modules/doctools/tests/syntax/r_nolistcmd_section +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[section foo] ---> (FmtError) Manpage error (nolistcmd), "section foo" : Command not allowed inside of a list. DELETED modules/doctools/tests/syntax/r_nolistcmd_subsection Index: modules/doctools/tests/syntax/r_nolistcmd_subsection ================================================================== --- modules/doctools/tests/syntax/r_nolistcmd_subsection +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[subsection foo] ---> (FmtError) Manpage error (nolistcmd), "subsection foo" : Command not allowed inside of a list. DELETED modules/doctools/tests/syntax/r_nolisthdr_example Index: modules/doctools/tests/syntax/r_nolisthdr_example ================================================================== --- modules/doctools/tests/syntax/r_nolisthdr_example +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[example {}] ---> (FmtError) Manpage error (nolisthdr), "example " : Command not allowed between beginning of a list and its first item. DELETED modules/doctools/tests/syntax/r_nolisthdr_example_begin Index: modules/doctools/tests/syntax/r_nolisthdr_example_begin ================================================================== --- modules/doctools/tests/syntax/r_nolisthdr_example_begin +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[example_begin] ---> (FmtError) Manpage error (nolisthdr), "example_begin" : Command not allowed between beginning of a list and its first item. DELETED modules/doctools/tests/syntax/r_nolisthdr_list_begin Index: modules/doctools/tests/syntax/r_nolisthdr_list_begin ================================================================== --- modules/doctools/tests/syntax/r_nolisthdr_list_begin +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[list_begin definitions] ---> (FmtError) Manpage error (nolisthdr), "list_begin definitions" : Command not allowed between beginning of a list and its first item. DELETED modules/doctools/tests/syntax/r_nolisthdr_para Index: modules/doctools/tests/syntax/r_nolisthdr_para ================================================================== --- modules/doctools/tests/syntax/r_nolisthdr_para +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[para] ---> (FmtError) Manpage error (nolisthdr), "para" : Command not allowed between beginning of a list and its first item. DELETED modules/doctools/tests/syntax/r_nolisthdr_sectref Index: modules/doctools/tests/syntax/r_nolisthdr_sectref ================================================================== --- modules/doctools/tests/syntax/r_nolisthdr_sectref +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[sectref S] ---> (FmtError) Manpage error (nolisthdr), "sectref S" : Command not allowed between beginning of a list and its first item. DELETED modules/doctools/tests/syntax/r_nolisttxt Index: modules/doctools/tests/syntax/r_nolisttxt ================================================================== --- modules/doctools/tests/syntax/r_nolisttxt +++ /dev/null @@ -1,6 +0,0 @@ -Doctools Error in plain text at line 3, column 24: -[plain_text { -Text between list...] ---> (FmtError) Manpage error (nolisttxt), "plain_text -Text between list_begin and first item is not allowed -" : Plain text not allowed between beginning of a list and its first item. DELETED modules/doctools/tests/syntax/r_opt_list Index: modules/doctools/tests/syntax/r_opt_list ================================================================== --- modules/doctools/tests/syntax/r_opt_list +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[opt_def .option.] ---> (FmtError) Manpage error (opt_list), "opt_def .option." : Command restricted to usage in option lists. DELETED modules/doctools/tests/syntax/r_tkoption_list Index: modules/doctools/tests/syntax/r_tkoption_list ================================================================== --- modules/doctools/tests/syntax/r_tkoption_list +++ /dev/null @@ -1,3 +0,0 @@ -Doctools Error in macro at line 5, column 0: -[tkoption_def .option. .dbname....] ---> (FmtError) Manpage error (tkoption_list), "tkoption_def .option. .dbname. .dbclass." : Command restricted to usage in tkoption lists. DELETED modules/doctools/tests/text/00 Index: modules/doctools/tests/text/00 ================================================================== --- modules/doctools/tests/text/00 +++ /dev/null @@ -1,17 +0,0 @@ - -TEST - -Generated from file '.FILE.' by tcllib/doctools with format 'text' -TEST(z) 3.14.15.926 .MODULE. "" - -NAME -==== - -TEST - - -DESCRIPTION -=========== - -COPYRIGHT -========= - -Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/text/01 Index: modules/doctools/tests/text/01 ================================================================== --- modules/doctools/tests/text/01 +++ /dev/null @@ -1,24 +0,0 @@ - -TEST - -Generated from file '.FILE.' by tcllib/doctools with format 'text' -TEST(z) 3.14.15.926 .MODULE. "" - -NAME -==== - -TEST - - -DESCRIPTION -=========== - -Argument ::Argument:: Class ::*Class*:: Command ::Command:: Comment :::: Const -::*Constant*:: Emphasis ::_Emphasis_:: File ::"File/Path":: Function -::*Function*:: Method ::Method:: Namespace ::*Namespace*:: Option ::Option:: -Optional ::?Optional?:: Package ::*Package*:: Syscmd ::*SystemCommand*:: Term -::_Term_:: Type ::*Type*:: Uri :::: Variable ::*Variable*:: Widget -::*Widget*:: - -COPYRIGHT -========= - -Copyright (c) **Copyright** DELETED modules/doctools/tests/text/02 Index: modules/doctools/tests/text/02 ================================================================== --- modules/doctools/tests/text/02 +++ /dev/null @@ -1,33 +0,0 @@ - -TEST - ..THE_MODULE.. -Generated from file '.FILE.' by tcllib/doctools with format 'text' -TEST(z) 3.14.15.926 .MODULE. "..THE_MODULE.." - -NAME -==== - -TEST - ..THE_TITLE.. - -SYNOPSIS -======== - -package require AAA -package require BBB VVV - -DESCRIPTION -=========== - -SEE ALSO -======== - -ELSE, OTHER - -KEYWORDS -======== - -KEYA, KEYZ - -COPYRIGHT -========= - -Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/text/03 Index: modules/doctools/tests/text/03 ================================================================== --- modules/doctools/tests/text/03 +++ /dev/null @@ -1,46 +0,0 @@ - -TEST - -Generated from file '.FILE.' by tcllib/doctools with format 'text' -TEST(z) 3.14.15.926 .MODULE. "" - -NAME -==== - -TEST - - -DESCRIPTION -=========== - -AaA -=== - -1 - -BbB -=== - -22 - -BbB.cCc -------- - -333 - -BbB.dDd -------- - -4444 - -EeE -=== - -5555 - -At -> AaA. - -At -> __undefined__. - -COPYRIGHT -========= - -Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/text/04 Index: modules/doctools/tests/text/04 ================================================================== --- modules/doctools/tests/text/04 +++ /dev/null @@ -1,26 +0,0 @@ - -TEST - -Generated from file '.FILE.' by tcllib/doctools with format 'text' -TEST(z) 3.14.15.926 .MODULE. "" - -NAME -==== - -TEST - - -DESCRIPTION -=========== - -BEGINNE HIER - -| Example Block More Lines - -| Inlined Example \ -| Next Line - -FERTIG - -COPYRIGHT -========= - -Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/text/05 Index: modules/doctools/tests/text/05 ================================================================== --- modules/doctools/tests/text/05 +++ /dev/null @@ -1,86 +0,0 @@ - -BASIC - -Generated from file '.FILE.' by tcllib/doctools with format 'text' -BASIC(a) 5 .MODULE. "" - -NAME -==== - -BASIC - - -SYNOPSIS -======== - -a-command - -DESCRIPTION -=========== - -OK - - integer argument-1 - - verification - - string argument-2 (out) - - mogrification - - command-a - - explanation - - command-b - - elucidation - - term - - definition - - a-command - - semantic - - [1] A - - [2] B - - C - - D - - * 1 - - * 2 - - 2a - - 2b - - option-1 - - meaning - - option-2 value - - elaboration - - Command-Line Switch: background - Database Name: *Background* - Database Class: *Color* - - candy - - Command-Line Switch: foreground - Database Name: *Foreground* - Database Class: *Color* - - caramel - -KO - -COPYRIGHT -========= - -Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/text/06 Index: modules/doctools/tests/text/06 ================================================================== --- modules/doctools/tests/text/06 +++ /dev/null @@ -1,53 +0,0 @@ - -TEST - -Generated from file '.FILE.' by tcllib/doctools with format 'text' -TEST(z) 3.14.15.926 .MODULE. "" - -NAME -==== - -TEST - - -DESCRIPTION -=========== - - * 1 - - 2 - - 3 - - [1] a - - b - - c - - foo - - snafu - - bar - - barf - - roo - - gork - - [2] a - - b - - c - - * 4 - - 5 - - 6 - -COPYRIGHT -========= - -Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/text/07 Index: modules/doctools/tests/text/07 ================================================================== --- modules/doctools/tests/text/07 +++ /dev/null @@ -1,45 +0,0 @@ - -TEST - -Generated from file '.FILE.' by tcllib/doctools with format 'text' -TEST(z) 3.14.15.926 .MODULE. "" - -NAME -==== - -TEST - - -DESCRIPTION -=========== - - * 1 - - * 2 - - [1] a - - [2] b - - foo - - snafu - - bar - - barf - - roo - - gork - - [3] bb - - [4] a - - * 22 - - * 3 - -COPYRIGHT -========= - -Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/text/08 Index: modules/doctools/tests/text/08 ================================================================== --- modules/doctools/tests/text/08 +++ /dev/null @@ -1,137 +0,0 @@ - -ALL - ..THE_MODULE.. -Generated from file '.FILE.' by tcllib/doctools with format 'text' -ALL(a) 5 .MODULE. "..THE_MODULE.." - -NAME -==== - -ALL - ..THE_TITLE.. - -SYNOPSIS -======== - -package require AAA -package require BBB VVV -package require CCC ?VVV? - -CMDNAME ... -CMDNAME ... -CMDNAME ... - -DESCRIPTION -=========== - - NAME - - DESCRIPTION ::Command:: - - NAME - - DESCRIPTION :::: - - NAME - - DESCRIPTION ::*Constant*:: - -API -=== - - TERM - - DESCRIPTION ::_Emphasis_:: - - TERM - - DESCRIPTION ::"File/Path":: - - Command-Line Switch: NAME - Database Name: *DBNAME* - Database Class: *CLASS* - - DESCRIPTION -> NARGLE - - Command-Line Switch: NAME - Database Name: *DBNAME* - Database Class: *CLASS* - - DESCRIPTION ::*Function*:: - - Command-Line Switch: NAME - Database Name: *DBNAME* - Database Class: *CLASS* - - DESCRIPTION ::Method:: - - TERM - - DESCRIPTION - - CMDNAME ... - - DESCRIPTION ::*Namespace*:: - - TYPE NAME - - DESCRIPTION ::Argument:: - - TYPE NAME - - DESCRIPTION ::Option:: - - TYPE NAME (MODE) - - DESCRIPTION ::?Optional?:: - - | THE ARGUMENT IS USED IN THIS - | AND/OR THAT MANNER - - CMDNAME ... - - DESCRIPTION ::*Package*:: - - CMDNAME ... - - DESCRIPTION ::*SystemCommand*:: - - NAME - - DESCRIPTION ::_Term_:: - - NAME - - DESCRIPTION ::*Type*:: - - NAME ARGUMENT - - DESCRIPTION :::: - -NARGLE ------- - - [1] PARAGRAPH ::_UriLabel_ :: - - [2] PARAGRAPH ::*Variable*:: - - [3] PARAGRAPH ::*Widget*:: - - * PARAGRAPH ::*Class*:: - - * PARAGRAPH - - * PARAGRAPH - -SEE ALSO -======== - -ELSE, OTHER - -KEYWORDS -======== - -KEYA, KEYZ - -COPYRIGHT -========= - -Copyright (c) **Copyright** DELETED modules/doctools/tests/text/09 Index: modules/doctools/tests/text/09 ================================================================== --- modules/doctools/tests/text/09 +++ /dev/null @@ -1,39 +0,0 @@ - -TEST - -Generated from file '.FILE.' by tcllib/doctools with format 'text' -TEST(z) 3.14.15.926 .MODULE. "" - -NAME -==== - -TEST - - -DESCRIPTION -=========== - -lorem - -| 1 lorem ipsum dolores - -ipsum - -| 2 lorem ipsum dolores - -dolores - -| 3 lorem ipsum dolores - -lorem - -| 4 lorem ipsum dolores - -ipsum - -| 5 lorem ipsum dolores - -dolores - -COPYRIGHT -========= - -Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/text/10 Index: modules/doctools/tests/text/10 ================================================================== --- modules/doctools/tests/text/10 +++ /dev/null @@ -1,31 +0,0 @@ - -test-itemized - -Generated from file '.FILE.' by tcllib/doctools with format 'text' -test-itemized(1) n .MODULE. "" - -NAME -==== - -test-itemized - - -DESCRIPTION -=========== - -lorem ipsum dolores - - * lorem ipsum dolores - - * lorem ipsum dolores - - lorem ipsum dolores - - * lorem ipsum dolores - - lorem ipsum dolores - - lorem ipsum dolores - -COPYRIGHT -========= - -Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/text/11 Index: modules/doctools/tests/text/11 ================================================================== --- modules/doctools/tests/text/11 +++ /dev/null @@ -1,31 +0,0 @@ - -test-enumerated - -Generated from file '.FILE.' by tcllib/doctools with format 'text' -test-enumerated(1) n .MODULE. "" - -NAME -==== - -test-enumerated - - -DESCRIPTION -=========== - -lorem ipsum dolores - - [1] lorem ipsum dolores - - [2] lorem ipsum dolores - - lorem ipsum dolores - - [3] lorem ipsum dolores - - lorem ipsum dolores - - lorem ipsum dolores - -COPYRIGHT -========= - -Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/text/12 Index: modules/doctools/tests/text/12 ================================================================== --- modules/doctools/tests/text/12 +++ /dev/null @@ -1,37 +0,0 @@ - -test-definitions - -Generated from file '.FILE.' by tcllib/doctools with format 'text' -test-definitions(1) n .MODULE. "" - -NAME -==== - -test-definitions - - -DESCRIPTION -=========== - -lorem ipsum dolores - - lorem - - ipsum dolores - - lorem - - ipsum dolores - - lorem ipsum dolores - - lorem - - ipsum dolores - - lorem ipsum dolores - - lorem ipsum dolores - -COPYRIGHT -========= - -Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/text/13 Index: modules/doctools/tests/text/13 ================================================================== --- modules/doctools/tests/text/13 +++ /dev/null @@ -1,33 +0,0 @@ - -test-itemized-examples - -Generated from file '.FILE.' by tcllib/doctools with format 'text' -test-itemized-examples(1) n .MODULE. "" - -NAME -==== - -test-itemized-examples - - -DESCRIPTION -=========== - -lorem ipsum dolores - - * | A lorem ipsum dolores - - * lorem ipsum dolores - - | B lorem ipsum dolores - - * lorem ipsum dolores - - * lorem ipsum dolores - - | C lorem ipsum dolores - - * lorem ipsum dolores - -COPYRIGHT -========= - -Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/text/14 Index: modules/doctools/tests/text/14 ================================================================== --- modules/doctools/tests/text/14 +++ /dev/null @@ -1,33 +0,0 @@ - -test-enumerated-examples - -Generated from file '.FILE.' by tcllib/doctools with format 'text' -test-enumerated-examples(1) n .MODULE. "" - -NAME -==== - -test-enumerated-examples - - -DESCRIPTION -=========== - -lorem ipsum dolores - - [1] | A1 lorem ipsum dolores - - [2] lorem ipsum dolores - - | B2 lorem ipsum dolores - - [3] lorem ipsum dolores - - [4] lorem ipsum dolores - - | C3 lorem ipsum dolores - - [5] lorem ipsum dolores - -COPYRIGHT -========= - -Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/text/15 Index: modules/doctools/tests/text/15 ================================================================== --- modules/doctools/tests/text/15 +++ /dev/null @@ -1,41 +0,0 @@ - -test-definition-examples - -Generated from file '.FILE.' by tcllib/doctools with format 'text' -test-definition-examples(1) n .MODULE. "" - -NAME -==== - -test-definition-examples - - -DESCRIPTION -=========== - -lorem ipsum dolores - - lorem - - | A1 lorem ipsum dolores - - lorem - - ipsum dolores - - | B2 lorem ipsum dolores - - lorem ipsum dolores - - lorem - - ipsum dolores - - | C3 lorem ipsum dolores - - lorem - - ipsum dolores - -COPYRIGHT -========= - -Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/tmml/00 Index: modules/doctools/tests/tmml/00 ================================================================== --- modules/doctools/tests/tmml/00 +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - -TEST - - - - - -
-DESCRIPTION -
- - - -
DELETED modules/doctools/tests/tmml/01 Index: modules/doctools/tests/tmml/01 ================================================================== --- modules/doctools/tests/tmml/01 +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - -TEST - - - - - - -
-DESCRIPTION -Argument ::Argument:: -Class ::Class:: -Command ::Command:: -Comment :::: -Const ::Constant:: -Emphasis ::Emphasis:: -File ::File/Path:: -Function ::Function:: -Method ::Method:: -Namespace ::Namespace:: -Option :::: -Optional ::Optional:: -Package ::Package:: -Syscmd ::SystemCommand:: -Term ::Term:: -Type ::Type:: -Uri ::Uri:: -Variable ::Variable:: -Widget ::Widget:: -
- - - -
DELETED modules/doctools/tests/tmml/02 Index: modules/doctools/tests/tmml/02 ================================================================== --- modules/doctools/tests/tmml/02 +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - -TEST -..THE_TITLE.. - - - - - - - - - - - -package require AAA -package require BBB VVV - - -
-DESCRIPTION -
- -OTHER -ELSE - - -KEYA -KEYZ - - -
DELETED modules/doctools/tests/tmml/03 Index: modules/doctools/tests/tmml/03 ================================================================== --- modules/doctools/tests/tmml/03 +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - -TEST - - - - - -
-DESCRIPTION -
-
-AAA -1 -
-
-BBB -22 - - -BBB.CCC -333 - - -BBB.DDD -4444 - -
-
-EEE -5555 - - -

-At AaA. -

-

-At __undefined__. -

-
- - - -
DELETED modules/doctools/tests/tmml/04 Index: modules/doctools/tests/tmml/04 ================================================================== --- modules/doctools/tests/tmml/04 +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - -TEST - - - - - -
-DESCRIPTION -BEGINNE HIER - - - Example Block More Lines - - - -

-

-

-

- -Inlined Example \ -Next Line - - -FERTIG -
- - - -
DELETED modules/doctools/tests/tmml/05 Index: modules/doctools/tests/tmml/05 ================================================================== --- modules/doctools/tests/tmml/05 +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - -BASIC - - - - - - -a-command - - -
-DESCRIPTION -OK - -

-

- - - -integer -argument-1 - - -verification - - - -string -argument-2 -out - mogrification - - - - - -

-

- - - -command-a - explanation - - - -command-b - -elucidation - - - - - -

-

-
- - -
term
-
definition -
-
- -
a-command
-
-semantic -
-
- -
- -

-

-
    - -
  1. -A -
  2. -
  3. B -
    -C -
    -D -
  4. - -
- -

-

-
    - -
  • -1 -
  • -
  • 2 -
    -2a -
    -2b -
  • - -
- -

-

- - - -option-1 - - meaning - - - -option-2 -value - -elaboration - - - - - -

-

- - - -background -Background -Color - candy - - - -foreground -Foreground -Color - -caramel - - - - - -

-KO - -

-
- - - -
DELETED modules/doctools/tests/tmml/06 Index: modules/doctools/tests/tmml/06 ================================================================== --- modules/doctools/tests/tmml/06 +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - -TEST - - - - - -
-DESCRIPTION - - -
    - -
  • 1
    2
    3 -
  • -
  • - -
      - -
    1. a
      b
      c -
    2. -
    3. - -
      - - -
      foo
      -
      snafu -
      -
      - -
      bar
      -
      barf -
      -
      - -
      roo
      -
      gork -
      -
      - -
      -
    4. -
    5. a
      b
      c -
    6. - -
    -
  • -
  • 4
    5
    6 -
  • - -
-
- - - -
DELETED modules/doctools/tests/tmml/07 Index: modules/doctools/tests/tmml/07 ================================================================== --- modules/doctools/tests/tmml/07 +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - -TEST - - - - - -
-DESCRIPTION - - -
    - -
  • 1 -
  • -
  • 2 - -
      - -
    1. a -
    2. -
    3. b - -
      - - -
      foo
      -
      snafu -
      -
      - -
      bar
      -
      barf -
      -
      - -
      roo
      -
      gork -
      -
      - -
      -bb -
    4. -
    5. a -
    6. - -
    -22 -
  • -
  • 3 -
  • - -
-
- - - -
DELETED modules/doctools/tests/tmml/08 Index: modules/doctools/tests/tmml/08 ================================================================== --- modules/doctools/tests/tmml/08 +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - -ALL -..THE_TITLE.. - - - - - - - - - - - -package require AAA -package require BBB VVV -package require CCC VVV -CMDNAME ... -CMDNAME ... -CMDNAME ... - - -
-DESCRIPTION - - - - -NAME - DESCRIPTION ::Command:: - - - -NAME - DESCRIPTION :::: - - - -NAME - DESCRIPTION ::Constant:: - - - - -
-
-API - -
- - -
TERM
-
DESCRIPTION ::Emphasis:: -
-
- -
TERM
-
DESCRIPTION ::File/Path:: - - - - -NAME -DBNAME -CLASS - DESCRIPTION NARGLE - - - -NAME -DBNAME -CLASS - DESCRIPTION ::Function:: - - - -NAME -DBNAME -CLASS - DESCRIPTION ::Method:: - - - - -
-
- -
TERM
-
DESCRIPTION -
-
- -
CMDNAME ...
-
DESCRIPTION ::Namespace:: - - - - -TYPE -NAME - - DESCRIPTION ::Argument:: - - - -TYPE -NAME - - DESCRIPTION :::: - - - -TYPE -NAME -MODE - DESCRIPTION ::Optional:: - - - THE ARGUMENT IS USED IN THIS - AND/OR THAT MANNER - - - - - - -
-
- -
CMDNAME ...
-
DESCRIPTION ::Package:: -
-
- -
CMDNAME ...
-
DESCRIPTION ::SystemCommand:: - - - - -NAME - - DESCRIPTION ::Term:: - - - -NAME - - DESCRIPTION ::Type:: - - - -NAME -ARGUMENT - DESCRIPTION ::Uri:: - - - - -
-
- -
- - -NARGLE - -
    - -
  1. PARAGRAPH ::Uri:: -
  2. -
  3. PARAGRAPH ::Variable:: -
  4. -
  5. PARAGRAPH ::Widget:: - -
      - -
    • PARAGRAPH ::Class:: -
    • -
    • PARAGRAPH -
    • -
    • PARAGRAPH -
    • - -
    -
  6. - -
- - -
- -OTHER -ELSE - - -KEYA -KEYZ - - -
DELETED modules/doctools/tests/tmml/09 Index: modules/doctools/tests/tmml/09 ================================================================== --- modules/doctools/tests/tmml/09 +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - -TEST - - - - - -
-DESCRIPTION -lorem - - -1 lorem ipsum dolores - - -ipsum - - 2 lorem ipsum dolores - -dolores - - -3 lorem ipsum dolores - - -lorem - - 4 lorem ipsum dolores - - -ipsum - - -5 lorem ipsum dolores - -dolores -
- - - -
DELETED modules/doctools/tests/tmml/10 Index: modules/doctools/tests/tmml/10 ================================================================== --- modules/doctools/tests/tmml/10 +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - -test-itemized - - - - - -
-DESCRIPTION -lorem ipsum dolores - -
    - -
  • lorem ipsum dolores -
  • -
  • lorem ipsum dolores -
    lorem ipsum dolores -
  • -
  • lorem ipsum dolores -
    lorem ipsum dolores -
    lorem ipsum dolores -
  • - -
-
- - - -
DELETED modules/doctools/tests/tmml/11 Index: modules/doctools/tests/tmml/11 ================================================================== --- modules/doctools/tests/tmml/11 +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - -test-enumerated - - - - - -
-DESCRIPTION -lorem ipsum dolores - -
    - -
  1. lorem ipsum dolores -
  2. -
  3. lorem ipsum dolores -
    lorem ipsum dolores -
  4. -
  5. lorem ipsum dolores -
    lorem ipsum dolores -
    lorem ipsum dolores -
  6. - -
-
- - - -
DELETED modules/doctools/tests/tmml/12 Index: modules/doctools/tests/tmml/12 ================================================================== --- modules/doctools/tests/tmml/12 +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - -test-definitions - - - - - -
-DESCRIPTION -lorem ipsum dolores - -
- - -
lorem
-
ipsum dolores -
-
- -
lorem
-
ipsum dolores -
lorem ipsum dolores -
-
- -
lorem
-
ipsum dolores -
lorem ipsum dolores -
lorem ipsum dolores -
-
- -
-
- - - -
DELETED modules/doctools/tests/tmml/13 Index: modules/doctools/tests/tmml/13 ================================================================== --- modules/doctools/tests/tmml/13 +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - -test-itemized-examples - - - - - -
-DESCRIPTION -lorem ipsum dolores - -
    - -
  • - - A lorem ipsum dolores - -
  • -
  • lorem ipsum dolores - - B lorem ipsum dolores - -lorem ipsum dolores -
  • -
  • lorem ipsum dolores - - C lorem ipsum dolores - -
  • -
  • lorem ipsum dolores -
  • - -
-
- - - -
DELETED modules/doctools/tests/tmml/14 Index: modules/doctools/tests/tmml/14 ================================================================== --- modules/doctools/tests/tmml/14 +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - -test-enumerated-examples - - - - - -
-DESCRIPTION -lorem ipsum dolores - -
    - -
  1. - - A1 lorem ipsum dolores - -
  2. -
  3. lorem ipsum dolores - - B2 lorem ipsum dolores - -lorem ipsum dolores -
  4. -
  5. lorem ipsum dolores - - C3 lorem ipsum dolores - -
  6. -
  7. lorem ipsum dolores -
  8. - -
-
- - - -
DELETED modules/doctools/tests/tmml/15 Index: modules/doctools/tests/tmml/15 ================================================================== --- modules/doctools/tests/tmml/15 +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - -test-definition-examples - - - - - -
-DESCRIPTION -lorem ipsum dolores - -
- - -
lorem
-
- - A1 lorem ipsum dolores - -
-
- -
lorem
-
ipsum dolores - - B2 lorem ipsum dolores - -lorem ipsum dolores -
-
- -
lorem
-
ipsum dolores - - C3 lorem ipsum dolores - -
-
- -
lorem
-
ipsum dolores -
-
- -
-
- - - -
DELETED modules/doctools/tests/wiki/00 Index: modules/doctools/tests/wiki/00 ================================================================== --- modules/doctools/tests/wiki/00 +++ /dev/null @@ -1,12 +0,0 @@ -'''TEST 3.14.15.926''' '''.MODULE.''' - - - - -**DESCRIPTION** - - - -**COPYRIGHT** - - Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/wiki/01 Index: modules/doctools/tests/wiki/01 ================================================================== --- modules/doctools/tests/wiki/01 +++ /dev/null @@ -1,12 +0,0 @@ -'''TEST 3.14.15.926''' '''.MODULE.''' - - - - -**DESCRIPTION** - -Argument ::''Argument'':: Class ::'''Class''':: Command ::'''Command''':: Comment :::: Const ::'''Constant''':: Emphasis ::''Emphasis'':: File ::"''File/Path''":: Function ::'''Function''':: Method ::'''Method''':: Namespace ::'''Namespace''':: Option ::'''Option''':: Optional ::?Optional?:: Package ::'''Package''':: Syscmd ::'''SystemCommand''':: Term ::''Term'':: Type ::'''Type''':: Uri ::Uri:: Variable ::'''Variable''':: Widget ::'''Widget''':: - -**COPYRIGHT** - - Copyright (c) **Copyright** DELETED modules/doctools/tests/wiki/02 Index: modules/doctools/tests/wiki/02 ================================================================== --- modules/doctools/tests/wiki/02 +++ /dev/null @@ -1,34 +0,0 @@ -'''TEST 3.14.15.926''' '''.MODULE.''' ''..THE_MODULE..'' - -..THE_TITLE.. - - -**SYNOPSIS** - - -package require '''AAA''' - -package require '''BBB VVV''' - - - - -**DESCRIPTION** - - - -**SEE ALSO** - - -ELSE, OTHER - - -**KEYWORDS** - - -KEYA, KEYZ - - -**COPYRIGHT** - - Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/wiki/03 Index: modules/doctools/tests/wiki/03 ================================================================== --- modules/doctools/tests/wiki/03 +++ /dev/null @@ -1,34 +0,0 @@ -'''TEST 3.14.15.926''' '''.MODULE.''' - - - - -**DESCRIPTION** - - - -**AaA** - -1 - -**BbB** - -22 - -***BbB.cCc*** - -333 - -***BbB.dDd*** - -4444 - -**EeE** - -5555 -At '''AaA'''. -At '''__undefined__'''. - -**COPYRIGHT** - - Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/wiki/04 Index: modules/doctools/tests/wiki/04 ================================================================== --- modules/doctools/tests/wiki/04 +++ /dev/null @@ -1,27 +0,0 @@ -'''TEST 3.14.15.926''' '''.MODULE.''' - - - - -**DESCRIPTION** - -BEGINNE HIER -====== - - Example Block More Lines - -====== - - - -====== - -Inlined Example \ -Next Line - -====== -FERTIG - -**COPYRIGHT** - - Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/wiki/05 Index: modules/doctools/tests/wiki/05 ================================================================== --- modules/doctools/tests/wiki/05 +++ /dev/null @@ -1,69 +0,0 @@ -'''BASIC 5''' '''.MODULE.''' - - - - -**SYNOPSIS** - - - * a-command - - - - -**DESCRIPTION** - -OK - - -+++ -''argument-1'' integer verification -''argument-2'' string (out) mogrification -+++ - - - - - '''command-a''': explanation - - '''command-b''': elucidation - - - term: definition - - a-command : semantic - - - 1. A - - 1. B -C -D - - - * 1 - - * 2 -2a -2b - - - '''option-1''': meaning - - '''option-2''' value: elaboration - - -Command-Line Switch: '''background''' -Database Name: '''Background''' -Database Class: '''Color''' - * candy - -Command-Line Switch: '''foreground''' -Database Name: '''Foreground''' -Database Class: '''Color''' - * caramel -KO - -**COPYRIGHT** - - Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/wiki/06 Index: modules/doctools/tests/wiki/06 ================================================================== --- modules/doctools/tests/wiki/06 +++ /dev/null @@ -1,38 +0,0 @@ -'''TEST 3.14.15.926''' '''.MODULE.''' - - - - -**DESCRIPTION** - - - - * 1 -2 -3 - - * - - 1. a -b -c - - 1. - - foo: snafu - - bar: barf - - roo: gork - - 1. a -b -c - - * 4 -5 -6 - -**COPYRIGHT** - - Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/wiki/07 Index: modules/doctools/tests/wiki/07 ================================================================== --- modules/doctools/tests/wiki/07 +++ /dev/null @@ -1,30 +0,0 @@ -'''TEST 3.14.15.926''' '''.MODULE.''' - - - - -**DESCRIPTION** - - - - * 1 - - * 2 - - 1. a - - 1. b - - foo: snafu - - bar: barf - - roo: gork bb - - 1. a 22 - - * 3 - -**COPYRIGHT** - - Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/wiki/08 Index: modules/doctools/tests/wiki/08 ================================================================== --- modules/doctools/tests/wiki/08 +++ /dev/null @@ -1,116 +0,0 @@ -'''ALL 5''' '''.MODULE.''' ''..THE_MODULE..'' - -..THE_TITLE.. - - -**SYNOPSIS** - - -package require '''AAA''' - -package require '''BBB VVV''' - -package require '''CCC ?VVV?''' - - * CMDNAME ... - - * CMDNAME ... - - * CMDNAME ... - - - - -**DESCRIPTION** - - - - '''NAME''': DESCRIPTION ::'''Command''':: - - '''NAME''': DESCRIPTION :::: - - '''NAME''': DESCRIPTION ::'''Constant''':: - -**API** - - - - TERM: DESCRIPTION ::''Emphasis'':: - - TERM: DESCRIPTION ::"''File/Path''":: - -Command-Line Switch: '''NAME''' -Database Name: '''DBNAME''' -Database Class: '''CLASS''' - * DESCRIPTION '''NARGLE''' - -Command-Line Switch: '''NAME''' -Database Name: '''DBNAME''' -Database Class: '''CLASS''' - * DESCRIPTION ::'''Function''':: - -Command-Line Switch: '''NAME''' -Database Name: '''DBNAME''' -Database Class: '''CLASS''' - * DESCRIPTION ::'''Method''':: - - TERM: DESCRIPTION - - CMDNAME ...: DESCRIPTION ::'''Namespace''':: - -+++ -''NAME'' TYPE DESCRIPTION ::''Argument'':: -''NAME'' TYPE DESCRIPTION ::'''Option''':: -''NAME'' TYPE (MODE) DESCRIPTION ::?Optional?:: -====== - - THE ARGUMENT IS USED IN THIS - AND/OR THAT MANNER - -====== - -+++ - - - - CMDNAME ...: DESCRIPTION ::'''Package''':: - - CMDNAME ...: DESCRIPTION ::'''SystemCommand''':: - - '''NAME''': DESCRIPTION ::''Term'':: - - '''NAME''': DESCRIPTION ::'''Type''':: - - '''NAME''' ARGUMENT: DESCRIPTION ::Uri:: - -***NARGLE*** - - - - 1. PARAGRAPH ::Uri%|%UriLabel%|%:: - - 1. PARAGRAPH ::'''Variable''':: - - 1. PARAGRAPH ::'''Widget''':: - - * PARAGRAPH ::'''Class''':: - - * PARAGRAPH - - * PARAGRAPH - -**SEE ALSO** - - -ELSE, OTHER - - -**KEYWORDS** - - -KEYA, KEYZ - - -**COPYRIGHT** - - Copyright (c) **Copyright** DELETED modules/doctools/tests/wiki/09 Index: modules/doctools/tests/wiki/09 ================================================================== --- modules/doctools/tests/wiki/09 +++ /dev/null @@ -1,38 +0,0 @@ -'''TEST 3.14.15.926''' '''.MODULE.''' - - - - -**DESCRIPTION** - -lorem -====== - -1 lorem ipsum dolores - -====== -ipsum -====== - 2 lorem ipsum dolores -====== -dolores -====== - -3 lorem ipsum dolores - -====== -lorem -====== - 4 lorem ipsum dolores - -====== -ipsum -====== - -5 lorem ipsum dolores -====== -dolores - -**COPYRIGHT** - - Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/wiki/10 Index: modules/doctools/tests/wiki/10 ================================================================== --- modules/doctools/tests/wiki/10 +++ /dev/null @@ -1,21 +0,0 @@ -'''test-itemized n''' '''.MODULE.''' - - - - -**DESCRIPTION** - -lorem ipsum dolores - - * lorem ipsum dolores - - * lorem ipsum dolores -lorem ipsum dolores - - * lorem ipsum dolores -lorem ipsum dolores -lorem ipsum dolores - -**COPYRIGHT** - - Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/wiki/11 Index: modules/doctools/tests/wiki/11 ================================================================== --- modules/doctools/tests/wiki/11 +++ /dev/null @@ -1,21 +0,0 @@ -'''test-enumerated n''' '''.MODULE.''' - - - - -**DESCRIPTION** - -lorem ipsum dolores - - 1. lorem ipsum dolores - - 1. lorem ipsum dolores -lorem ipsum dolores - - 1. lorem ipsum dolores -lorem ipsum dolores -lorem ipsum dolores - -**COPYRIGHT** - - Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/wiki/12 Index: modules/doctools/tests/wiki/12 ================================================================== --- modules/doctools/tests/wiki/12 +++ /dev/null @@ -1,21 +0,0 @@ -'''test-definitions n''' '''.MODULE.''' - - - - -**DESCRIPTION** - -lorem ipsum dolores - - lorem: ipsum dolores - - lorem: ipsum dolores -lorem ipsum dolores - - lorem: ipsum dolores -lorem ipsum dolores -lorem ipsum dolores - -**COPYRIGHT** - - Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/wiki/13 Index: modules/doctools/tests/wiki/13 ================================================================== --- modules/doctools/tests/wiki/13 +++ /dev/null @@ -1,32 +0,0 @@ -'''test-itemized-examples n''' '''.MODULE.''' - - - - -**DESCRIPTION** - -lorem ipsum dolores - - * -====== - A lorem ipsum dolores -====== - - - * lorem ipsum dolores -====== - B lorem ipsum dolores -====== -lorem ipsum dolores - - * lorem ipsum dolores -====== - C lorem ipsum dolores -====== - - - * lorem ipsum dolores - -**COPYRIGHT** - - Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/wiki/14 Index: modules/doctools/tests/wiki/14 ================================================================== --- modules/doctools/tests/wiki/14 +++ /dev/null @@ -1,32 +0,0 @@ -'''test-enumerated-examples n''' '''.MODULE.''' - - - - -**DESCRIPTION** - -lorem ipsum dolores - - 1. -====== - A1 lorem ipsum dolores -====== - - - 1. lorem ipsum dolores -====== - B2 lorem ipsum dolores -====== -lorem ipsum dolores - - 1. lorem ipsum dolores -====== - C3 lorem ipsum dolores -====== - - - 1. lorem ipsum dolores - -**COPYRIGHT** - - Copyright (c) .COPYRIGHT. DELETED modules/doctools/tests/wiki/15 Index: modules/doctools/tests/wiki/15 ================================================================== --- modules/doctools/tests/wiki/15 +++ /dev/null @@ -1,32 +0,0 @@ -'''test-definition-examples n''' '''.MODULE.''' - - - - -**DESCRIPTION** - -lorem ipsum dolores - - lorem: -====== - A1 lorem ipsum dolores -====== - - - lorem: ipsum dolores -====== - B2 lorem ipsum dolores -====== -lorem ipsum dolores - - lorem: ipsum dolores -====== - C3 lorem ipsum dolores -====== - - - lorem: ipsum dolores - -**COPYRIGHT** - - Copyright (c) .COPYRIGHT.