summaryrefslogtreecommitdiffstats
path: root/share/man/man7
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-20 10:27:23 +0000
committerru <ru@FreeBSD.org>2004-01-20 10:27:23 +0000
commitad42658a8b3c558767f68cc6ebab9329fd1b92a5 (patch)
tree7e2887fed7fcef7721b7f5ea49bc65f062108e5b /share/man/man7
parentd3a67d480e5324709fb8294beac1b32b009d157b (diff)
downloadFreeBSD-src-ad42658a8b3c558767f68cc6ebab9329fd1b92a5.zip
FreeBSD-src-ad42658a8b3c558767f68cc6ebab9329fd1b92a5.tar.gz
Use a single style for share/man/ makefiles:
- Sort MAN and MLINKS in "dictionary" order ignoring case. - For multi-value MAN and multi-pair MLINKS, put each value/pair on its own line, for easier sorting and so that further diffs are easier to see.
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/Makefile25
1 files changed, 21 insertions, 4 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile
index 8ccb163..8224044 100644
--- a/share/man/man7/Makefile
+++ b/share/man/man7/Makefile
@@ -2,10 +2,27 @@
# $FreeBSD$
#MISSING: eqnchar.7 ms.7 term.7
-MAN= ascii.7 build.7 clocks.7 development.7 environ.7 firewall.7 \
- ffs.7 hier.7 hostname.7 intro.7 maclabel.7 mailaddr.7 \
- operator.7 ports.7 release.7 sdoc.7 security.7 sprog.7 \
- stdint.7 tuning.7
+MAN= ascii.7 \
+ build.7 \
+ clocks.7 \
+ development.7 \
+ environ.7 \
+ ffs.7 \
+ firewall.7 \
+ hier.7 \
+ hostname.7 \
+ intro.7 \
+ maclabel.7 \
+ mailaddr.7 \
+ operator.7 \
+ ports.7 \
+ release.7 \
+ sdoc.7 \
+ security.7 \
+ sprog.7 \
+ stdint.7 \
+ tuning.7
+
MLINKS= intro.7 miscellaneous.7
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud