| OLD | NEW |
| 1 .\" | 1 .\" |
| 2 .\" Copyright (c) 2006 Niels Provos <provos@citi.umich.edu> | 2 .\" Copyright (c) 2006 Niels Provos <provos@citi.umich.edu> |
| 3 .\" All rights reserved. | 3 .\" All rights reserved. |
| 4 .\" | 4 .\" |
| 5 .\" Redistribution and use in source and binary forms, with or without | 5 .\" Redistribution and use in source and binary forms, with or without |
| 6 .\" modification, are permitted provided that the following conditions | 6 .\" modification, are permitted provided that the following conditions |
| 7 .\" are met: | 7 .\" are met: |
| 8 .\" | 8 .\" |
| 9 .\" 1. Redistributions of source code must retain the above copyright | 9 .\" 1. Redistributions of source code must retain the above copyright |
| 10 .\" notice, this list of conditions and the following disclaimer. | 10 .\" notice, this list of conditions and the following disclaimer. |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 The | 313 The |
| 314 .Nm evdns | 314 .Nm evdns |
| 315 API and code was written by Adam Langley with significant | 315 API and code was written by Adam Langley with significant |
| 316 contributions by Nick Mathewson. | 316 contributions by Nick Mathewson. |
| 317 .Sh BUGS | 317 .Sh BUGS |
| 318 This documentation is neither complete nor authoritative. | 318 This documentation is neither complete nor authoritative. |
| 319 If you are in doubt about the usage of this API then | 319 If you are in doubt about the usage of this API then |
| 320 check the source code to find out how it works, write | 320 check the source code to find out how it works, write |
| 321 up the missing piece of documentation and send it to | 321 up the missing piece of documentation and send it to |
| 322 me for inclusion in this man page. | 322 me for inclusion in this man page. |
| OLD | NEW |