summaryrefslogtreecommitdiff
path: root/lib/libc_r/man/pwrite.3
diff options
context:
space:
mode:
authorAlex Feldman <alex@cvs.openbsd.org>1999-05-16 19:58:20 +0000
committerAlex Feldman <alex@cvs.openbsd.org>1999-05-16 19:58:20 +0000
commit0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch)
treea7242dc673f15a56501071f686f150e05e519b5e /lib/libc_r/man/pwrite.3
parenta745f84c11e201e22ac76b1776820903cabfd67a (diff)
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
Diffstat (limited to 'lib/libc_r/man/pwrite.3')
-rw-r--r--lib/libc_r/man/pwrite.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc_r/man/pwrite.3 b/lib/libc_r/man/pwrite.3
index 3f1a07594aa..eb0ea1f81e5 100644
--- a/lib/libc_r/man/pwrite.3
+++ b/lib/libc_r/man/pwrite.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pwrite.3,v 1.3 1999/03/22 04:20:04 d Exp $
+.\" $OpenBSD: pwrite.3,v 1.4 1999/05/16 19:55:47 alex Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd September 7, 1998
.Os
@@ -29,9 +29,9 @@ The
function returns values identical to
.Xr write 2 .
.Sh SEE ALSO
-.Xr pthreads 3 ,
.Xr write 2 ,
-.Xr pread 3
+.Xr pread 3 ,
+.Xr pthreads 3
.Sh STANDARDS
.Fn pread
conforms to TOG SUSv2 .