/usr/share/doc/zonecheck/html/ch07s03.html is in zonecheck 3.0.5-3.
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 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Localisation</title><link rel="stylesheet" href="docbook.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.58.1"><link rel="home" href="index.html" title="ZoneCheck II"><link rel="up" href="ch07.html" title="Chapter 7. Writing tests"><link rel="previous" href="ch07s02.html" title="Framework"><link rel="next" href="ch08.html" title="Chapter 8. About this book"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" lang="en"><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="id2786370"></a>Localisation</h2></div></div><p>The format of the message catalog is as follow:
</p><table border="0" bgcolor="#E0E0E0"><tr><td><pre class="screen"> line : '#' comment # a comment
| tag ':' definition # a tag definition
| tag '=' tag # a link to another tag
| '[' prefix ']' # a prefix to append to other tags
prefix : tag # the tag to use as prefix
| '*' # don't use a prefix
definition : string # a string
| string '\' definition # with posibility of continuation '\'
tag : [a-zA-Z0-9_]+</pre></td></tr></table><p>
</p></div></body></html>
|