diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
commit | fe08efe680f6705e0c60beabe3e39629c655e743 (patch) | |
tree | f208c0020248a2800766b91d7bf24e0234629b8b /lib/libc_r/man/pthread_once.3 | |
parent | 6ce729e14d938bbc580c6eec5c6defc287ffd298 (diff) |
mdoc(7): Use the new feature of the .In macro.
Notes
Notes:
svn path=/head/; revision=119893
Diffstat (limited to 'lib/libc_r/man/pthread_once.3')
-rw-r--r-- | lib/libc_r/man/pthread_once.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/man/pthread_once.3 b/lib/libc_r/man/pthread_once.3 index aed9698b4404..902f497888c1 100644 --- a/lib/libc_r/man/pthread_once.3 +++ b/lib/libc_r/man/pthread_once.3 @@ -83,7 +83,7 @@ was never called. The constant .Fa PTHREAD_ONCE_INIT is defined by header -.Aq Pa pthread.h . +.In pthread.h . .Pp The behavior of .Fn pthread_once |