2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 15:45:25 +00:00

fixed missing NAME section and broken Nm macro calls

This commit is contained in:
Jim Reid
2000-06-28 02:38:47 +00:00
parent 3d17651dd6
commit 438717d8cf

View File

@@ -14,14 +14,26 @@
.\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.\" $Id: isc_time.3,v 1.1 2000/06/27 21:51:45 jim Exp $ .\" $Id: isc_time.3,v 1.2 2000/06/28 02:38:47 jim Exp $
.\" .\"
.Dd Jun 30, 2000 .Dd Jun 30, 2000
.Dt ISC_TIME 3 .Dt ISC_TIME 3
.Os BIND9 9 .Os BIND9 9
.ds vT BIND9 Programmer's Manual .ds vT BIND9 Programmer's Manual
.Sh NAME .Sh NAME
.Nm time .Nm isc_interval_iszero ,
.Nm isc_time_set ,
.Nm isc_time_settoepoch ,
.Nm isc_time_isepoch ,
.Nm isc_time_now ,
.Nm isc_time_nowplusinterval ,
.Nm isc_time_compare ,
.Nm isc_time_add ,
.Nm isc_time_subtract ,
.Nm isc_time_microdiff ,
.Nm isc_time_seconds ,
.Nm isc_time_secondsastimet ,
.Nm isc_time_nanoseconds
.Nd time-related operations .Nd time-related operations
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <config.h> .Fd #include <config.h>