2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 23:55:27 +00:00

style lint

This commit is contained in:
David Lawrence
2000-06-20 04:12:15 +00:00
parent 6a88ed7c3f
commit 5336b803ae

View File

@@ -75,13 +75,13 @@ dns_master_loadbuffer(isc_buffer_t *buffer,
* 'callbacks->warn' to generate any error messages required. * 'callbacks->warn' to generate any error messages required.
* *
* Requires: * Requires:
* 'master_file' to point to a valid string. * 'master_file' points to a valid string.
* 'top' to point to a valid name. * 'top' points to a valid name.
* 'origin' to point to a valid name. * 'origin' points to a valid name.
* 'callbacks->commit' to point ta a valid function. * 'callbacks->commit' points to a valid function.
* 'callbacks->error' to point ta a valid function. * 'callbacks->error' points to a valid function.
* 'callbacks->warn' to point ta a valid function. * 'callbacks->warn' points to a valid function.
* 'mctx' to point to a memory context. * 'mctx' points to a valid memory context.
* *
* Returns: * Returns:
* ISC_R_SUCCESS upon successfully loading the master file. * ISC_R_SUCCESS upon successfully loading the master file.