diff options
Diffstat (limited to 'lib/libc')
-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 32d9142..e520e33 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 |