mdoc fixes

This commit is contained in:
naddy 2010-04-04 15:34:01 +00:00
parent 547ab0f58e
commit e45c38a1ff
2 changed files with 44 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2008/01/12 22:38:14 martynas Exp $
# $OpenBSD: Makefile,v 1.3 2010/04/04 15:34:01 naddy Exp $
COMMENT= daemon for changing passwords
DISTNAME= openpoppassd-1.1
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= sysutils
HOMEPAGE= http://www.ostc.de/projects.html\#openpoppassd

View File

@ -0,0 +1,42 @@
$OpenBSD: patch-openpoppassd_8,v 1.1 2010/04/04 15:34:01 naddy Exp $
--- openpoppassd.8.orig Sun Apr 4 17:25:38 2010
+++ openpoppassd.8 Sun Apr 4 17:24:44 2010
@@ -32,7 +32,7 @@ The
.Nm
daemon enables applications to change user passwords via a local TCP/IP socket
(127.0.0.1:106). It speaks the following FTP like protocol:
-
+.Bd -literal
S: 200 openpoppassd vX.Y hello, who are you?
E: user YOURLOGINNAME
S: 200 your password please.
@@ -44,6 +44,7 @@ daemon enables applications to change user passwords v
S: 200 Bye.
S: <closes connection>
E: <closes connection>
+.Ed
.Pp
.Nm
is usually started at boot time, and can be enabled by
@@ -71,18 +72,17 @@ If this option is specified,
.Nm
will run in the foreground and log to
.Em stderr .
+.El
.Sh FILES
.Xr "/etc/services"
.Sh SEE ALSO
.Xr passwd 1 ,
.Xr services 5 ,
.Xr ntpd 8
-
-.Xr http://www.ostc.de/projects.html#openpoppassd
-
+.Pp
+http://www.ostc.de/projects.html#openpoppassd
.Sh AUTHORS
Thomas Birnthaler and Hermann Gottschalk <openpoppassd@ostc.de>
-
.Sh HISTORY
The
.Nm