summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-01-06 15:30:55 +0000
committertrhodes <trhodes@FreeBSD.org>2003-01-06 15:30:55 +0000
commit147b30500140e41777ca39f12f1fd8fcfac8a937 (patch)
tree410421acf519c2022053e444f8dacb3d4a06fd80 /share
parent1eceeaf8c6dcbda5f4137c3cfd3e414f23c04b04 (diff)
downloadFreeBSD-src-147b30500140e41777ca39f12f1fd8fcfac8a937.zip
FreeBSD-src-147b30500140e41777ca39f12f1fd8fcfac8a937.tar.gz
Fix a type that crept in during my last commit here.
Noticed by: Stefan Farfeleder <stefan@fafoe.dyndns.org> Pointy hat: trhodes
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index 1a0834a..1463b89 100644
--- a/share/man/man5/Makefile
+++ b/share/man/man5/Makefile
@@ -16,7 +16,7 @@ MAN= a.out.5 acct.5 core.5 devfs.5 device.hints.5 \
services.5 shells.5 stab.5 sysctl.conf.5 utmp.5
MLINKS= a.out.5 aout.5
-MLINKS=+dir.5 dirent.5
+MLINKS+=dir.5 dirent.5
MLINKS+=fs.5 inode.5
MLINKS+=hosts.equiv.5 rhosts.5
MLINKS+=msdosfs.5 msdos.5
OpenPOWER on IntegriCloud