Actually, we don't have libhesiod -- the functions are in libc.
Noted by Gregory McGarry.
This commit is contained in:
parent
2cf8bd020e
commit
cb19ecf339
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: hesiod.3,v 1.2 2001/09/16 15:53:03 wiz Exp $
|
||||
.\" $NetBSD: hesiod.3,v 1.3 2001/10/04 11:27:19 wiz Exp $
|
||||
.\"
|
||||
.\" from: #Id: hesiod.3,v 1.9.2.1 1997/01/03 21:02:23 ghudson Exp #
|
||||
.\"
|
||||
|
@ -27,7 +27,7 @@
|
|||
.Nm hesiod_end
|
||||
.Nd Hesiod name server interface library
|
||||
.Sh LIBRARY
|
||||
.Lb libhesiod
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <hesiod.h>
|
||||
.Ft int
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: doc-syms,v 1.63 2001/10/03 20:58:33 gmcgarry Exp $
|
||||
.\" $NetBSD: doc-syms,v 1.64 2001/10/04 11:27:19 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -444,7 +444,6 @@
|
|||
.if "\\$1"libcurses" \&Curses Library (libcurses, -lcurses)
|
||||
.if "\\$1"libedit" \&Command Line Editor Library (libedit, -ledit)
|
||||
.if "\\$1"libform" \&Curses Form Library (libform, -lform)
|
||||
.if "\\$1"libhesiod" \&Hesiod Library (libhesiod, -lhesiod)
|
||||
.if "\\$1"libintl" \&Internationalized Message Handling Library (libintl, -lintl)
|
||||
.if "\\$1"libipsec" \&IPsec Policy Control Library (libipsec, -lipsec)
|
||||
.if "\\$1"libkvm" \&Kernel Data Access Library (libkvm, -lkvm)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: doc2html,v 1.28 2001/09/16 15:51:03 wiz Exp $
|
||||
.\" $NetBSD: doc2html,v 1.29 2001/10/04 11:27:19 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -572,7 +572,6 @@ Unknown .Bl list type \\$1 (#\\n(.c)
|
|||
.if "\\$1"libcurses" \&Curses Library (libcurses, -lcurses)
|
||||
.if "\\$1"libedit" \&Command Line Editor Library (libedit, -ledit)
|
||||
.if "\\$1"libform" \&Curses Form Library (libform, -lform)
|
||||
.if "\\$1"libhesiod" \&Hesiod Library (libhesiod, -lhesiod)
|
||||
.if "\\$1"libintl" \&Internationalized Message Handling Library (libintl, -lintl)
|
||||
.if "\\$1"libipsec" \&IPsec Policy Control Library (libipsec, -lipsec)
|
||||
.if "\\$1"libkvm" \&Kernel Data Access Library (libkvm, -lkvm)
|
||||
|
|
Loading…
Reference in New Issue