Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.sbin/postfix/man/man8 style cleanup (alpha sort list...



details:   https://anonhg.NetBSD.org/src/rev/ed6559ab555a
branches:  trunk
changeset: 569757:ed6559ab555a
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Sep 04 22:28:26 2004 +0000

description:
style cleanup (alpha sort list, reformat comments)

diffstat:

 gnu/usr.sbin/postfix/man/man8/Makefile |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r d77e6a32e4ab -r ed6559ab555a gnu/usr.sbin/postfix/man/man8/Makefile
--- a/gnu/usr.sbin/postfix/man/man8/Makefile    Sat Sep 04 22:22:26 2004 +0000
+++ b/gnu/usr.sbin/postfix/man/man8/Makefile    Sat Sep 04 22:28:26 2004 +0000
@@ -1,21 +1,20 @@
-#      $NetBSD: Makefile,v 1.7 2004/06/08 23:30:00 heas Exp $
+#      $NetBSD: Makefile,v 1.8 2004/09/04 22:28:26 lukem Exp $
 
 .include <bsd.own.mk>
 
 DIST=  ${NETBSDSRCDIR}/gnu/dist/postfix/man/man8
 .PATH: ${DIST}
 
-MAN=   bounce.8 cleanup.8 error.8 local.8 \
-       lmtp.8 master.8 pickup.8 pipe.8 qmgr.8 \
-       showq.8 smtp.8 smtpd.8 trivial-rewrite.8 \
-       oqmgr.8 spawn.8 flush.8 virtual.8 \
-       verify.8 proxymap.8
+MAN=   bounce.8 cleanup.8 error.8 flush.8 lmtp.8 local.8 \
+       master.8 oqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 \
+       showq.8 smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 \
+       verify.8 virtual.8
 
 MLINKS=        bounce.8 defer.8
 MLINKS+=bounce.8 trace.8
 
 # XXX notyet:
 # qmqpd.8
-# We're not building it, yet.
+#      We're not building it, yet.
 
 .include <bsd.man.mk>



Home | Main Index | Thread Index | Old Index