diff options
author | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2003-05-13 17:17:23 +0000 |
---|---|---|
committer | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2003-05-13 17:17:23 +0000 |
commit | f59150461b475abfa5980633a26952ee18f75b59 (patch) | |
tree | d10ad44644b136301c06d565a4565b5063a679cb /usr.sbin | |
parent | 6735c1febb9177dbe161d4eac757ba9f0caf3080 (diff) |
- document -V
- add license (/me wrote it)
ok jmc@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/popa3d/popa3d.8 | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/usr.sbin/popa3d/popa3d.8 b/usr.sbin/popa3d/popa3d.8 index 95b72906791..3a0c125b7d8 100644 --- a/usr.sbin/popa3d/popa3d.8 +++ b/usr.sbin/popa3d/popa3d.8 @@ -1,4 +1,29 @@ -.\" $OpenBSD: popa3d.8,v 1.6 2003/05/12 19:28:22 camield Exp $ +.\" $OpenBSD: popa3d.8,v 1.7 2003/05/13 17:17:22 camield Exp $ +.\" +.\" Copyright (c) 2001-2003 Camiel Dobbelaar (cd@sentia.nl) +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +.\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, +.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +.\" POSSIBILITY OF SUCH DAMAGE. +.\" .Dd August 15, 2001 .Dt POPA3D 8 .Os @@ -7,7 +32,7 @@ .Nd "Post Office Protocol (POP3) server" .Sh SYNOPSIS .Nm -.Op Fl D +.Op Fl D | V .Sh DESCRIPTION .Nm is a POP3 server. @@ -50,6 +75,8 @@ In this mode .Nm also does quite a few checks to significantly reduce the impact of connection flood attacks. +.It Fl V +Show version information and exit. .Pp .El .Pp |