3065 some functions in the tcp module can be static
[unleashed.git] / usr / src / cmd / man / src / util / aap-shortref.gml
blob02d4c0cbaaf348c6fecc5ff7a8385fb989f154de
1 <!--
2     Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3     Use is subject to license terms.
5     CDDL HEADER START
7     The contents of this file are subject to the terms of the
8     Common Development and Distribution License, Version 1.0 only
9     (the "License").  You may not use this file except in compliance
10     with the License.
12     You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13     or http://www.opensolaris.org/os/licensing.
14     See the License for the specific language governing permissions
15     and limitations under the License.
17     When distributing Covered Code, include this CDDL HEADER in each
18     file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19     If applicable, add the following below this CDDL HEADER, with the
20     fields enclosed by brackets "[]" replaced with your own identifying
21     information: Portions Copyright [yyyy] [name of copyright owner]
23     CDDL HEADER END
24 -->
25 <!-- SCCS keyword
26 #pragma ident   "%Z%%M% %I%     %E% SMI"
27 -->
28 <!-- Public entity for AAP short reference maps.  Typical invocation:
29   <!ENTITY % srmaps PUBLIC "-//USA/AAP//SHORTREF SR-1//EN" >   %srmaps;
30   NOTE: The entity "mdash" must be defined before invoking this one.
31 -->
32 <!ENTITY  s..line  STARTTAG "line">
33 <!ENTITY  s..p     STARTTAG "p" >
34 <!ENTITY  s..q     STARTTAG "q" >
35 <!ENTITY  e..q     ENDTAG   "q" >
36 <!ENTITY  s..li    STARTTAG "li" >
37 <!ENTITY  s..c     STARTTAG "c" >
38 <!ENTITY  s..row   STARTTAG "row" >
39 <!ENTITY  c..null  CDATA    "" >
40 <!ENTITY  s..dt    STARTTAG "dt" >
41 <!ENTITY  s..dd    STARTTAG "dd" >
42 <!SHORTREF bkmap
43            "&#RS;&#RE" s..p  -- null record is paragraph start-tag  --
44            "&#RS;B"    c..null -- leading blanks are suppressed --
45            '"'      s..q     -- quotation is quote start-tag --
46            "--"     mdash    -- two hyphens is an em dash --
48 <!SHORTREF qmap
49            '"'      e..q     -- quotation is quote end-tag --
50            "--"     mdash    -- two hyphens is an em dash --
52 <!SHORTREF dlmap
53            "#"      s..dt    -- number sign is def term start-tag --
54            "|"      s..dd    -- vertical bar is def descr start-tag --
55            "&#RS;&#RE;" s..p  -- null record is paragraph start-tag  --
56            "&#RS;B"    c..null -- leading blanks are suppressed --
57            '"'      s..q     -- quotation is quote start-tag --
58            "--"     mdash    -- two hyphens is an em dash --
60 <!SHORTREF listmap
61            "#"      s..li    -- number sign is list item start-tag --
62            "&#RS;&#RE;" s..p  -- null record is paragraph start-tag  --
63            "&#RS;B"    c..null -- leading blanks are suppressed --
64            '"'      s..q     -- quotation is quote start-tag --
65            "--"     mdash    -- two hyphens is an em dash --
67 <!SHORTREF litmap
68            "&#RS;"   s..line -- record start is line start-tag --
69            "--"     mdash    -- two hyphens is an em dash --
71 <!SHORTREF tblmap
72            "@"      s..row   -- commercial at is row start-tag --
73            "|"      s..c     -- vertical bar is tbl entry start-tag --
74            "&#RS;&#RE;" s..p -- null record is paragraph start-tag  --
75            "&#RS;B"    c..null -- leading blanks are suppressed --
76            '"'      s..q     -- quotation is quote start-tag --
77            "--"     mdash    -- two hyphens is an em dash --