OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / sem_unlink.3
index 30b9035..e7c35d5 100644 (file)
@@ -1,8 +1,7 @@
 '\" t
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -22,8 +21,9 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
-.TH SEM_UNLINK 3 2006-03-25 "Linux" "Linux Programmer's Manual"
+.TH SEM_UNLINK 3 2012-05-13 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sem_unlink \- remove a named semaphore
 .SH SYNOPSIS
@@ -33,7 +33,7 @@ sem_unlink \- remove a named semaphore
 .BI "int sem_unlink(const char *" name );
 .fi
 .sp
-Link with \fI\-lrt\fP or \fI\-pthread\fP.
+Link with \fI\-pthread\fP.
 .SH DESCRIPTION
 .BR sem_unlink ()
 removes the named semaphore referred to by
@@ -61,7 +61,7 @@ There is no semaphore with the given
 .IR name .
 .SH CONFORMING TO
 POSIX.1-2001.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR sem_getvalue (3),
 .BR sem_open (3),
 .BR sem_post (3),