diff options
author | ed <ed@FreeBSD.org> | 2010-08-22 16:42:46 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-08-22 16:42:46 +0000 |
commit | 46ef2238957d432f05edefd9ba4e01694a007942 (patch) | |
tree | b957bb60f6cea0fe67950361a931805fd8b19f96 | |
parent | 6471734221163a849155000055c63f15d80fae6d (diff) | |
download | FreeBSD-src-46ef2238957d432f05edefd9ba4e01694a007942.zip FreeBSD-src-46ef2238957d432f05edefd9ba4e01694a007942.tar.gz |
Add missing mlink for insmntque1().
MFC after: 1 week
-rw-r--r-- | share/man/man9/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index f8dec17..b438b90 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -700,6 +700,7 @@ MLINKS+=ieee80211_vap.9 ieee80211_vap_attach.9 \ MLINKS+=ifnet.9 ifaddr.9 \ ifnet.9 if_data.9 \ ifnet.9 ifqueue.9 +MLINKS+=insmntque.9 insmntque1.9 MLINKS+=ithread.9 ithread_add_handler.9 \ ithread.9 ithread_create.9 \ ithread.9 ithread_destroy.9 \ |