diff options
author | 2005-10-19 00:56:15 +0000 | |
---|---|---|
committer | 2005-10-19 00:56:15 +0000 | |
commit | bffb169a4acf1a154e999cb308e3f1c9d0823d0b (patch) | |
tree | 9929eb7df0d1b0fb68ae037422f8b77705b3a8b0 /lib/libc | |
parent | add co -p support; (diff) | |
download | wireguard-openbsd-bffb169a4acf1a154e999cb308e3f1c9d0823d0b.tar.xz wireguard-openbsd-bffb169a4acf1a154e999cb308e3f1c9d0823d0b.zip |
missing full stop
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/msgget.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/msgget.2 b/lib/libc/sys/msgget.2 index 914a3db2653..a79d5c5f2a0 100644 --- a/lib/libc/sys/msgget.2 +++ b/lib/libc/sys/msgget.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msgget.2,v 1.9 2004/03/23 17:35:04 jmc Exp $ +.\" $OpenBSD: msgget.2,v 1.10 2005/10/19 00:56:15 jaredy Exp $ .\" $NetBSD: msgget.2,v 1.1 1995/10/16 23:49:19 jtc Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -87,7 +87,7 @@ is set to the lower 9 bits of .Va msg_rtime , and .Va msg_stime -are set to 0 +are set to 0. .It .Va msg_qbytes is set to the system wide maximum value for the number of bytes in a queue |