From 1d8b56e9a0b5779ee0cd217683d886afd4d2ed52 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Thu, 29 May 2014 13:35:13 +0000 Subject: [PATCH] mdoc: add missing paragraph macro. --- lib/libc/gen/sem_wait.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/gen/sem_wait.3 b/lib/libc/gen/sem_wait.3 index 993ac4a15a2..9de8ba8a0e7 100644 --- a/lib/libc/gen/sem_wait.3 +++ b/lib/libc/gen/sem_wait.3 @@ -81,6 +81,7 @@ will fail if: .It Bq Er EINTR A signal interrupted this function. .El +.Pp Additionally, .Fn sem_trywait will fail if: