]> wagnertech.de Git - mDoc.git/blobdiff - doc/mdoc-extract.1
pydev-s6
[mDoc.git] / doc / mdoc-extract.1
index 2d9503467d8264b0fd754a24ee5fc17e531f37d7..75e9111c9b5d9d95a813a1af5df7c065226972f9 100644 (file)
@@ -1,6 +1,6 @@
 .\" Manpage for mdoc-extract.
 .\" Contact mail@wagnertech.de to correct errors or typos.
-.TH MDOC-EXTRACT 1 "27 Jan 2020" Linux "Linux Manual"
+.TH MDOC-EXTRACT 1 "08 Dez 2021" Linux "Linux Manual"
 .SH NAME
 mdoc-extract \- mdoc extraction tool
 .SH SYNOPSIS
@@ -15,7 +15,8 @@ or
 .I exclude
 tags. The value of these tags is the class name from which on this advise is valid. Advices are inherited 
 to subclasses. Subclasses are named by "base.sub". Advices for "base.sub" are valid for CLASS=base.sub, 
-CLASS=base.sub.subsub and so on, but not for CLASS=base.
+CLASS=base.sub.subsub and so on, but not for CLASS=base. There can also be more than one class in an advice.
+These classes are separated by ":".
 .TP
 \fBINPUT\fR
 Input xml file name
@@ -27,8 +28,8 @@ Input file is expected with this format:
 .nf
 <document>
   <text>This text is always used</text>
-  <text include="base.sub">This text appears only in "base.sub" 
-     and its subclasses</text>
+  <text include="base.sub:otherbase">This text appears only in "base.sub" 
+     and its subclasses as well as for "otherbase" and its subclasses.</text>
   <text exclude="base.sub">This text does not appear in "base.sub"
      and its subclasses</text>
 </document>