diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 02:15:31 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 02:15:31 +0000 |
commit | eebf512f9ccf68c32dd3357d8b220432728968c3 (patch) | |
tree | 6858a0c3ff6902f83bd5f4867667f4083aaae0d5 /lib/libc_r/man | |
parent | 1b52790c858f028bdd5d92656f0aecc3b609deef (diff) |
Mostly punctuation fixes.
Diffstat (limited to 'lib/libc_r/man')
-rw-r--r-- | lib/libc_r/man/pread.3 | 4 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_attr_setstackaddr.3 | 4 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_set_name_np.3 | 4 | ||||
-rw-r--r-- | lib/libc_r/man/pwrite.3 | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc_r/man/pread.3 b/lib/libc_r/man/pread.3 index c4f151650ab..4ac9889136e 100644 --- a/lib/libc_r/man/pread.3 +++ b/lib/libc_r/man/pread.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pread.3,v 1.7 1999/07/09 13:35:25 aaron Exp $ +.\" $OpenBSD: pread.3,v 1.8 2000/04/15 02:15:26 aaron Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd September 7, 1998 .Dt PREAD 3 @@ -18,7 +18,7 @@ function reads bytes from offset .Fa offset in the file opened on file descriptor -.Fa filedes. +.Fa filedes . .Pp This function is provided for use in a threaded, parallel I/O environment, where race conditions may exist between two threads diff --git a/lib/libc_r/man/pthread_attr_setstackaddr.3 b/lib/libc_r/man/pthread_attr_setstackaddr.3 index 03bed1a9a89..dec5d0fc999 100644 --- a/lib/libc_r/man/pthread_attr_setstackaddr.3 +++ b/lib/libc_r/man/pthread_attr_setstackaddr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.2 2000/04/12 21:48:02 aaron Exp $ +.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.3 2000/04/15 02:15:26 aaron Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .Dd January 6, 2000 .Dt PTHREAD_ATTR_SETSTACKADDR 3 @@ -30,7 +30,7 @@ The attribute specifies the location of storage to be used for the created thread's stack. The size of the storage is at least -.Dv PTHREAD_STACK_MIN. +.Dv PTHREAD_STACK_MIN . .Sh RETURN VALUE Upon successful completion, .Fn pthread_attr_setstackaddr diff --git a/lib/libc_r/man/pthread_set_name_np.3 b/lib/libc_r/man/pthread_set_name_np.3 index 8079a230c5c..2de216bb1cf 100644 --- a/lib/libc_r/man/pthread_set_name_np.3 +++ b/lib/libc_r/man/pthread_set_name_np.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_set_name_np.3,v 1.2 2000/04/12 21:48:03 aaron Exp $ +.\" $OpenBSD: pthread_set_name_np.3,v 1.3 2000/04/15 02:15:26 aaron Exp $ .\" David Leonard <d@openbsd.org>, 1999. Public domain. .Dd December 19, 1999 .Dt PTHREAD_SET_NAME_NP 3 @@ -17,7 +17,7 @@ The function associates .Fa name with -.Fa thread. +.Fa thread . This can be useful for debugging, as the name is displayed in the thread status as displayed when the process receives the .Dv SIGINFO diff --git a/lib/libc_r/man/pwrite.3 b/lib/libc_r/man/pwrite.3 index 0de1b53e5ec..443d505072b 100644 --- a/lib/libc_r/man/pwrite.3 +++ b/lib/libc_r/man/pwrite.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwrite.3,v 1.7 1999/07/09 13:35:25 aaron Exp $ +.\" $OpenBSD: pwrite.3,v 1.8 2000/04/15 02:15:26 aaron Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd September 7, 1998 .Dt PWRITE 3 @@ -18,7 +18,7 @@ function writes bytes from offset .Fa offset in the file opened on file descriptor -.Fa filedes. +.Fa filedes . .Pp This function is provided for use in a threaded, parallel I/O environment, where race conditions may exist between two threads |