summaryrefslogtreecommitdiff
path: root/lib/libc/sys/semget.2
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-10-18 05:12:14 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-10-18 05:12:14 +0000
commitf29d8bd9c9c901b81d8fadc341786c43528e63c1 (patch)
treea5fc4e4696d058bee8f5a8c5498044c06a963bda /lib/libc/sys/semget.2
parent906e3d9014b754421b64647e705b3cca2e9a7c01 (diff)
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
Diffstat (limited to 'lib/libc/sys/semget.2')
-rw-r--r--lib/libc/sys/semget.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/semget.2 b/lib/libc/sys/semget.2
index 3a5e58a517d..0e4d0a9cd93 100644
--- a/lib/libc/sys/semget.2
+++ b/lib/libc/sys/semget.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: semget.2,v 1.10 1999/06/29 14:10:17 aaron Exp $
+.\" $OpenBSD: semget.2,v 1.11 2000/10/18 05:12:11 aaron Exp $
.\" $NetBSD: semget.2,v 1.2 1997/03/27 08:20:41 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -112,8 +112,8 @@ is set to 0
.El
.Sh RETURN VALUES
.Fn semget
-returns a non-negative semaphore identifier if successful. Otherwise, \-1
-is returned and
+returns a non-negative semaphore identifier if successful.
+Otherwise, \-1 is returned and
.Va errno
is set to reflect the error.
.Sh ERRORS