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/man1 style cleanup (alpha sort list...



details:   https://anonhg.NetBSD.org/src/rev/8d5eb612a307
branches:  trunk
changeset: 569755:8d5eb612a307
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Sep 04 22:16:48 2004 +0000

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

diffstat:

 gnu/usr.sbin/postfix/man/man1/Makefile |  23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

diffs (37 lines):

diff -r 2e9a58a1cdd3 -r 8d5eb612a307 gnu/usr.sbin/postfix/man/man1/Makefile
--- a/gnu/usr.sbin/postfix/man/man1/Makefile    Sat Sep 04 13:43:11 2004 +0000
+++ b/gnu/usr.sbin/postfix/man/man1/Makefile    Sat Sep 04 22:16:48 2004 +0000
@@ -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 <bsd.own.mk>
 
 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 <bsd.man.mk>



Home | Main Index | Thread Index | Old Index