Sort sections, sort SEE ALSO, whitespace nit.
This commit is contained in:
parent
aaba2b6d8a
commit
8f48ce1461
|
@ -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
|
.\" Copyright (c) 1995 Gordon W. Ross
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
command configures memory disk devices.
|
command configures memory disk devices.
|
||||||
It will associate the special file
|
It will associate the special file
|
||||||
.Ar special_file
|
.Ar special_file
|
||||||
with a range of user-virtual memory allocated by the
|
with a range of user-virtual memory allocated by the
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -59,17 +59,16 @@ process started earlier.
|
||||||
.It Pa /dev/md??
|
.It Pa /dev/md??
|
||||||
.El
|
.El
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
.Pp
|
|
||||||
.Dl mdconfig /dev/md0c 2048 &
|
.Dl mdconfig /dev/md0c 2048 &
|
||||||
.Pp
|
.Pp
|
||||||
Configures the memory disk
|
Configures the memory disk
|
||||||
.Pa md0c
|
.Pa md0c
|
||||||
with one megabyte of user-space memory.
|
with one megabyte of user-space memory.
|
||||||
|
.Sh SEE ALSO
|
||||||
|
.Xr mount 8 ,
|
||||||
|
.Xr swapon 8 ,
|
||||||
|
.Xr umount 8
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
The special device will become inoperative if the
|
The special device will become inoperative if the
|
||||||
.Nm
|
.Nm
|
||||||
process is killed while the special device is open.
|
process is killed while the special device is open.
|
||||||
.Sh SEE ALSO
|
|
||||||
.Xr swapon 8 ,
|
|
||||||
.Xr mount 8 ,
|
|
||||||
.Xr umount 8
|
|
||||||
|
|
Loading…
Reference in New Issue