Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/rump_allserver Fix Xr and use Sx.



details:   https://anonhg.NetBSD.org/src/rev/4a7e94915fbd
branches:  trunk
changeset: 759644:4a7e94915fbd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Dec 14 09:39:53 2010 +0000

description:
Fix Xr and use Sx.

diffstat:

 usr.bin/rump_allserver/rump_allserver.1 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 2e0840cf8daf -r 4a7e94915fbd usr.bin/rump_allserver/rump_allserver.1
--- a/usr.bin/rump_allserver/rump_allserver.1   Tue Dec 14 09:21:30 2010 +0000
+++ b/usr.bin/rump_allserver/rump_allserver.1   Tue Dec 14 09:39:53 2010 +0000
@@ -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:



Home | Main Index | Thread Index | Old Index