]> git.decadent.org.uk Git - dak.git/commitdiff
renamed katie.1.sgml to kelly.1.sgml
authorJames Troup <james@nocrew.org>
Wed, 16 Oct 2002 02:43:12 +0000 (02:43 +0000)
committerJames Troup <james@nocrew.org>
Wed, 16 Oct 2002 02:43:12 +0000 (02:43 +0000)
docs/Makefile
docs/katie.1.sgml [deleted file]
docs/kelly.1.sgml [new file with mode: 0644]

index 3a1b9595b2b809e133bac1727a2f319e27ca3c40..2d7623f7c553ee0818973b82bce1fc80d45d77e7 100644 (file)
@@ -2,7 +2,7 @@
 
 # TODO: alyson andrea claire fernanda jenna neve rene shania tea ziyi
 
-SGMLMANPAGES   = catherine.1.sgml charisma.1.sgml heidi.1.sgml julia.1.sgml katie.1.sgml madison.1.sgml melanie.1.sgml natalie.1.sgml rhona.1.sgml
+SGMLMANPAGES   = catherine.1.sgml charisma.1.sgml heidi.1.sgml julia.1.sgml kelly.1.sgml madison.1.sgml melanie.1.sgml natalie.1.sgml rhona.1.sgml
 
 MANPAGES       = $(patsubst %.sgml, %, $(SGMLMANPAGES))
 
diff --git a/docs/katie.1.sgml b/docs/katie.1.sgml
deleted file mode 100644 (file)
index ab0e651..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-<!-- -*- mode: sgml; mode: fold -*- -->
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
-
-<!ENTITY % katieent SYSTEM "katie.ent">
-%katieent;
-
-]>
-
-<refentry>
-  &katie-docinfo;
-  
-  <refmeta>
-    <refentrytitle>katie</>
-    <manvolnum>1</>
-  </refmeta>
-  
-  <!-- Man page title -->
-  <refnamediv>
-    <refname>katie</>
-    <refpurpose>Installs packages from accepted</>
-  </refnamediv>
-
-  <!-- Arguments -->
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>katie</>
-      <arg><option><replaceable>options</replaceable></></arg>
-      <arg choice="plain"><replaceable>changes_file</replaceable></arg>
-      <arg><option><replaceable>...</replaceable></option></arg>
-    </cmdsynopsis>
-  </refsynopsisdiv>
-  
-  <RefSect1><Title>Description</>
-    <para>   
-      <command>katie</command> is the program which installs packages from the accepted directory into the distribution.
-    </PARA></REFSECT1>
-
-  <RefSect1><Title>Options</>
-    
-    <VariableList>
-
-      <varlistentry>
-       <term><option>-a/--automatic</option></term>
-       <listitem>
-         <para>Run automatically; i.e. perform the default action if it's possible to do so without user interaction.  Intend for use in cron jobs and the like.</para>
-       </listitem>
-      </varlistentry>
-
-      <varlistentry>
-       <term><option>-h/--help</option></term>
-       <listitem>
-         <para>Display usage help and then exit.</para>
-       </listitem>
-      </varlistentry>
-
-      <varlistentry>
-       <term><option>-m/--manual-reject=<replaceable>message</replaceable></option></term>
-       <listitem>
-         <para>Perform a manual rejection of the package.  The <replaceable>message</replaceable> is included in the rejection notice sent to the uploader.  If no <replaceable>message</replaceable> is given, an editor will be spawned so one can be added to the rejection notice.
-       </listitem>
-      </varlistentry>
-
-      <varlistentry>
-       <term><option>-n/--no-action</option></term>
-       <listitem>
-         <para>Don't actually install anything; just show what would be done.</para>
-       </listitem>
-      </varlistentry>
-
-      <varlistentry>
-       <term><option>-p/--no-lock</option></term>
-       <listitem>
-         <para>Don't check the lockfile.  Obviously dangerous and should only be used for cron jobs (if at all).</para>
-       </listitem>
-      </varlistentry>
-
-      <varlistentry>
-       <term><option>-v/--version</option></term>
-       <listitem>
-         <para>Display the version number and then exit.</para>
-       </listitem>
-      </varlistentry>
-
-    </VariableList>
-  </RefSect1>
-
-  <RefSect1><Title>Diagnostics</>
-    <para>
-      <command>katie</command> returns zero on normal operation, non-zero on error.
-    </PARA>
-  </RefSect1>
-
-  <refsect1>
-    <title>Acknowledgements</title>
-    <para>katie is based very heavily on dinstall, written by Guy Maor <email>maor@debian.org</email>; in fact it started out life as a dinstall clone.</para>
-  </refsect1>
-
-  &manauthor;
-
-
-  
-</refentry>
diff --git a/docs/kelly.1.sgml b/docs/kelly.1.sgml
new file mode 100644 (file)
index 0000000..ab0e651
--- /dev/null
@@ -0,0 +1,102 @@
+<!-- -*- mode: sgml; mode: fold -*- -->
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
+
+<!ENTITY % katieent SYSTEM "katie.ent">
+%katieent;
+
+]>
+
+<refentry>
+  &katie-docinfo;
+  
+  <refmeta>
+    <refentrytitle>katie</>
+    <manvolnum>1</>
+  </refmeta>
+  
+  <!-- Man page title -->
+  <refnamediv>
+    <refname>katie</>
+    <refpurpose>Installs packages from accepted</>
+  </refnamediv>
+
+  <!-- Arguments -->
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>katie</>
+      <arg><option><replaceable>options</replaceable></></arg>
+      <arg choice="plain"><replaceable>changes_file</replaceable></arg>
+      <arg><option><replaceable>...</replaceable></option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  
+  <RefSect1><Title>Description</>
+    <para>   
+      <command>katie</command> is the program which installs packages from the accepted directory into the distribution.
+    </PARA></REFSECT1>
+
+  <RefSect1><Title>Options</>
+    
+    <VariableList>
+
+      <varlistentry>
+       <term><option>-a/--automatic</option></term>
+       <listitem>
+         <para>Run automatically; i.e. perform the default action if it's possible to do so without user interaction.  Intend for use in cron jobs and the like.</para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term><option>-h/--help</option></term>
+       <listitem>
+         <para>Display usage help and then exit.</para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term><option>-m/--manual-reject=<replaceable>message</replaceable></option></term>
+       <listitem>
+         <para>Perform a manual rejection of the package.  The <replaceable>message</replaceable> is included in the rejection notice sent to the uploader.  If no <replaceable>message</replaceable> is given, an editor will be spawned so one can be added to the rejection notice.
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term><option>-n/--no-action</option></term>
+       <listitem>
+         <para>Don't actually install anything; just show what would be done.</para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term><option>-p/--no-lock</option></term>
+       <listitem>
+         <para>Don't check the lockfile.  Obviously dangerous and should only be used for cron jobs (if at all).</para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term><option>-v/--version</option></term>
+       <listitem>
+         <para>Display the version number and then exit.</para>
+       </listitem>
+      </varlistentry>
+
+    </VariableList>
+  </RefSect1>
+
+  <RefSect1><Title>Diagnostics</>
+    <para>
+      <command>katie</command> returns zero on normal operation, non-zero on error.
+    </PARA>
+  </RefSect1>
+
+  <refsect1>
+    <title>Acknowledgements</title>
+    <para>katie is based very heavily on dinstall, written by Guy Maor <email>maor@debian.org</email>; in fact it started out life as a dinstall clone.</para>
+  </refsect1>
+
+  &manauthor;
+
+
+  
+</refentry>