Disconnect getino.3 and remove MLINK I added.

Discussed with:	jmallett
This commit is contained in:
Tom Rhodes 2005-08-31 07:44:45 +00:00
parent 6918ad7096
commit 90f8e1e33a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149658

View File

@ -4,9 +4,8 @@ LIB= ufs
SHLIBDIR?= /lib
SRCS= block.c cgroup.c inode.c sblock.c type.c
INCS= libufs.h
MAN= bread.3 cgread.3 getino.3 libufs.3 sbread.3 ufs_disk_close.3
MAN= bread.3 cgread.3 libufs.3 sbread.3 ufs_disk_close.3
MLINKS+= bread.3 bwrite.3
MLINKS+= getino.3 putino.3
MLINKS+= cgread.3 cgread1.3
MLINKS+= sbread.3 sbwrite.3
MLINKS+= ufs_disk_close.3 ufs_disk_fillout.3