This file is indexed.

/usr/share/doc/gprolog-doc/gprolog.html/gprolog020.html is in gprolog-doc 1.3.0-6.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
            "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>

<META http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<META name="GENERATOR" content="hevea 1.10">
<LINK rel="stylesheet" type="text/css" href="gprolog.css">
<TITLE>Prolog directives and control constructs</TITLE>
</HEAD>
<BODY TEXT=black BGCOLOR=white>
<A HREF="gprolog016.html"><IMG SRC="previous_motif.gif" ALT="Previous"></A>
<A HREF="index.html"><IMG SRC="contents_motif.gif" ALT="Up"></A>
<A HREF="gprolog023.html"><IMG SRC="next_motif.gif" ALT="Next"></A>
<HR>
<H2 CLASS="section"><A NAME="htoc44">6</A>&#XA0;&#XA0;Prolog directives and control constructs</H2><UL>
<LI><A HREF="gprolog021.html">Prolog directives</A>
<UL>
<LI><A HREF="gprolog021.html#toc26">Introduction</A>
</LI><LI><A HREF="gprolog021.html#toc27"><TT>dynamic/1</TT></A>
</LI><LI><A HREF="gprolog021.html#toc28"><TT>public/1</TT></A>
</LI><LI><A HREF="gprolog021.html#toc29"><TT>multifile/1</TT></A>
</LI><LI><A HREF="gprolog021.html#toc30"><TT>discontiguous/1</TT></A>
</LI><LI><A HREF="gprolog021.html#toc31"><TT>ensure_linked/1</TT></A>
</LI><LI><A HREF="gprolog021.html#toc32"><TT>built_in/0</TT>,
<TT>built_in/1</TT>,
<TT>built_in_fd/0</TT>,
<TT>built_in_fd/1</TT></A>
</LI><LI><A HREF="gprolog021.html#toc33"><TT>include/1</TT></A>
</LI><LI><A HREF="gprolog021.html#toc34"><TT>ensure_loaded/1</TT></A>
</LI><LI><A HREF="gprolog021.html#toc35"><TT>op/3</TT></A>
</LI><LI><A HREF="gprolog021.html#toc36"><TT>char_conversion/2</TT></A>
</LI><LI><A HREF="gprolog021.html#toc37"><TT>set_prolog_flag/2</TT></A>
</LI><LI><A HREF="gprolog021.html#toc38"><TT>initialization/1</TT></A>
</LI><LI><A HREF="gprolog021.html#toc39"><TT>foreign/2</TT>,
<TT>foreign/1</TT></A>
</LI></UL>
</LI><LI><A HREF="gprolog022.html">Prolog control constructs</A>
<UL>
<LI><A HREF="gprolog022.html#toc40"><TT>true/0</TT>,
<TT>fail/0</TT>,
<TT>!/0</TT></A>
</LI><LI><A HREF="gprolog022.html#toc41"><TT>(&#X2019;,&#X2019;)/2</TT> - conjunction,
<TT>(;)/2</TT> - disjunction,
<TT>(-</TT><TT>&gt;</TT><TT>)/2</TT> - if-then</A>
</LI><LI><A HREF="gprolog022.html#toc42"><TT>call/1</TT></A>
</LI><LI><A HREF="gprolog022.html#toc43"><TT>catch/3</TT>,
<TT>throw/1</TT></A>
</LI></UL>
</LI></UL>

<HR SIZE=2>
Copyright (C) 1999-2007 Daniel Diaz
Verbatim copying and distribution of this entire article is permitted in any
medium, provided this notice is preserved. <A HREF="index.html#copyright">More about the copyright</A>
<HR>
<A HREF="gprolog016.html"><IMG SRC="previous_motif.gif" ALT="Previous"></A>
<A HREF="index.html"><IMG SRC="contents_motif.gif" ALT="Up"></A>
<A HREF="gprolog023.html"><IMG SRC="next_motif.gif" ALT="Next"></A>
</BODY>
</HTML>