diff options
| author | Yuri Pankov <yuri.pankov@nexenta.com> | 2013-08-29 02:33:28 +0400 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2013-08-30 11:59:42 -0400 |
| commit | a9478106a12424322498e53cf7cd75bd8a4d6004 (patch) | |
| tree | 3c354e0c751a24f59a2ad6fa5965e59f257c4931 /usr/src/pkg/manifests/system-library.man3dlpi.inc | |
| parent | 5253393b09789ec67bec153b866d7285a1cf1645 (diff) | |
| download | illumos-joyent-a9478106a12424322498e53cf7cd75bd8a4d6004.tar.gz | |
3600 edit(1) is a bad .so reference
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/pkg/manifests/system-library.man3dlpi.inc')
| -rw-r--r-- | usr/src/pkg/manifests/system-library.man3dlpi.inc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/src/pkg/manifests/system-library.man3dlpi.inc b/usr/src/pkg/manifests/system-library.man3dlpi.inc index 1e004148eb..374d9ef3ee 100644 --- a/usr/src/pkg/manifests/system-library.man3dlpi.inc +++ b/usr/src/pkg/manifests/system-library.man3dlpi.inc @@ -9,12 +9,14 @@ # at http://www.illumos.org/license/CDDL. # +# # Copyright 2011, Richard Lowe +# Copyright 2012 Nexenta Systems, Inc. All rights reserved. +# file path=usr/share/man/man3dlpi/dlpi_arptype.3dlpi file path=usr/share/man/man3dlpi/dlpi_bind.3dlpi file path=usr/share/man/man3dlpi/dlpi_close.3dlpi -file path=usr/share/man/man3dlpi/dlpi_disabmulti.3dlpi file path=usr/share/man/man3dlpi/dlpi_disabnotify.3dlpi file path=usr/share/man/man3dlpi/dlpi_enabmulti.3dlpi file path=usr/share/man/man3dlpi/dlpi_enabnotify.3dlpi @@ -25,7 +27,6 @@ file path=usr/share/man/man3dlpi/dlpi_info.3dlpi file path=usr/share/man/man3dlpi/dlpi_linkname.3dlpi file path=usr/share/man/man3dlpi/dlpi_mactype.3dlpi file path=usr/share/man/man3dlpi/dlpi_open.3dlpi -file path=usr/share/man/man3dlpi/dlpi_promiscoff.3dlpi file path=usr/share/man/man3dlpi/dlpi_promiscon.3dlpi file path=usr/share/man/man3dlpi/dlpi_recv.3dlpi file path=usr/share/man/man3dlpi/dlpi_send.3dlpi @@ -34,3 +35,7 @@ file path=usr/share/man/man3dlpi/dlpi_set_timeout.3dlpi file path=usr/share/man/man3dlpi/dlpi_strerror.3dlpi file path=usr/share/man/man3dlpi/dlpi_unbind.3dlpi file path=usr/share/man/man3dlpi/dlpi_walk.3dlpi +link path=usr/share/man/man3dlpi/dlpi_disabmulti.3dlpi \ + target=dlpi_enabmulti.3dlpi +link path=usr/share/man/man3dlpi/dlpi_promiscoff.3dlpi \ + target=dlpi_promiscon.3dlpi |
