diff options
| author | schwarze <> | 2014-04-07 17:57:56 +0000 |
|---|---|---|
| committer | schwarze <> | 2014-04-07 17:57:56 +0000 |
| commit | fa13c5324eed9868f142f97ff49f21d410dbcf23 (patch) | |
| tree | 993b58d04d16a98a7f81765ca5e56600c5d43c0b /src/lib/libc/net/Makefile.inc | |
| parent | 31bb27668e0896d39f1d032d6363708dda0d3566 (diff) | |
| download | openbsd-fa13c5324eed9868f142f97ff49f21d410dbcf23.tar.gz openbsd-fa13c5324eed9868f142f97ff49f21d410dbcf23.tar.bz2 openbsd-fa13c5324eed9868f142f97ff49f21d410dbcf23.zip | |
Add some missing names to the NAME sections.
For inet(3), go the other way, remove some bogus symlinks.
Found while testing the new makewhatis(8).
ok jmc@
Diffstat (limited to 'src/lib/libc/net/Makefile.inc')
| -rw-r--r-- | src/lib/libc/net/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index 580df4444a..f4153bbfb4 100644 --- a/src/lib/libc/net/Makefile.inc +++ b/src/lib/libc/net/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.50 2013/12/17 16:34:05 deraadt Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.51 2014/04/07 17:57:56 schwarze Exp $ |
| 2 | 2 | ||
| 3 | # net sources | 3 | # net sources |
| 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/net ${LIBCSRCDIR}/net | 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/net ${LIBCSRCDIR}/net |
| @@ -61,10 +61,10 @@ MLINKS+=getservent.3 endservent.3 getservent.3 getservbyname.3 \ | |||
| 61 | getservent.3 endservent_r.3 | 61 | getservent.3 endservent_r.3 |
| 62 | MLINKS+= if_indextoname.3 if_nametoindex.3 if_indextoname.3 if_nameindex.3 \ | 62 | MLINKS+= if_indextoname.3 if_nametoindex.3 if_indextoname.3 if_nameindex.3 \ |
| 63 | if_indextoname.3 if_freenameindex.3 | 63 | if_indextoname.3 if_freenameindex.3 |
| 64 | MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \ | 64 | MLINKS+=inet.3 inet_addr.3 inet.3 inet_aton.3 \ |
| 65 | inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ | 65 | inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ |
| 66 | inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \ | 66 | inet.3 inet_network.3 inet.3 inet_ntoa.3 \ |
| 67 | inet.3 ntoa.3 inet.3 inet_ntop.3 inet.3 inet_pton.3 | 67 | inet.3 inet_ntop.3 inet.3 inet_pton.3 |
| 68 | MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3 | 68 | MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3 |
| 69 | MLINKS+=link_addr.3 link_ntoa.3 | 69 | MLINKS+=link_addr.3 link_ntoa.3 |
| 70 | MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3 \ | 70 | MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3 \ |
