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/semop.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/semop.2')
-rw-r--r-- | lib/libc/sys/semop.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2 index a81be6620fb..974bbf1d2a7 100644 --- a/lib/libc/sys/semop.2 +++ b/lib/libc/sys/semop.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: semop.2,v 1.15 2007/09/03 14:37:52 millert Exp $ +.\" $OpenBSD: semop.2,v 1.16 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: semop.2,v 1.1 1995/10/16 23:49:28 jtc 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: September 3 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SEMOP 2 .Os .Sh NAME @@ -137,7 +137,7 @@ The value of .Fa nsops is too big. The maximum is specified in MAX_SOPS in -.Aq Pa sys/sem.h . +.In sys/sem.h . .It Bq Er EFBIG .Va sem_num in one of the sem_buf structures is less than 0, or greater than the actual |