]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix generated documentation
authorMichal Nowak <mnowak@isc.org>
Wed, 26 Aug 2020 16:23:02 +0000 (16:23 +0000)
committerMark Andrews <marka@isc.org>
Wed, 26 Aug 2020 22:17:26 +0000 (22:17 +0000)
Regenerated documentation.

CONTRIBUTING
README

index 5e40aa6bedb639b852503d164ab6a758ec7863a8..877332bdc75de880353e7625ea48c6e69be5ac72 100644 (file)
@@ -98,8 +98,8 @@ and effectively and we respect and acknowledge responsible reporters.
 ISC's Security Vulnerability Disclosure Policy is documented at https://
 kb.isc.org/article/AA-00861/0.
 
-If you have a crash, you may want to consult ?What to do if your BIND or
-DHCP server has crashed.?
+If you have a crash, you may want to consult What to do if your BIND or
+DHCP server has crashed.
 
 Contributing code
 
@@ -137,12 +137,12 @@ we're busy with other work, it may take us a long time to get to it.
 
 To ensure your patch is acted on as promptly as possible, please:
 
-  * Try to adhere to the BIND 9 coding style.
-  * Run make check to ensure your change hasn't caused any functional
+   Try to adhere to the BIND 9 coding style.
+   Run make check to ensure your change hasn't caused any functional
     regressions.
-  * Document your work, both in the patch itself and in the accompanying
+   Document your work, both in the patch itself and in the accompanying
     email.
-  * In patches that make non-trivial functional changes, include system
+   In patches that make non-trivial functional changes, include system
     tests if possible; when introducing or substantially altering a
     library API, include unit tests. See Testing for more information.
 
@@ -161,12 +161,12 @@ Documentation
 All functional changes should be documented. There are three types of
 documentation in the BIND source tree:
 
-  * Man pages are kept alongside the source code for the commands they
+   Man pages are kept alongside the source code for the commands they
     document, in files ending in .docbook; for example, the named man page
     is bin/named/named.docbook.
-  * The BIND 9 Administrator Reference Manual is mostly in doc/arm/
+   The BIND 9 Administrator Reference Manual is mostly in doc/arm/
     Bv9ARM-book.xml, plus a few other XML files that are included in it.
-  * API documentation is in the header file describing the API, in
+   API documentation is in the header file describing the API, in
     Doxygen-formatted comments.
 
 It is not necessary to edit any documentation files other than these; all
diff --git a/README b/README
index 5639fa62697f579f5755eefd2ce0f04aadc3d962..a7e926f10b8d27e5f7db693c1ef51407c321c819 100644 (file)
--- a/README
+++ b/README
@@ -611,9 +611,7 @@ Acknowledgments
 
   • This product includes software developed by the OpenSSL Project for
     use in the OpenSSL Toolkit. http://www.OpenSSL.org/
-
   • This product includes cryptographic software written by Eric Young
     (eay@cryptsoft.com)
-
   • This product includes software written by Tim Hudson
     (tjh@cryptsoft.com)