Module Name: src
Committed By: wiz
Date: Mon Aug 30 11:37:52 UTC 2010
Modified Files:
src/lib/librump: rump.3
Log Message:
Add some commas.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/lib/librump/rump.3:1.3
--- src/lib/librump/rump.3:1.2 Fri Aug 27 18:31:18 2010
+++ src/lib/librump/rump.3 Mon Aug 30 11:37:52 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: rump.3,v 1.2 2010/08/27 18:31:18 wiz Exp $
+.\" $NetBSD: rump.3,v 1.3 2010/08/30 11:37:52 wiz Exp $
.\"
.\" Copyright (c) 2008-2010 Antti Kantee. All rights reserved.
.\"
@@ -120,8 +120,8 @@
components which use features provided by the base and factions.
Notably, components may have interdependencies.
For example, a rump kernel providing a virtual IP router requires
-the following components: rumpnet_netinet rumpnet_net, rumpnet
-rumpnet_virtif, rump and rumpuser.
+the following components: rumpnet_netinet, rumpnet_net, rumpnet,
+rumpnet_virtif, rump, and rumpuser.
A rump kernel providing an NFS client requires the above and
additionally rumpfs_nfs and rumpvfs.
.Pp