summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_mutex_init.3
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-07-02 21:12:58 +0000
committeraaron <aaron@openbsd.org>1999-07-02 21:12:58 +0000
commit02ecd0d2bdb8d6f4a7272eb0cb6ad712bc0c67e5 (patch)
tree661cc1633e6999f77ae350c413c971f7c2ae2a59 /lib/libpthread/man/pthread_mutex_init.3
parentremove redundant .Pp macros (diff)
downloadwireguard-openbsd-02ecd0d2bdb8d6f4a7272eb0cb6ad712bc0c67e5.tar.xz
wireguard-openbsd-02ecd0d2bdb8d6f4a7272eb0cb6ad712bc0c67e5.zip
remove redundant .Pp macros
Diffstat (limited to 'lib/libpthread/man/pthread_mutex_init.3')
-rw-r--r--lib/libpthread/man/pthread_mutex_init.31
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3
index 6fe4cd858e4..981ddd31efa 100644
--- a/lib/libpthread/man/pthread_mutex_init.3
+++ b/lib/libpthread/man/pthread_mutex_init.3
@@ -64,7 +64,6 @@ The process cannot allocate enough memory to create another mutex.
.It Bq Er EAGAIN
The temporarily lacks the resources to create another mutex.
.El
-.Pp
.Sh SEE ALSO
.Xr pthread_mutex_destroy 3 ,
.Xr pthread_mutex_lock 3 ,