summaryrefslogtreecommitdiff
path: root/_smtpd.html
diff options
context:
space:
mode:
authorivan <ivan>2004-11-19 00:53:33 +0000
committerivan <ivan>2004-11-19 00:53:33 +0000
commitc2b29437f5436ba18ce3f97f7db3f2c4fadfa7f2 (patch)
treef8e2b9dcf082beaad25140dfe15b74652941e2f2 /_smtpd.html
parent83299343cf510c6e2fdda33f1b55ab826b0b54af (diff)
update manpage and homepage
Diffstat (limited to '_smtpd.html')
-rw-r--r--_smtpd.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_smtpd.html b/_smtpd.html
index 858dee8..538f451 100644
--- a/_smtpd.html
+++ b/_smtpd.html
@@ -35,7 +35,7 @@
<h1><a name="synopsis">SYNOPSIS</a></h1>
<pre>
#make some aliases
- echo 'username: &quot;|someprogram and args&quot; &gt; /etc/aliases</pre>
+ echo 'username: &quot;|someprogram and args&quot;' &gt; /etc/aliases</pre>
<pre>
#inetd setup
echo &quot;smtp stream tcp nowait mail /usr/local/bin/_smtpd&quot; &gt;&gt;/etc/inetd.conf