diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-25 06:09:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-25 06:09:51 +0000 |
commit | f6d69ccb6922d353173d7da634367c6f52c1f34d (patch) | |
tree | 942f71a07580396a4ca159c6532b3830e9ead407 /lib | |
parent | 7721ca631e15e9530180269175d8ac80f0c1d4b1 (diff) |
no more nfsiod; mickey
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/nfssvc.2 | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/lib/libc/sys/nfssvc.2 b/lib/libc/sys/nfssvc.2 index 5f6eae1d82e..6bff4b30ebb 100644 --- a/lib/libc/sys/nfssvc.2 +++ b/lib/libc/sys/nfssvc.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfssvc.2,v 1.12 2000/04/15 11:46:04 aaron Exp $ +.\" $OpenBSD: nfssvc.2,v 1.13 2000/05/25 06:09:50 deraadt Exp $ .\" $NetBSD: nfssvc.2,v 1.6 1995/02/27 12:35:08 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -58,19 +58,20 @@ once in the kernel and the points to one of three structures depending on which bits are set in flags. .Pp -On the client side, -.Xr nfsiod 8 -calls +On the client side, there is no longer a need to call .Fn nfssvc with the .Fa flags argument set to .Dv NFSSVC_BIOD +since this functionality has been replaced by a +.Nm nfsiod +implementation using kernel threads. +See +.Xr nfsd 8 and -.Fa argstructp -set to -.Dv NULL -to enter the kernel as a block I/O server daemon. +.Xr sysctl 8 +for futher discussion. For .Nm NQNFS , .Xr mount_nfs 8 @@ -236,7 +237,7 @@ The caller is not the superuser. .Sh SEE ALSO .Xr mount_nfs 8 , .Xr nfsd 8 , -.Xr nfsiod 8 +.Xr sysctl 8 .Sh HISTORY The .Nm nfssvc |