diff options
author | 2007-10-02 17:29:44 +0000 | |
---|---|---|
committer | 2007-10-02 17:29:44 +0000 | |
commit | 0e578503f6feab3f3c69ce9c6f0e229165d09da9 (patch) | |
tree | f6dda05a73bbbda5ab8e87c10522ec804730fd7a | |
parent | mention the 88E804x Fast Ethernet chipsets. (diff) | |
download | wireguard-openbsd-0e578503f6feab3f3c69ce9c6f0e229165d09da9.tar.xz wireguard-openbsd-0e578503f6feab3f3c69ce9c6f0e229165d09da9.zip |
add missing MLINKS section for iic(9); 'please commit this!' jmc@
-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 \ |