sem_open.3 (b0a1b4f80919d734dda03410df0cabf7297dfb68) sem_open.3 (d8a7868820265181ac2d938dcbcc10c3f199d583)
1.\" Copyright (C) 2000 Jason Evans <jasone@canonware.com>.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

--- 20 unchanged lines hidden (view full) ---

29.Dd February 15, 2000
30.Dt SEM_OPEN 3
31.Os
32.Sh NAME
33.Nm sem_open ,
34.Nm sem_close ,
35.Nm sem_unlink
36.Nd named semaphore operations
1.\" Copyright (C) 2000 Jason Evans <jasone@canonware.com>.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

--- 20 unchanged lines hidden (view full) ---

29.Dd February 15, 2000
30.Dt SEM_OPEN 3
31.Os
32.Sh NAME
33.Nm sem_open ,
34.Nm sem_close ,
35.Nm sem_unlink
36.Nd named semaphore operations
37.Sh LIBRARY
38.Lb libc_r
37.Sh SYNOPSIS
38.Fd #include <semaphore.h>
39.Ft sem_t *
40.Fn sem_open "const char *name" "int oflag" "..."
41.Ft int
42.Fn sem_close "sem_t *sem"
43.Ft int
44.Fn sem_unlink "const char *name"

--- 36 unchanged lines hidden ---
39.Sh SYNOPSIS
40.Fd #include <semaphore.h>
41.Ft sem_t *
42.Fn sem_open "const char *name" "int oflag" "..."
43.Ft int
44.Fn sem_close "sem_t *sem"
45.Ft int
46.Fn sem_unlink "const char *name"

--- 36 unchanged lines hidden ---