diff options
author | charnier <charnier@FreeBSD.org> | 1997-06-18 06:26:13 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-06-18 06:26:13 +0000 |
commit | 59c6ef884a174454627ad4e474ed046c199c9d9a (patch) | |
tree | f0f6ff12c13062eb47709ae9ef6608af2e7afa9f /lib/libc | |
parent | 3c30be4b409d77562e7cc8c79edb4bf99916cdcb (diff) | |
download | FreeBSD-src-59c6ef884a174454627ad4e474ed046c199c9d9a.zip FreeBSD-src-59c6ef884a174454627ad4e474ed046c199c9d9a.tar.gz |
Typo.
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 |