diff options
author | kib <kib@FreeBSD.org> | 2014-07-30 04:03:59 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2014-07-30 04:03:59 +0000 |
commit | a1ca36e7752776cc9df2fbdf5f306f489b473fa4 (patch) | |
tree | ad5cd7f126992b420d7173749f34f71479314d22 /ObsoleteFiles.inc | |
parent | 68a7483c94267a4a1941f00b453c8494554645a6 (diff) | |
download | FreeBSD-src-a1ca36e7752776cc9df2fbdf5f306f489b473fa4.zip FreeBSD-src-a1ca36e7752776cc9df2fbdf5f306f489b473fa4.tar.gz |
MFC r269160:
Remove man page for non-existent VOPs.
MFC r269240 (by pluknet):
Add VOP_GETVOBJECT.9 to obsolete files, un-xref.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index b21883b..dc991db 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -38,6 +38,10 @@ # xargs -n1 | sort | uniq -d; # done +# 20140728: Remove an obsolete man page +OLD_FILES+=usr/share/man/man9/VOP_GETVOBJECT.9.gz +OLD_FILES+=usr/share/man/man9/VOP_CREATEVOBJECT.9.gz +OLD_FILES+=usr/share/man/man9/VOP_DESTROYVOBJECT.9.gz # 20140614: send-pr removal OLD_FILES+=usr/share/man/man1/send-pr.1.gz OLD_FILES+=etc/gnats/freefall |