diff options
author | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-10-02 17:29:45 +0000 |
---|---|---|
committer | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-10-02 17:29:45 +0000 |
commit | 9bc5032221e41ca635706dc95034651a6757b862 (patch) | |
tree | 125319f31fb35f29c94e5a558201f697a6e58113 /share/man/man9 | |
parent | 12ac2c64a16c2586fefdc72fd51a11650d68579c (diff) |
add missing MLINKS section for iic(9); 'please commit this!' jmc@
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index d04af421c68..65e2cc13ff8 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.130 2007/09/14 16:16:08 mk Exp $ +# $OpenBSD: Makefile,v 1.131 2007/10/02 17:29:44 cnst Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -169,6 +169,9 @@ MLINKS+=ieee80211_proto.9 ieee80211_proto_attach.9 \ ieee80211_proto.9 ieee80211_print_essid.9 \ ieee80211_proto.9 ieee80211_dump_pkt.9 \ ieee80211_proto.9 ieee80211_fix_rate.9 +MLINKS+=iic.9 iic_acquire_bus.9 iic.9 iic_release_bus.9 iic.9 iic_exec.9 \ + iic.9 iic_smbus_write_byte.9 iic.9 iic_smbus_read_byte.9 \ + iic.9 iic_smbus_receive_byte.9 MLINKS+=kern.9 imax.9 kern.9 imin.9 kern.9 lmax.9 kern.9 lmin.9 \ kern.9 max.9 kern.9 min.9 kern.9 ulmax.9 kern.9 ulmin.9 kern.9 abs.9 \ kern.9 assert.9 kern.9 KASSERT.9 kern.9 KDASSERT.9 \ |