Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/mdconfig Sort sections, sort SEE ALSO, whitespace nit.
details: https://anonhg.NetBSD.org/src/rev/d5487a99f80e
branches: trunk
changeset: 520903:d5487a99f80e
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Jan 19 03:27:06 2002 +0000
description:
Sort sections, sort SEE ALSO, whitespace nit.
diffstat:
usr.sbin/mdconfig/mdconfig.8 | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diffs (41 lines):
diff -r 67127f526f4b -r d5487a99f80e usr.sbin/mdconfig/mdconfig.8
--- a/usr.sbin/mdconfig/mdconfig.8 Sat Jan 19 03:26:30 2002 +0000
+++ b/usr.sbin/mdconfig/mdconfig.8 Sat Jan 19 03:27:06 2002 +0000
@@ -1,5 +1,5 @@
.\"
-.\" $NetBSD: mdconfig.8,v 1.7 2000/07/05 15:45:32 msaitoh Exp $
+.\" $NetBSD: mdconfig.8,v 1.8 2002/01/19 03:27:06 wiz Exp $
.\"
.\" Copyright (c) 1995 Gordon W. Ross
.\" All rights reserved.
@@ -40,7 +40,7 @@
The
.Nm
command configures memory disk devices.
-It will associate the special file
+It will associate the special file
.Ar special_file
with a range of user-virtual memory allocated by the
.Nm
@@ -59,17 +59,16 @@
.It Pa /dev/md??
.El
.Sh EXAMPLES
-.Pp
.Dl mdconfig /dev/md0c 2048 &
.Pp
Configures the memory disk
.Pa md0c
with one megabyte of user-space memory.
+.Sh SEE ALSO
+.Xr mount 8 ,
+.Xr swapon 8 ,
+.Xr umount 8
.Sh BUGS
The special device will become inoperative if the
.Nm
process is killed while the special device is open.
-.Sh SEE ALSO
-.Xr swapon 8 ,
-.Xr mount 8 ,
-.Xr umount 8
Home |
Main Index |
Thread Index |
Old Index