Module Name: src Committed By: wiz Date: Thu May 28 09:41:05 UTC 2009
Modified Files: src/sys/rump/librump/rumpkern: rump.3 Log Message: Use Nx for NetBSD. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/librump/rumpkern/rump.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/librump/rumpkern/rump.3 diff -u src/sys/rump/librump/rumpkern/rump.3:1.3 src/sys/rump/librump/rumpkern/rump.3:1.4 --- src/sys/rump/librump/rumpkern/rump.3:1.3 Sun May 24 23:13:49 2009 +++ src/sys/rump/librump/rumpkern/rump.3 Thu May 28 09:41:05 2009 @@ -1,4 +1,4 @@ -.\" $NetBSD: rump.3,v 1.3 2009/05/24 23:13:49 pooka Exp $ +.\" $NetBSD: rump.3,v 1.4 2009/05/28 09:41:05 wiz Exp $ .\" .\" Copyright (c) 2008 Antti Kantee. All rights reserved. .\" @@ -92,7 +92,9 @@ can be found from the header .In rump_syscalls.h . .It Vnode Interface -To sort out namespace collisions for non-NetBSD platforms, the whole +To sort out namespace collisions for +.Pf non- Nx +platforms, the whole vnode interface set is provided under a special namespace. The operation is the same as in the kernel, but the interface names begin with the prefix RUMP_VOP.