summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorremko <remko@FreeBSD.org>2007-06-01 21:48:07 +0000
committerremko <remko@FreeBSD.org>2007-06-01 21:48:07 +0000
commit8266cab35be254d080c55c019e27154420e811c7 (patch)
tree28939903f873d23154980f46a0afaaab97f8f2ca /share
parent48e05cbb50fdfb53ac2e16924eb1eea08e982321 (diff)
downloadFreeBSD-src-8266cab35be254d080c55c019e27154420e811c7.zip
FreeBSD-src-8266cab35be254d080c55c019e27154420e811c7.tar.gz
I understood the MLINK part incorrectly, it should be the other way around
also remove the init mlink to securelevel. Discussed with and sharing pointyhat with: brueffer
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile
index 965b594..f602e4c 100644
--- a/share/man/man7/Makefile
+++ b/share/man/man7/Makefile
@@ -25,6 +25,6 @@ MAN= ascii.7 \
tuning.7
MLINKS= intro.7 miscellaneous.7
-MLINKS+= securelevel.7 security.7
+MLINKS+= security.7 securelevel.7
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud