summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcamield <camield@openbsd.org>2003-05-13 17:17:22 +0000
committercamield <camield@openbsd.org>2003-05-13 17:17:22 +0000
commitcf6b2fdb88a55d5640aa640fb64bd5d3a6b72ceb (patch)
tree58ea597b09d84ec3db4a49a6d138cb28ad1e3581
parentUse dp->d_namlen instead of strlen(dp->d_name) and check for (diff)
downloadwireguard-openbsd-cf6b2fdb88a55d5640aa640fb64bd5d3a6b72ceb.tar.xz
wireguard-openbsd-cf6b2fdb88a55d5640aa640fb64bd5d3a6b72ceb.zip
- document -V
- add license (/me wrote it) ok jmc@
-rw-r--r--usr.sbin/popa3d/popa3d.831
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