From 152757d6d86cfe076f931f7d9a43d49146d40f62 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Mon, 6 Jan 2003 05:18:42 +0000 Subject: [PATCH] Link a.out(5) to aout(5) to follow the module name. --- share/man/man5/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index eb56a3dca60e..1a0834a1c343 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -15,7 +15,8 @@ MAN= a.out.5 acct.5 core.5 devfs.5 device.hints.5 \ rc.conf.5 remote.5 resolver.5 \ services.5 shells.5 stab.5 sysctl.conf.5 utmp.5 -MLINKS= dir.5 dirent.5 +MLINKS= a.out.5 aout.5 +MLINKS=+dir.5 dirent.5 MLINKS+=fs.5 inode.5 MLINKS+=hosts.equiv.5 rhosts.5 MLINKS+=msdosfs.5 msdos.5