summaryrefslogtreecommitdiff
path: root/share/man/man9/uiomove.9
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-06-06 20:56:33 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-06-06 20:56:33 +0000
commitb5b8a9f57def49cb6c9aba978593e877c3b4056d (patch)
treee1e4db7354d2d7ac101c4058978a8310e827c276 /share/man/man9/uiomove.9
parenta02c11d1c0cebd6695820e5f7bd3fa4fb14853a8 (diff)
- section reorder
- macro fixes - kill whitespace at EOL - use .Ox for OpenBSD, .Fx for FreeBSD
Diffstat (limited to 'share/man/man9/uiomove.9')
-rw-r--r--share/man/man9/uiomove.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/uiomove.9 b/share/man/man9/uiomove.9
index b3e154d0bdf..994c35d69af 100644
--- a/share/man/man9/uiomove.9
+++ b/share/man/man9/uiomove.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uiomove.9,v 1.5 2003/03/07 06:21:37 david Exp $
+.\" $OpenBSD: uiomove.9,v 1.6 2003/06/06 20:56:32 jmc Exp $
.\" $NetBSD: uiomove.9,v 1.6 2001/12/26 00:16:30 wiz Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@ struct uio {
off_t uio_offset; /* offset into file this uio corresponds to */
size_t uio_resid; /* residual i/o count */
enum uio_seg uio_segflg;
- enum uio_rw uio_rw;
+ enum uio_rw uio_rw;
struct proc *uio_procp;/* process if UIO_USERSPACE */
};
.Ed