update manpage and homepage
[undersmtpd.git] / _smtpd
diff --git a/_smtpd b/_smtpd
index 78550c4..4c9b36d 100644 (file)
--- a/_smtpd
+++ b/_smtpd
@@ -74,7 +74,7 @@ _smtpd - UnderSMTPD, the underscore SMTP daemon
 =head1 SYNOPSIS
 
   #make some aliases
-  echo 'username: "|someprogram and args" > /etc/aliases
+  echo 'username: "|someprogram and args"' > /etc/aliases
 
   #inetd setup
   echo "smtp stream tcp nowait mail /usr/local/bin/_smtpd" >>/etc/inetd.conf
@@ -117,6 +117,8 @@ UnderSMTP uses Net::SMTP::Mail to do all the hard work.
 
 =item -a filename: Alternate aliases file
 
+=back
+
 =head1 ALIASES FORMAT
 
   username: |program and args