diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-06-18 06:26:13 +0000 | 
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-06-18 06:26:13 +0000 | 
| commit | 577b61c6453d2f51646381e76776f313ad8a08d6 (patch) | |
| tree | c7d8a3e54c34e199d353b8810b80e9d61220b8f1 /lib/libc/net | |
| parent | 2233edf57770a7e513c30bb1c026f50105c0f81d (diff) | |
Notes
Diffstat (limited to 'lib/libc/net')
| -rw-r--r-- | lib/libc/net/gethostbyname.3 | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3 index 32d9142950c5..e520e33db8a5 100644 --- a/lib/libc/net/gethostbyname.3 +++ b/lib/libc/net/gethostbyname.3 @@ -29,7 +29,8 @@  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.\"     @(#)gethostbyname.3	8.4 (Berkeley) 5/25/95 +.\"     From: @(#)gethostbyname.3	8.4 (Berkeley) 5/25/95 +.\"     $Id$  .\"  .Dd May 25, 1995  .Dt GETHOSTBYNAME 3 @@ -295,7 +296,7 @@ functions appeared in  .Bx 4.2 .  The  .Fn gethostbyname2 -functrion first appeared in bind-4.9.4. +function first appeared in bind-4.9.4.  .Sh BUGS  These functions use static data storage;  if the data is needed for future use, it should be  | 
