diff options
author | ivan <ivan> | 2004-11-19 00:53:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-19 00:53:33 +0000 |
commit | c2b29437f5436ba18ce3f97f7db3f2c4fadfa7f2 (patch) | |
tree | f8e2b9dcf082beaad25140dfe15b74652941e2f2 /_smtpd.html | |
parent | 83299343cf510c6e2fdda33f1b55ab826b0b54af (diff) |
update manpage and homepage
Diffstat (limited to '_smtpd.html')
-rw-r--r-- | _smtpd.html | 2 |
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: "|someprogram and args" > /etc/aliases</pre> + echo 'username: "|someprogram and args"' > /etc/aliases</pre> <pre> #inetd setup echo "smtp stream tcp nowait mail /usr/local/bin/_smtpd" >>/etc/inetd.conf |