aboutsummaryrefslogtreecommitdiff
path: root/share/man/man1
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-04-14 10:24:14 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-04-14 10:24:14 +0000
commit8f2b2dde9395b8f9afa7dac6b01805e20d040038 (patch)
tree361c4285ce003c1528c2c5e83018e407b79b277b /share/man/man1
parenta41f2f4c1cdcf6524eac9962024bc57e865fec6c (diff)
downloadsrc-8f2b2dde9395b8f9afa7dac6b01805e20d040038.tar.gz
src-8f2b2dde9395b8f9afa7dac6b01805e20d040038.zip
Add manpage link introduction.1 -> intro.1
Notes
Notes: svn path=/head/; revision=24920
Diffstat (limited to 'share/man/man1')
-rw-r--r--share/man/man1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile
index 65468a0e4c3a..6084116648e2 100644
--- a/share/man/man1/Makefile
+++ b/share/man/man1/Makefile
@@ -1,7 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $Id$
+# $Id: Makefile,v 1.3 1997/03/07 03:27:49 jmg Exp $
MAN1= cd.1 intro.1 wait.1
+MLINKS= intro.1 introduction.1
.include <bsd.prog.mk>