diff options
author | 2014-01-21 03:15:44 +0000 | |
---|---|---|
committer | 2014-01-21 03:15:44 +0000 | |
commit | 369bef3a142061d28bd38b74f30fd054965b81c6 (patch) | |
tree | 8fe7ba65015980e03507c9128cf9b21f5074ceff /lib/libc/sys/semctl.2 | |
parent | Update the names of the DIOCXBEGIN ruleset types. (diff) | |
download | wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.tar.xz wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.zip |
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'lib/libc/sys/semctl.2')
-rw-r--r-- | lib/libc/sys/semctl.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/semctl.2 b/lib/libc/sys/semctl.2 index d94fb75d9e3..2ba88333fd2 100644 --- a/lib/libc/sys/semctl.2 +++ b/lib/libc/sys/semctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: semctl.2,v 1.14 2011/02/02 09:37:09 fgsch Exp $ +.\" $OpenBSD: semctl.2,v 1.15 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: semctl.2,v 1.2 1997/03/27 08:20:40 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -30,7 +30,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. .\"/ -.Dd $Mdocdate: February 2 2011 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SEMCTL 2 .Os .Sh NAME @@ -70,7 +70,7 @@ structure used in the and .Dv IPC_STAT commands is defined as follows in -.Aq Pa sys/sem.h : +.In sys/sem.h : .Bd -literal struct semid_ds { struct ipc_perm sem_perm; /* operation permissions */ @@ -90,7 +90,7 @@ structure used inside the semid_ds .Ef structure is defined in -.Aq Pa sys/ipc.h +.In sys/ipc.h and looks like this: .Bd -literal struct ipc_perm { |