This file is indexed.

/usr/share/doc/debiandoc-sgml-doc-pt-br/debiandoc-sgml.html/ch-chaptsectpar.pt-br.html is in debiandoc-sgml-doc-pt-br 1.1.12.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">

<html>

<head>

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">

<title>Manual Debiandoc-SGML - Capítulos, apêndices, seções, e parágrafos</title>

<link href="index.pt-br.html" rel="start">
<link href="ch-structure.pt-br.html" rel="prev">
<link href="ch-inline.pt-br.html" rel="next">
<link href="index.pt-br.html#contents" rel="contents">
<link href="index.pt-br.html#copyright" rel="copyright">
<link href="ch-markup.pt-br.html" rel="chapter" title="1 Marcação SGML e metacaracteres">
<link href="ch-structure.pt-br.html" rel="chapter" title="2 Estrutura Global">
<link href="ch-chaptsectpar.pt-br.html" rel="chapter" title="3 Capítulos, apêndices, seções, e parágrafos">
<link href="ch-inline.pt-br.html" rel="chapter" title="4 Texto marcado inline e marcação do estilo de caracteres">
<link href="ch-listexamp.pt-br.html" rel="chapter" title="5 Listas e exemplos">
<link href="ch-unsupported.pt-br.html" rel="chapter" title="6 Características SGML ainda não suportadas">
<link href="ch-inline.pt-br.html#s4.1" rel="section" title="4.1 Estilo do Caracter">
<link href="ch-inline.pt-br.html#s-xref" rel="section" title="4.2 Referências Cruzadas">
<link href="ch-inline.pt-br.html#s-footnotes" rel="section" title="4.3 Footnotes">
<link href="ch-listexamp.pt-br.html#s-lists" rel="section" title="5.1 Listas">
<link href="ch-listexamp.pt-br.html#s-examples" rel="section" title="5.2 Exemplos">

</head>

<body>

<p><a name="ch-chaptsectpar"></a></p>
<hr>

<p>
[ <a href="ch-structure.pt-br.html">anterior</a> ]
[ <a href="index.pt-br.html#contents">Conteúdo</a> ]
[ <a href="ch-markup.pt-br.html">1</a> ]
[ <a href="ch-structure.pt-br.html">2</a> ]
[ 3 ]
[ <a href="ch-inline.pt-br.html">4</a> ]
[ <a href="ch-listexamp.pt-br.html">5</a> ]
[ <a href="ch-unsupported.pt-br.html">6</a> ]
[ <a href="ch-inline.pt-br.html">próximo</a> ]
</p>

<hr>

<h1>
Manual Debiandoc-SGML
<br>Capítulo 3 - Capítulos, apêndices, seções, e parágrafos
</h1>

<hr>

<p>
Cada capítulo inicia com a tag <samp>&lt;chapt&gt;</samp>, seguida do título do
capítulo.  O título pode conter texto marcado inline, mas sem referências
cruzadas (veja <a href="ch-inline.pt-br.html">Texto marcado inline e marcação
do estilo de caracteres, Capítulo 4</a>).  O mesmo se aplica para um apêndice,
exceto que ele inica com uma tag <samp>&lt;appendix&gt;</samp>.
</p>

<p>
O corpo de um capítulo ou um apêndice contém zero ou mais parágrafos, o
primeiro deve ser indicado por uma tag <samp>&lt;p&gt;</samp> para distingui-lo
do título, e então zero ou mais seções.
</p>

<p>
Uma seção inicia com <samp>&lt;sect&gt;</samp>, e tem uma estrutura parecida:
título, opcionalmente mais parágrafos, e então opcionalmente subseções.
</p>

<p>
Subseções são <samp>&lt;sect1&gt;</samp>; existem também pequenas divisões
<samp>&lt;sect2&gt;</samp>, <samp>&lt;sect3&gt;</samp> e
<samp>&lt;sect4&gt;</samp>.
</p>

<p>
Parágrafos são incluídos com <samp>&lt;p&gt;</samp>.  Algumas vezes a tag de
início de parágrafo pode ser omitida, mas é obrigatória após
<samp>&lt;chapt&gt;</samp>, <samp>&lt;sect&gt;</samp> e assim por diante.  Não
é necessário marcar o final de um parágrafo com <samp>&lt;/p&gt;</samp>.
</p>

<p>
Parágrafos podem conter texto marcados inline (veja <a
href="ch-inline.pt-br.html">Texto marcado inline e marcação do estilo de
caracteres, Capítulo 4</a>) e também listas e exemplos (<a
href="ch-listexamp.pt-br.html">Listas e exemplos, Capítulo 5</a>).
</p>

<hr>

<p>
[ <a href="ch-structure.pt-br.html">anterior</a> ]
[ <a href="index.pt-br.html#contents">Conteúdo</a> ]
[ <a href="ch-markup.pt-br.html">1</a> ]
[ <a href="ch-structure.pt-br.html">2</a> ]
[ 3 ]
[ <a href="ch-inline.pt-br.html">4</a> ]
[ <a href="ch-listexamp.pt-br.html">5</a> ]
[ <a href="ch-unsupported.pt-br.html">6</a> ]
[ <a href="ch-inline.pt-br.html">próximo</a> ]
</p>

<hr>

<p>
Manual Debiandoc-SGML
</p>

<address>
Versão 1.1.6 3 February 2016<br>
<br>
Ian Jackson <code><a href="mailto:ijackson@gnu.ai.mit.edu">mailto:ijackson@gnu.ai.mit.edu</a></code><br>
Ardo van Rangelrooij <code><a href="mailto:ardo@debian.org">mailto:ardo@debian.org</a></code><br>
<br>
</address>
<hr>

</body>

</html>