From nobody@FreeBSD.org  Mon Oct 22 00:57:03 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 0089137B403
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Oct 2001 00:57:03 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f9M7v2d00488;
	Mon, 22 Oct 2001 00:57:02 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200110220757.f9M7v2d00488@freefall.freebsd.org>
Date: Mon, 22 Oct 2001 00:57:02 -0700 (PDT)
From: Chad David <davidc@acns.ab.ca>
To: freebsd-gnats-submit@FreeBSD.org
Subject: uiomove.9 has not been updated to reflect changes to the uio structure.
X-Send-Pr-Version: www-1.0

>Number:         31428
>Category:       docs
>Synopsis:       uiomove.9 has not been updated to reflect changes to the uio structure.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 22 01:00:01 PDT 2001
>Closed-Date:    Sun Nov 4 16:41:42 PST 2001
>Last-Modified:  Sun Nov 04 16:41:49 PST 2001
>Originator:     Chad David
>Release:        current
>Organization:
ACNS Inc.
>Environment:
FreeBSD whisper 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Wed Oct 17 03:13:43 MDT 2001     davidc@whisper:/mnt1/devel/work/dev/bsd/test/src/sys/i386/compile/WHISPER_OPT  i386
>Description:
uiomove.9 has not been updated to reflect the change of struct proc uio_procp to struct thread uio_td.
>How-To-Repeat:
man uiomove
>Fix:
Patch the file.

--- uio.9       Fri Oct  5 11:33:22 2001
+++ uio.9.x     Mon Oct 22 01:49:26 2001
@@ -44,7 +44,7 @@
        int     uio_resid;
        enum    uio_seg uio_segflg;
        enum    uio_rw uio_rw;
-       struct  proc *uio_procp;
+       struct  thread *uio_td;
 };
 .Ed
 .Ft int
@@ -102,10 +102,10 @@
 .Dv UIO_READ ,
 or
 .Dv UIO_WRITE .
-.It Dv uio_procp
+.It Dv uio_td
 The pointer to a
-.Li struct proc
-for the associated process; used if
+.Li struct thread
+for the associated thread; used if
 .Dv uio_segflg
 indicates that the transfer is to be made from/to a process's address
 space.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Sun Nov 4 16:41:42 PST 2001 
State-Changed-Why:  
Applied, thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31428 
>Unformatted:
