diff options
author | joel <joel@FreeBSD.org> | 2013-04-16 20:31:15 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2013-04-16 20:31:15 +0000 |
commit | 1061eb0aaeeccdbe9be462d17eb5dd09b43c4d4e (patch) | |
tree | e556b1545d75325313a8a0cedda58e53f6487a3e | |
parent | 0ed1bc2e92ec2a84dd3da0bc98f296edaebc318e (diff) | |
download | FreeBSD-src-1061eb0aaeeccdbe9be462d17eb5dd09b43c4d4e.zip FreeBSD-src-1061eb0aaeeccdbe9be462d17eb5dd09b43c4d4e.tar.gz |
mdoc: remove superfluous paragraph macro.
-rw-r--r-- | lib/libc/gen/sem_wait.3 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/gen/sem_wait.3 b/lib/libc/gen/sem_wait.3 index b8303d4..993ac4a 100644 --- a/lib/libc/gen/sem_wait.3 +++ b/lib/libc/gen/sem_wait.3 @@ -78,7 +78,6 @@ Additionally, .Fn sem_wait will fail if: .Bl -tag -width Er -.Pp .It Bq Er EINTR A signal interrupted this function. .El |