Fix long line.

This commit is contained in:
Christopher Kohlhoff 2011-02-25 23:28:59 +11:00
parent f819e312cf
commit 327671da32

View File

@ -522,8 +522,9 @@ public:
* *
* @param event A fork-related event. * @param event A fork-related event.
* *
* @throws asio::system_error Thrown on failure. If the notification fails * @throws asio::system_error Thrown on failure. If the notification
* the io_service object should no longer be used and should be destroyed. * fails the io_service object should no longer be used and should be
* destroyed.
* *
* @par Example * @par Example
* The following code illustrates how to incorporate the notify_fork() * The following code illustrates how to incorporate the notify_fork()