diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-12-24 08:46:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-12-24 08:46:49 +0000 |
commit | 4262f4dc0baae89ce7ee4645c60b1063ceb0807c (patch) | |
tree | 83e8076f21d6f2b9329358d9e83af47288b0dcae /lib | |
parent | a6e43824140cebc291b59e52fdd6b4371657e2a9 (diff) |
formatting errors, found using freebsd's "igor";
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libarch/alpha/inb.2 | 7 | ||||
-rw-r--r-- | lib/libc/sys/send.2 | 6 | ||||
-rw-r--r-- | lib/libm/man/cpow.3 | 6 | ||||
-rw-r--r-- | lib/librthread/__tfork_thread.3 | 10 | ||||
-rw-r--r-- | lib/libsndio/sio_open.3 | 6 |
5 files changed, 18 insertions, 17 deletions
diff --git a/lib/libarch/alpha/inb.2 b/lib/libarch/alpha/inb.2 index d060338bd86..5d9fb6cb9a5 100644 --- a/lib/libarch/alpha/inb.2 +++ b/lib/libarch/alpha/inb.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inb.2,v 1.7 2007/05/31 19:19:27 jmc Exp $ +.\" $OpenBSD: inb.2,v 1.8 2011/12/24 08:46:48 jmc Exp $ .\" .\" Copyright (c) 2002 Matthieu Herrb .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: December 24 2011 $ .Dt LIBALPHA 2 alpha .Os .Sh NAME @@ -131,7 +131,8 @@ Code using these functions must be compiled using These functions originally appeared in .Fx . .Sh CAVEATS -Only BWX bus access method is supported for now. Machines requiring +Only BWX bus access method is supported for now. +Machines requiring swiz type access are not supported. .Pp Root credentials are needed to use these functions. diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index 8f6cf8c8b98..35361ef5368 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: send.2,v 1.24 2011/12/03 12:41:33 fgsch Exp $ +.\" $OpenBSD: send.2,v 1.25 2011/12/24 08:46:48 jmc Exp $ .\" $NetBSD: send.2,v 1.6 1996/01/15 01:17:18 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)send.2 8.2 (Berkeley) 2/21/94 .\" -.Dd $Mdocdate: December 3 2011 $ +.Dd $Mdocdate: December 24 2011 $ .Dt SEND 2 .Os .Sh NAME @@ -102,7 +102,7 @@ process out-of-band data bypass routing, use direct interface .It Dv MSG_NOSIGNAL don't send -.Dv SIGPIPE +.Dv SIGPIPE .El .Pp The flag diff --git a/lib/libm/man/cpow.3 b/lib/libm/man/cpow.3 index 5ff99e81b8a..3eb0b7cced4 100644 --- a/lib/libm/man/cpow.3 +++ b/lib/libm/man/cpow.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpow.3,v 1.1 2011/07/20 17:50:43 martynas Exp $ +.\" $OpenBSD: cpow.3,v 1.2 2011/12/24 08:46:48 jmc Exp $ .\" .\" Copyright (c) 2011 Martynas Venckus <martynas@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 20 2011 $ +.Dd $Mdocdate: December 24 2011 $ .Dt CPOW 3 .Os .Sh NAME @@ -47,7 +47,7 @@ The .Fn cpowf and .Fn cpowl -functions return the complex complex number +functions return the complex number .Fa x raised to the complex power .Fa z . diff --git a/lib/librthread/__tfork_thread.3 b/lib/librthread/__tfork_thread.3 index 1f8ee967431..d30eba1f26e 100644 --- a/lib/librthread/__tfork_thread.3 +++ b/lib/librthread/__tfork_thread.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: __tfork_thread.3,v 1.1 2011/10/17 06:39:20 guenther Exp $ +.\" $OpenBSD: __tfork_thread.3,v 1.2 2011/12/24 08:46:48 jmc Exp $ .\" .\" Copyright (c) 2011 Philip Guenther <guenther@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 17 2011 $ +.Dd $Mdocdate: December 24 2011 $ .Dt __TFORK_THREAD 3 .Os .Sh NAME @@ -53,11 +53,11 @@ returns, the thread will exit. The .Fa params argument provides parameters used by the kernel during thread creation. -The new thread's thread control block (TCB) address is set to +The new thread's thread control block (TCB) address is set to .Em tf_tcb . -If +If .Em tf_tid -is not NULL, the new thread's PID is returned to the user at that +is not NULL, the new thread's PID is returned to the user at that address, with the guarantee that this is done before returning to userspace in either the current thread or the new thread. Currently, diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3 index 001ed1f3402..a710bea2a7d 100644 --- a/lib/libsndio/sio_open.3 +++ b/lib/libsndio/sio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sio_open.3,v 1.30 2011/12/09 14:38:09 ratchov Exp $ +.\" $OpenBSD: sio_open.3,v 1.31 2011/12/24 08:46:48 jmc Exp $ .\" .\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 9 2011 $ +.Dd $Mdocdate: December 24 2011 $ .Dt SIO_OPEN 3 .Os .Sh NAME @@ -191,7 +191,7 @@ it's meaningful only if .It Va msb If set, then the .Va bits -bits are aligned in the packet to the most significant bit +are aligned in the packet to the most significant bit (i.e. lower bits are padded), else to the least significant bit (i.e. higher bits are padded); |