[Pkg-uml-commit] r121 - trunk/src/uml-utilities/debian

Mattia Dongili malattia at costa.debian.org
Fri Jun 2 16:47:18 UTC 2006


Author: malattia
Date: 2006-06-02 16:47:18 +0000 (Fri, 02 Jun 2006)
New Revision: 121

Added:
   trunk/src/uml-utilities/debian/uml_mkcow.sgml
Log:
new uml_mkcow manpage!

Added: trunk/src/uml-utilities/debian/uml_mkcow.sgml
===================================================================
--- trunk/src/uml-utilities/debian/uml_mkcow.sgml	2006-06-01 17:36:15 UTC (rev 120)
+++ trunk/src/uml-utilities/debian/uml_mkcow.sgml	2006-06-02 16:47:18 UTC (rev 121)
@@ -0,0 +1,135 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+  -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Mattia</firstname>">
+  <!ENTITY dhsurname   "<surname>Dongili</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>June  2, 2006</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>malattia at debian.org</email>">
+  <!ENTITY dhusername  "Mattia Dongili">
+  <!ENTITY dhucpackage "<refentrytitle>UML_MKCOW</refentrytitle>">
+  <!ENTITY dhpackage   "uml_mkcow">
+
+  <!ENTITY debian      "<productname>Debian GNU/Linux</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2006</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>create a new COW file</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+      <arg><replaceable>-f</replaceable></arg>
+      <arg>COW_file</arg>
+      <arg>backing_file</arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> command.</para>
+
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.
+      Instead, it has documentation in HTML format; see below.</para>
+
+    <para><command>&dhpackage;</command> is a small utility to create
+    COW (Copy-On-Write) files without the need to run the full UML kernel.
+    </para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-f</option></term>
+        <listitem>
+          <para>Force overwrite of an exsiting COW file.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+
+  <refsect1>
+    <title>EXAMPLES</title>
+
+    <para>Create a new COW file:</para>
+    <para><command>&dhpackage;</command> rootfs_COW rootfs</para>
+
+    <para>Overwrite (destroying) an existing COW file:</para>
+    <para><command>&dhpackage;</command> -f rootfs_COW rootfs</para>
+
+  </refsect1>
+
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>The <ulink
+    url="http://user-mode-linux.sourceforge.net/UserModeLinux-HOWTO.html"
+    type=alternate>UserModeLinux-HOWTO</ulink></para>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>&dhpackage; was written by Steve Schnepp.</para>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system, based on material in the
+      UserModeLinux-HOWTO by Rusty Russell.</para>
+
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->




More information about the Pkg-uml-commit mailing list