Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/man/man9/fsetown.9,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- src/share/man/man9/fsetown.9 2003/10/14 14:59:03 1.5 +++ src/share/man/man9/fsetown.9 2005/12/20 19:53:15 1.6 @@ -1,4 +1,4 @@ -.\" $NetBSD: fsetown.9,v 1.5 2003/10/14 14:59:03 wiz Exp $ +.\" $NetBSD: fsetown.9,v 1.6 2005/12/20 19:53:15 rpaulo Exp $ .\" .\" Copyright (c) 2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd September 22, 2003 +.Dd December 20, 2005 .Dt FSETOWN 9 .Os .Sh NAME @@ -45,9 +45,9 @@ .Sh SYNOPSIS .In sys/file.h .Ft int -.Fn fsetown "struct proc *p" "pid_t *pgid" "int cmd" "const void *data" +.Fn fsetown "struct lwp *l" "pid_t *pgid" "int cmd" "const void *data" .Ft int -.Fn fgetown "struct proc *p" "pid_t pgid" "int cmd" "void *data" +.Fn fgetown "struct lwp *l" "pid_t pgid" "int cmd" "void *data" .Ft void .Fn fownsignal "pid_t pgid" "int signo" "int code" "int band" "void *fdescdata" .Sh DESCRIPTION