--- src/lib/libc_r/man/pthread_once.3 2006/05/26 19:39:38 1.3 +++ src/lib/libc_r/man/pthread_once.3 2008/02/09 09:32:05 1.4 @@ -77,7 +77,8 @@ is not a cancellation point. However, if .Fn init_routine is a cancellation point and is cancelled, the effect on -.Fa once_control is as if +.Fa once_control +is as if .Fn pthread_once was never called. .Pp