Module Name: src
Committed By: wiz
Date: Tue Dec 14 09:39:53 UTC 2010
Modified Files:
src/usr.bin/rump_allserver: rump_allserver.1
Log Message:
Fix Xr and use Sx.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/rump_allserver/rump_allserver.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/rump_allserver/rump_allserver.1
diff -u src/usr.bin/rump_allserver/rump_allserver.1:1.1 src/usr.bin/rump_allserver/rump_allserver.1:1.2
--- src/usr.bin/rump_allserver/rump_allserver.1:1.1 Mon Dec 13 19:36:34 2010
+++ src/usr.bin/rump_allserver/rump_allserver.1 Tue Dec 14 09:39:53 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: rump_allserver.1,v 1.1 2010/12/13 19:36:34 pooka Exp $
+.\" $NetBSD: rump_allserver.1,v 1.2 2010/12/14 09:39:53 wiz Exp $
.\"
.\" Copyright (c) 2010 Antti Kantee. All rights reserved.
.\"
@@ -81,7 +81,8 @@
.It Fl m Ar module
Load and link a kernel module after the rump kernel is initialized.
For this to work, the rump kernel must include the vfs faction,
-since the module is loaded using kernel vfs code (see EXAMPLES).
+since the module is loaded using kernel vfs code (see
+.Sx EXAMPLES ) .
.It Fl s
Do not detach from the terminal.
By default,
@@ -93,7 +94,7 @@
After use,
.Nm
can be made to exit using
-.Xr rump.halt .
+.Xr rump.halt 1 .
.Sh EXAMPLES
Start a server and load the tmpfs file system module, and halt the
server immediately afterwards: