diff options
Diffstat (limited to 'usr/src/man/man3c/Makefile')
| -rw-r--r-- | usr/src/man/man3c/Makefile | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/usr/src/man/man3c/Makefile b/usr/src/man/man3c/Makefile index 47443e6fd8..dcdaad1271 100644 --- a/usr/src/man/man3c/Makefile +++ b/usr/src/man/man3c/Makefile @@ -11,7 +11,7 @@ # # Copyright 2011, Richard Lowe -# Copyright 2017 Nexenta Systems, Inc. +# Copyright 2018 Nexenta Systems, Inc. # Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2014 Garrett D'Amore <garrett@damore.org> # Copyright 2016 Joyent, Inc. @@ -210,6 +210,7 @@ MANFILES= __fbufsize.3c \ imaxabs.3c \ imaxdiv.3c \ index.3c \ + inet.3c \ initgroups.3c \ insque.3c \ is_system_labeled.3c \ @@ -884,6 +885,16 @@ MANLINKS= FD_CLR.3c \ htole16.3c \ htole32.3c \ htole64.3c \ + inet6.3c \ + inet_addr.3c \ + inet_aton.3c \ + inet_lnaof.3c \ + inet_makeaddr.3c \ + inet_netof.3c \ + inet_network.3c \ + inet_ntoa.3c \ + inet_ntop.3c \ + inet_pton.3c \ initstate.3c \ innetgr.3c \ isalnum.3c \ @@ -1878,6 +1889,17 @@ hdestroy.3c := LINKSRC = hsearch.3c rindex.3c := LINKSRC = index.3c +inet6.3c := LINKSRC = inet.3c +inet_addr.3c := LINKSRC = inet.3c +inet_aton.3c := LINKSRC = inet.3c +inet_lnaof.3c := LINKSRC = inet.3c +inet_makeaddr.3c := LINKSRC = inet.3c +inet_netof.3c := LINKSRC = inet.3c +inet_network.3c := LINKSRC = inet.3c +inet_ntoa.3c := LINKSRC = inet.3c +inet_ntop.3c := LINKSRC = inet.3c +inet_pton.3c := LINKSRC = inet.3c + remque.3c := LINKSRC = insque.3c finite.3c := LINKSRC = isnand.3c |
