--- a/commands/listvdomain.html Sun Jan 20 00:12:17 2008 +0100
+++ b/commands/listvdomain.html Sun Jan 20 00:22:09 2008 +0100
@@ -1,72 +1,80 @@
-<HTML>
-<HEAD>
-<TITLE>listvdomain - Lists the members of 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>listvdomain - Lists the members of 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="#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="#authors">AUTHORS</a></li>
+</ul>
-->
<!-- INDEX END -->
-<P>
-<H1><A NAME="NAME">NAME</A></H1>
-<P>
-listvdomain - Lists the members of a virtual domain
-
-<P>
-<HR>
-<H1><A NAME="SYNOPSIS">SYNOPSIS</A></H1>
-<P>
-<STRONG>listvdomain</STRONG>
-[<STRONG>-a</STRONG>] [<STRONG>--aliases</STRONG>] [<STRONG>--quiet</STRONG>] [<STRONG>-u</STRONG>] [<STRONG>--users</STRONG>]
-<EM>[user [user ...]]</EM>
-
-
-
-<P>
-<HR>
-<H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1>
-<P>
-This program lists all the users in a domain. The listing consists of one
-user per line, and each line has three columns: the virtual user name, the
-mailbox directory (or <CODE>-</CODE> if none is set), and an optional list of forwarding addresses, all
-seperated by a space.
+<p>
+</p>
+<h1><a name="name">NAME</a></h1>
+<p>listvdomain - Lists the members of a virtual domain</p>
+<p>
+</p>
+<hr />
+<h1><a name="synopsis">SYNOPSIS</a></h1>
+<p><strong>listvdomain</strong>
+[<strong>-a</strong>]
+[<strong>--aliases</strong>]
+[<strong>--quiet</strong>]
+[<strong>-u</strong>]
+[<strong>--users</strong>]
+<em>[user [user ...]]</em></p>
+<p>
+</p>
+<hr />
+<h1><a name="description">DESCRIPTION</a></h1>
+<p>This program lists all the users in a domain.
+The listing consists of one user per line,
+and each line has three columns:
+the virtual user name, <code>Yes</code> or <code>No</code> depending if the user has a mailbox,
+and an optional list of forwarding addresses, all seperated by a space.</p>
+<p>
+</p>
+<hr />
+<h1><a name="options">OPTIONS</a></h1>
+<dl>
+<dt><strong><a name="item__2da_2c__2d_2daliases"><strong>-a</strong>, <strong>--aliases</strong></a></strong><br />
+</dt>
+<dd>
+Show only accounts without 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>
+<dt><strong><a name="item__2du_2c__2d_2dusers"><strong>-u</strong>, <strong>--users</strong></a></strong><br />
+</dt>
+<dd>
+Show only accounts with a mailbox.
+</dd>
+<p></p></dl>
+<p>
+</p>
+<hr />
+<h1><a name="authors">AUTHORS</a></h1>
+<p>Bruce Guenter <<a href="mailto:bruceg@em.ca">bruceg@em.ca</a>></p>
-<P>
-<HR>
-<H1><A NAME="OPTIONS">OPTIONS</A></H1>
-<DL>
-<DT><STRONG><A NAME="item__a_">-a, --aliases</A></STRONG><DD>
-<P>
-Show only accounts without a mailbox.
-
-<DT><STRONG><A NAME="item__quiet">--quiet</A></STRONG><DD>
-<P>
-Suppress all status messages.
+</body>
-<DT><STRONG><A NAME="item__u_">-u, --users</A></STRONG><DD>
-<P>
-Show only accounts with a mailbox.
-
-</DL>
-<P>
-<HR>
-<H1><A NAME="AUTHORS">AUTHORS</A></H1>
-<P>
-Bruce Guenter <<A HREF="mailto:bruceg@em.ca">bruceg@em.ca</A>>
-
-</BODY>
-
-</HTML>
+</html>