Module Name: src
Committed By: pooka
Date: Mon Feb 21 08:50:45 UTC 2011
Modified Files:
src/lib/librump: rump.3
Log Message:
xfer rump_server(1), downgrade experimentalness level a bit
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/librump/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/lib/librump/rump.3
diff -u src/lib/librump/rump.3:1.7 src/lib/librump/rump.3:1.8
--- src/lib/librump/rump.3:1.7 Wed Feb 16 23:51:50 2011
+++ src/lib/librump/rump.3 Mon Feb 21 08:50:45 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: rump.3,v 1.7 2011/02/16 23:51:50 pooka Exp $
+.\" $NetBSD: rump.3,v 1.8 2011/02/21 08:50:45 pooka Exp $
.\"
.\" Copyright (c) 2008-2010 Antti Kantee. All rights reserved.
.\"
@@ -148,6 +148,7 @@
Generally speaking, dynamically loadable components must follow
kernel module boundaries.
.Sh SEE ALSO
+.Xr rump_server 1 ,
.Xr p2k 3 ,
.Xr rump_etfs 3 ,
.Xr rump_lwproc 3 ,
@@ -199,5 +200,4 @@
.An Antti Kantee Aq [email protected]
.Sh NOTE
.Nm
-is highly experimental and may change in header location, library
-name, API and/or ABI without warning.
+is still somewhat experimental.