Module Name:    src
Committed By:   pooka
Date:           Wed Mar 31 14:45:59 UTC 2010

Modified Files:
        src/usr.sbin/puffs: makerumpmanpages.sh

Log Message:
Add note saying that the manual page is autogenerated and all parts
may not apply to this particular server.

TODO: have three different texts, one for device backed file systems
(e.g. ffs), another for network backed (e.g. nfs), and a third for
fictional (e.g. kernfs)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/makerumpmanpages.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/puffs/makerumpmanpages.sh
diff -u src/usr.sbin/puffs/makerumpmanpages.sh:1.8 src/usr.sbin/puffs/makerumpmanpages.sh:1.9
--- src/usr.sbin/puffs/makerumpmanpages.sh:1.8	Sun Feb 15 18:00:16 2009
+++ src/usr.sbin/puffs/makerumpmanpages.sh	Wed Mar 31 14:45:59 2010
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#	$NetBSD: makerumpmanpages.sh,v 1.8 2009/02/15 18:00:16 pooka Exp $
+#	$NetBSD: makerumpmanpages.sh,v 1.9 2010/03/31 14:45:59 pooka Exp $
 #
 
 IFS=' '
@@ -32,7 +32,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd February 15, 2009
+.Dd March 31, 2010
 .Dt RUMP_XXXFSXXX 8
 .Os
 .Sh NAME
@@ -47,6 +47,14 @@
 .Ar special
 .Ar node
 .Sh DESCRIPTION
+.Em NOTE!
+This manual page has been generated from a common source shared between all
+.Xr rump 3
+file servers.
+Some parts of this manual page may not apply to this particular server.
+After reading this manual page, you may want to verify the details from
+.Xr mount_xxxfsxxx 8 .
+.Pp
 The
 .Nm
 utility can be used to mount xxxfsxxx file systems.

Reply via email to