diff options
author | 2013-06-24 15:49:49 +0000 | |
---|---|---|
committer | 2013-06-24 15:49:49 +0000 | |
commit | f74fc4377598c2fe24c730729149a3f6e00ba031 (patch) | |
tree | 874a1ce7cfe5e1847f6322f575ce03765760354b /lib/libpthread | |
parent | do not use literal displays when the display contains mark up; (diff) | |
download | wireguard-openbsd-f74fc4377598c2fe24c730729149a3f6e00ba031.tar.xz wireguard-openbsd-f74fc4377598c2fe24c730729149a3f6e00ba031.zip |
space needed before punctuation;
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/man/pthreads.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthreads.3 b/lib/libpthread/man/pthreads.3 index 3843b8a1f3a..ef2da7d8c33 100644 --- a/lib/libpthread/man/pthreads.3 +++ b/lib/libpthread/man/pthreads.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: pthreads.3,v 1.39 2013/06/17 19:11:54 guenther Exp $ +.\" $OpenBSD: pthreads.3,v 1.40 2013/06/24 15:49:49 jmc Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. -.Dd $Mdocdate: June 17 2013 $ +.Dd $Mdocdate: June 24 2013 $ .Dt PTHREADS 3 .Os .Sh NAME @@ -421,7 +421,7 @@ with larger numbers generating more verbose output. .Xr pthread_detach 3 , .Xr pthread_equal 3 , .Xr pthread_exit 3 , -.Xr pthread_getcpuclockid 3, +.Xr pthread_getcpuclockid 3 , .Xr pthread_getspecific 3 , .Xr pthread_join 3 , .Xr pthread_key_create 3 , |