commands/vdeluser.html
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
--- a/commands/vdeluser.html	Sun Jan 20 00:12:17 2008 +0100
+++ b/commands/vdeluser.html	Sun Jan 20 00:22:09 2008 +0100
@@ -1,97 +1,88 @@
-<HTML>
-<HEAD>
-<TITLE>vdeluser - Delete users from a virtual domain</TITLE>
-<LINK REV="made" HREF="mailto:root@porky.devel.redhat.com">
-</HEAD>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>vdeluser - Delete users from a virtual domain</title>
+<link rev="made" href="mailto:Gentoo@lorien.untroubled.org" />
+</head>
 
-<BODY>
+<body style="background-color: white">
 
+<p><a name="__index__"></a></p>
 <!-- INDEX BEGIN -->
 <!--
 
-<UL>
+<ul>
 
-	<LI><A HREF="#NAME">NAME</A>
-	<LI><A HREF="#SYNOPSIS">SYNOPSIS</A>
-	<LI><A HREF="#DESCRIPTION">DESCRIPTION</A>
-	<LI><A HREF="#OPTIONS">OPTIONS</A>
-	<LI><A HREF="#NOTES">NOTES</A>
-	<LI><A HREF="#AUTHORS">AUTHORS</A>
-</UL>
+	<li><a href="#name">NAME</a></li>
+	<li><a href="#synopsis">SYNOPSIS</a></li>
+	<li><a href="#description">DESCRIPTION</a></li>
+	<li><a href="#options">OPTIONS</a></li>
+	<li><a href="#notes">NOTES</a></li>
+	<li><a href="#authors">AUTHORS</a></li>
+</ul>
 -->
 <!-- INDEX END -->
 
-<P>
-<H1><A NAME="NAME">NAME</A></H1>
-<P>
-vdeluser - Delete users from a virtual domain
-
-<P>
-<HR>
-<H1><A NAME="SYNOPSIS">SYNOPSIS</A></H1>
-<P>
-<STRONG>vdeluser</STRONG>
-[<STRONG>-D</STRONG>] [<STRONG>--no-mailbox</STRONG>] [<STRONG>--quiet</STRONG>]
-<EM>USER1 [USER2 ...]</EM>
-
-
-
-<P>
-<HR>
-<H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1>
-<P>
-This program will take the steps necessary to remove a user from a virtual
-domain.
-
-<P>
-For each user listed on the command line, it does the following:
-
-<P>
-1. It removes the named user's entry from the local password file.
-
-<P>
-2. It removes any qmail delivery files that point to the named user's mail
-directory.
-
-<P>
-3. It removes the user's mail directory and all of its contents
-(recursively).
+<p>
+</p>
+<h1><a name="name">NAME</a></h1>
+<p>vdeluser - Delete users from a virtual domain</p>
+<p>
+</p>
+<hr />
+<h1><a name="synopsis">SYNOPSIS</a></h1>
+<p><strong>vdeluser</strong>
+[<strong>-D</strong>]
+[<strong>--no-mailbox</strong>]
+[<strong>--quiet</strong>]
+<em>USER1 [USER2 ...]</em></p>
+<p>
+</p>
+<hr />
+<h1><a name="description">DESCRIPTION</a></h1>
+<p>This program will take the steps necessary to
+remove a user from a virtual domain.</p>
+<p>For each user listed on the command line, it does the following:</p>
+<p>1. It removes the named user's entry from the local password file.</p>
+<p>2. It removes any qmail delivery files that point to the named user's
+mail directory.</p>
+<p>3. It removes the user's mail directory and all of its contents
+(recursively).</p>
+<p>If any of the above steps fail, a warning is issued and processing
+continues.</p>
+<p>
+</p>
+<hr />
+<h1><a name="options">OPTIONS</a></h1>
+<dl>
+<dt><strong><a name="item__2dd_2c__2d_2dno_2dmailbox"><strong>-D</strong>, <strong>--no-mailbox</strong></a></strong><br />
+</dt>
+<dd>
+Do not delete users that have a mailbox.
+</dd>
+<p></p>
+<dt><strong><a name="item__2d_2dquiet"><strong>--quiet</strong></a></strong><br />
+</dt>
+<dd>
+Suppress all status messages.
+</dd>
+<p></p></dl>
+<p>
+</p>
+<hr />
+<h1><a name="notes">NOTES</a></h1>
+<p>You must have either created the users subdirectory by hand or run the
+<em>vsetup</em> program before using this program.</p>
+<p>This program expects the environment variable <code>HOME</code> to be set, and
+executes a change directory to the contents of it before starting.  It
+is also required that you change user to the domain owner before using
+these utilities.</p>
+<p>
+</p>
+<hr />
+<h1><a name="authors">AUTHORS</a></h1>
+<p>Bruce Guenter &lt;<a href="mailto:bruceg@em.ca">bruceg@em.ca</a>&gt;</p>
 
-<P>
-If any of the above steps fail, a warning is issued and processing
-continues.
-
-<P>
-<HR>
-<H1><A NAME="OPTIONS">OPTIONS</A></H1>
-<DL>
-<DT><STRONG><A NAME="item__D_">-D, --no-mailbox</A></STRONG><DD>
-<P>
-Do not delete users that have a mailbox.
-
-<DT><STRONG><A NAME="item__quiet">--quiet</A></STRONG><DD>
-<P>
-Suppress all status messages.
+</body>
 
-</DL>
-<P>
-<HR>
-<H1><A NAME="NOTES">NOTES</A></H1>
-<P>
-You must have either created the users subdirectory by hand or run the
-<EM>vsetup</EM> program before using this program.
-
-<P>
-This program expects the environment variable <CODE>HOME</CODE> to be set, and executes a change directory to the contents of it before
-starting. It is also required that you change user to the domain owner
-before using these utilities.
-
-<P>
-<HR>
-<H1><A NAME="AUTHORS">AUTHORS</A></H1>
-<P>
-Bruce Guenter &lt;<A HREF="mailto:bruceg@em.ca">bruceg@em.ca</A>&gt;
-
-</BODY>
-
-</HTML>
+</html>