From ee7fcfe0f428ec2de14bf60c2fc78fcb7be71f35 Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 4 Sep 2004 22:16:48 +0000 Subject: style cleanup (alpha sort list, reformat comments) --- gnu/usr.sbin/postfix/man/man1/Makefile | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.sbin/postfix/man/man1/Makefile b/gnu/usr.sbin/postfix/man/man1/Makefile index 31b8d8c91c2..fb919b9e8da 100644 --- a/gnu/usr.sbin/postfix/man/man1/Makefile +++ b/gnu/usr.sbin/postfix/man/man1/Makefile @@ -1,22 +1,21 @@ -# $NetBSD: Makefile,v 1.6 2004/04/27 05:34:34 heas Exp $ +# $NetBSD: Makefile,v 1.7 2004/09/04 22:16:48 lukem Exp $ .include DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/man/man1 .PATH: ${DIST} -MAN= postalias.1 postcat.1 postconf.1 postfix.1 \ - postkick.1 postlock.1 postlog.1 postdrop.1 \ - postmap.1 \ - postqueue.1 postsuper.1 +MAN= postalias.1 postcat.1 postconf.1 postdrop.1 \ + postfix.1 postkick.1 postlock.1 postlog.1 \ + postmap.1 postqueue.1 postsuper.1 # XXX notyet: -# mailq.1 sendmail.1 newaliases.1 -# These would conflict with the ones installed by sendmail. It isn't -# clear what to do with them. The missing documentation is not too -# interesting given that the sendmail docs are in place, though. -# qmqp-sink.1 qmqp-source.1 smtp-sink.1 smtp-source.1 qshape.1 -# These are test programs. It isn't clear that they are wanted by an -# ordinary user. +# mailq.1 newaliases.1 sendmail.1 +# These would conflict with the ones installed by sendmail. It isn't +# clear what to do with them. The missing documentation is not too +# interesting given that the sendmail docs are in place, though. +# qmqp-sink.1 qmqp-source.1 qshape.1 smtp-sink.1 smtp-source.1 +# These are test programs. It isn't clear that they are wanted by an +# ordinary user. .include -- cgit