This file is indexed.

/usr/share/doc/texinfo/html/Conventions.html is in texinfo-doc-nonfree 4.13a-1.

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
<html lang="en">
<head>
<title>Conventions - GNU Texinfo 4.13</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU Texinfo 4.13">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Overview.html#Overview" title="Overview">
<link rel="prev" href="Formatting-Commands.html#Formatting-Commands" title="Formatting Commands">
<link rel="next" href="Comments.html#Comments" title="Comments">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This manual is for GNU Texinfo (version 4.13, 18 September 2008),
a documentation system that can produce both online information and a
printed manual from a single source.

Copyright (C) 1988, 1990, 1991, 1992, 1993, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc.

     Permission is granted to copy, distribute and/or modify this
     document under the terms of the GNU Free Documentation License,
     Version 1.2 or any later version published by the Free Software
     Foundation; with no Invariant Sections, with the Front-Cover Texts
     being ``A GNU Manual'', and with the Back-Cover Texts as in (a)
     below.  A copy of the license is included in the section entitled
     ``GNU Free Documentation License.''

     (a) The FSF's Back-Cover Text is: ``You are free to copy and modify
     this GNU Manual.  Buying copies from GNU Press supports the FSF in
     developing GNU and promoting software freedom.''
  -->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="Conventions"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Comments.html#Comments">Comments</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Formatting-Commands.html#Formatting-Commands">Formatting Commands</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Overview.html#Overview">Overview</a>
<hr>
</div>

<h3 class="section">1.7 General Syntactic Conventions</h3>

<p><a name="index-General-syntactic-conventions-50"></a><a name="index-Syntactic-conventions-51"></a><a name="index-Conventions_002c-syntactic-52"></a><a name="index-Characters_002c-basic-input-53"></a>
This section describes the general conventions used in all Texinfo documents.

     <ul>
<li><a name="index-Source-files_002c-characters-used-54"></a>All printable ASCII characters except &lsquo;<samp><span class="samp">@</span></samp>&rsquo;, &lsquo;<samp><span class="samp">{</span></samp>&rsquo; and
&lsquo;<samp><span class="samp">}</span></samp>&rsquo; can appear in a Texinfo file and stand for themselves. 
&lsquo;<samp><span class="samp">@</span></samp>&rsquo; is the escape character which introduces commands, while
&lsquo;<samp><span class="samp">{</span></samp>&rsquo; and &lsquo;<samp><span class="samp">}</span></samp>&rsquo; are used to surround arguments to certain
commands.  To put one of these special characters into the document, put
an &lsquo;<samp><span class="samp">@</span></samp>&rsquo; character in front of it, like this: &lsquo;<samp><span class="samp">@@</span></samp>&rsquo;,
&lsquo;<samp><span class="samp">@{</span></samp>&rsquo;, and &lsquo;<samp><span class="samp">@}</span></samp>&rsquo;.

     <li><a name="index-Paragraph-separator-55"></a><a name="index-Blank-lines_002c-as-paragraph-separator-56"></a><a name="index-Newlines_002c-as-blank-lines-57"></a>Separate paragraphs with one or more blank lines.  Currently Texinfo
only recognizes newline characters as end of line, not the CRLF
sequence used on some systems; so a <dfn>blank line</dfn> means exactly two
consecutive newlines.  Sometimes blank lines are useful or convenient
in other cases as well; you can use the <code>@noindent</code> to inhibit
paragraph indentation if required (see <a href="noindent.html#noindent"><code>@noindent</code></a>).

     <li>Texinfo supports the usual quotation marks used in English, and
quotation marks used in other languages, please see <a href="Inserting-Quotation-Marks.html#Inserting-Quotation-Marks">Inserting Quotation Marks</a>.

     <li><a name="index-Multiple-dashes-in-source-58"></a><a name="index-Dashes-in-source-59"></a><a name="index-Hyphens-in-source_002c-two-or-three-in-a-row-60"></a><a name="index-Em-dash_002c-producing-61"></a><a name="index-En-dash_002c-producing-62"></a>Use three hyphens in a row, &lsquo;<samp><span class="samp">---</span></samp>&rsquo;, to produce a long dash&mdash;like
this (called an <dfn>em dash</dfn>), used for punctuation in sentences. 
Use two hyphens, &lsquo;<samp><span class="samp">--</span></samp>&rsquo;, to produce a medium dash (called an
<dfn>en dash</dfn>), used primarily for numeric ranges, as in &ldquo;June
25&ndash;26&rdquo;.  Use a single hyphen, &lsquo;<samp><span class="samp">-</span></samp>&rsquo;, to produce a standard hyphen
used in compound words.  For display on the screen, Info reduces three
hyphens to two and two hyphens to one (not transitively!).  Of course,
any number of hyphens in the source remain as they are in literal
contexts, such as <code>@code</code> and <code>@example</code>.

     <li><a name="index-Tabs_003b-don_0027t-use_0021-63"></a><strong>Caution:</strong> Last, do not use tab characters in a Texinfo file
(except in verbatim modes)!  TeX uses variable-width fonts, which
means that it is impractical at best to define a tab to work in all
circumstances.  Consequently, TeX treats tabs like single spaces,
and that is not what they look like in the source.  Furthermore,
<code>makeinfo</code> does nothing special with tabs, and thus a tab
character in your input file will usually appear differently in the
output.

     <p class="noindent">To avoid this problem, Texinfo mode in GNU Emacs inserts
multiple spaces when you press the &lt;TAB&gt; key.  Also, you can run
<code>untabify</code> in Emacs to convert tabs in a region to multiple
spaces, or use the <code>unexpand</code> command from the shell.

  </ul>

  </body></html>