diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-18 23:57:33 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-18 23:57:33 +0000 |
| commit | ea6bd16b0467c759766f219cac000403ffc32361 (patch) | |
| tree | 19a3d3367abbba3cd763465617042a41ca8bfc42 /lib/libc/sys/semctl.2 | |
| parent | 10e1c2d28a8fa207be3aa31b7a5b0bbb7034a20b (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/semctl.2')
| -rw-r--r-- | lib/libc/sys/semctl.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/semctl.2 b/lib/libc/sys/semctl.2 index 3ebbeeeb4b78..5855a7dde0e0 100644 --- a/lib/libc/sys/semctl.2 +++ b/lib/libc/sys/semctl.2 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: semctl.2,v 1.6 1997/02/22 15:04:18 peter Exp $ .\" .Dd September 12, 1995 .Dt SEMCTL 2 @@ -36,7 +36,7 @@ .Fd #include <sys/ipc.h> .Fd #include <sys/sem.h> .Ft int -.Fn "semctl" "int semid" "int semnum" "int cmd" "union semun arg" +.Fn semctl "int semid" "int semnum" "int cmd" "union semun arg" .Sh DESCRIPTION .Fn Semctl performs the operation indicated by |
