diff options
author | nik <nik@FreeBSD.org> | 1999-07-12 20:50:10 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-07-12 20:50:10 +0000 |
commit | f7a8bc4c04b17d06349e0d2590c2830dcf98666b (patch) | |
tree | 17d246a91783afd5e03f30eb96c079049bb6b0a2 /share/man/man3/pthread_join.3 | |
parent | 9487ea6721a6dad37ea26f52ce635ee445339772 (diff) | |
download | FreeBSD-src-f7a8bc4c04b17d06349e0d2590c2830dcf98666b.zip FreeBSD-src-f7a8bc4c04b17d06349e0d2590c2830dcf98666b.tar.gz |
Add $Id$, to make it simpler for members of the translation teams to
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
Diffstat (limited to 'share/man/man3/pthread_join.3')
-rw-r--r-- | share/man/man3/pthread_join.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man3/pthread_join.3 b/share/man/man3/pthread_join.3 index d7a28a1..d677aa1 100644 --- a/share/man/man3/pthread_join.3 +++ b/share/man/man3/pthread_join.3 @@ -28,6 +28,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id$ +.\" .Dd April 4, 1996 .Dt PTHREAD_JOIN 3 .Os BSD 4 |