~ubuntu-branches/ubuntu/lucid/isomd5sum/lucid

« back to all changes in this revision

Viewing changes to debian/checkisomd5.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Finnie
  • Date: 2006-10-01 13:31:56 UTC
  • Revision ID: james.westby@ubuntu.com-20061001133156-re1n96r03ar3qsw6
Tags: 11.1.0.95-2
debian/control: Moved targets from -indep to -arch. (Closes: #390521)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
2
 
 
3
<!-- Process this file with docbook-to-man to generate an nroff manual
 
4
     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
 
5
     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
 
6
     less'.  A typical entry in a Makefile or Makefile.am is:
 
7
 
 
8
manpage.1: manpage.sgml
 
9
        docbook-to-man $< > $@
 
10
 
 
11
    
 
12
        The docbook-to-man binary is found in the docbook-to-man package.
 
13
        Please remember that if you create the nroff version in one of the
 
14
        debian/rules file targets (such as build), you will need to include
 
15
        docbook-to-man in your Build-Depends control field.
 
16
 
 
17
  -->
 
18
 
 
19
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
 
20
  <!ENTITY dhfirstname "<firstname>Ryan</firstname>">
 
21
  <!ENTITY dhsurname   "<surname>Finnie</surname>">
 
22
  <!-- Please adjust the date whenever revising the manpage. -->
 
23
  <!ENTITY dhdate      "<date>June 30, 2006</date>">
 
24
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
25
       allowed: see man(7), man(1). -->
 
26
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
27
  <!ENTITY dhemail     "<email>ryan@finnie.org</email>">
 
28
  <!ENTITY dhusername  "Ryan Finnie">
 
29
  <!ENTITY dhucpackage "<refentrytitle>CHECKISOMD5</refentrytitle>">
 
30
  <!ENTITY dhpackage   "checkisomd5">
 
31
 
 
32
  <!ENTITY debian      "<productname>Debian</productname>">
 
33
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
34
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
 
35
]>
 
36
 
 
37
<refentry>
 
38
  <refentryinfo>
 
39
    <address>
 
40
      &dhemail;
 
41
    </address>
 
42
    <author>
 
43
      &dhfirstname;
 
44
      &dhsurname;
 
45
    </author>
 
46
    <copyright>
 
47
      <year>2006</year>
 
48
      <holder>&dhusername;</holder>
 
49
    </copyright>
 
50
    &dhdate;
 
51
  </refentryinfo>
 
52
  <refmeta>
 
53
    &dhucpackage;
 
54
 
 
55
    &dhsection;
 
56
  </refmeta>
 
57
  <refnamediv>
 
58
    <refname>&dhpackage;</refname>
 
59
 
 
60
    <refpurpose>check an MD5 checksum implanted by <command>implantisomd5</command></refpurpose>
 
61
  </refnamediv>
 
62
  <refsynopsisdiv>
 
63
    <cmdsynopsis>
 
64
      <command>&dhpackage;</command>
 
65
 
 
66
      <arg><option>--md5sumonly</option></arg>
 
67
      <arg><option>--verbose</option></arg>
 
68
      <group choice="opt">
 
69
          <arg>isofilename</arg>
 
70
          <arg>blockdevice</arg>
 
71
      </group>
 
72
 
 
73
    </cmdsynopsis>
 
74
  </refsynopsisdiv>
 
75
  <refsect1>
 
76
    <title>DESCRIPTION</title>
 
77
 
 
78
    <para>This manual page documents briefly the <command>&dhpackage;</command> commands.</para>
 
79
 
 
80
    <para>This manual page was written for the &debian; distribution
 
81
      because the original program does not have a manual page.</para>
 
82
 
 
83
    <para><command>&dhpackage;</command> is a program that checks an embedded MD5 checksum in a ISO9660 image (.iso), or block device.  The checksum is embedded by the corresponding <command>implantisomd5</command> command.</para>
 
84
    <para>Program returns exit status 0 if the checksum is correct, or 1 if the checksum is incorrect or non-existent.</para>
 
85
 
 
86
  </refsect1>
 
87
  <refsect1>
 
88
    <title>OPTIONS</title>
 
89
 
 
90
    <variablelist>
 
91
      <varlistentry>
 
92
        <term><option>--md5sumonly</option></term>
 
93
        <listitem>
 
94
          <para>Do not check the target.  Instead, output human-readable information about the target's checksums.</para>
 
95
        </listitem>
 
96
      </varlistentry>
 
97
      <varlistentry>
 
98
        <term><option>--verbose</option></term>
 
99
        <listitem>
 
100
          <para>Display human-readable progress as the target is checked.  Without this option, nothing is outputted except errors.</para>
 
101
        </listitem>
 
102
      </varlistentry>
 
103
    </variablelist>
 
104
  </refsect1>
 
105
  <refsect1>
 
106
    <title>SEE ALSO</title>
 
107
 
 
108
    <para>implantisomd5 (1).</para>
 
109
 
 
110
  </refsect1>
 
111
  <refsect1>
 
112
    <title>AUTHOR</title>
 
113
 
 
114
    <para>This manual page was written by &dhusername; &lt;&dhemail;&gt; for
 
115
      the &debian; system (but may be used by others).  Permission is
 
116
      granted to copy, distribute and/or modify this document under
 
117
      the terms of the &gnu; General Public License, Version 2 any 
 
118
          later version published by the Free Software Foundation.</para>
 
119
        <para>
 
120
          On Debian systems, the complete text of the GNU General Public
 
121
          License can be found in /usr/share/common-licenses/GPL.</para>
 
122
 
 
123
  </refsect1>
 
124
</refentry>
 
125
 
 
126
<!-- Keep this comment at the end of the file
 
127
Local variables:
 
128
mode: sgml
 
129
sgml-omittag:t
 
130
sgml-shorttag:t
 
131
sgml-minimize-attributes:nil
 
132
sgml-always-quote-attributes:t
 
133
sgml-indent-step:2
 
134
sgml-indent-data:t
 
135
sgml-parent-document:nil
 
136
sgml-default-dtd-file:nil
 
137
sgml-exposed-tags:nil
 
138
sgml-local-catalogs:nil
 
139
sgml-local-ecat-files:nil
 
140
End:
 
141
-->
 
142
 
 
143