diff options
author | 2013-10-18 17:42:36 +0000 | |
---|---|---|
committer | 2013-10-18 17:42:36 +0000 | |
commit | e2b18d3a4772d6bfe12ce2c7d58e700e3b790bf0 (patch) | |
tree | be32952d4ca87ece66bb7359314da5f46910a6fd | |
parent | Make sure that, when a particular mapchar() can't find a proper glyph for the (diff) | |
download | wireguard-openbsd-e2b18d3a4772d6bfe12ce2c7d58e700e3b790bf0.tar.xz wireguard-openbsd-e2b18d3a4772d6bfe12ce2c7d58e700e3b790bf0.zip |
tidy this page up a little;
-rw-r--r-- | share/man/man4/rd.4 | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/share/man/man4/rd.4 b/share/man/man4/rd.4 index 5738881e688..8b1a6cd36e4 100644 --- a/share/man/man4/rd.4 +++ b/share/man/man4/rd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rd.4,v 1.5 2013/10/18 15:11:07 deraadt Exp $ +.\" $OpenBSD: rd.4,v 1.6 2013/10/18 17:42:36 jmc Exp $ .\" .\" This file is in the public domain. .\" @@ -16,16 +16,18 @@ The driver enables use of system or user memory as a disk. Memory for the disk must be allocated and initialized inside the kernel image at build-time using the -.Nm elfrdsetroot ( Xr elf 5 ) +.Cm elfrdsetroot tool. +.Pp +The +.Cm elfrdsetroot +tool is available as part of the distribution toolset. .Sh FILES -.Bl -tag -width /dev/rrdXX -compact +.Bl -tag -width /dev/rrd??XXX -compact .It Pa "/dev/rd??" -block mode ramdisk devices. +Block mode ramdisk devices. .It Pa "/dev/rrd??" -raw mode ramdisk devices. +Raw mode ramdisk devices. .El .Sh SEE ALSO -The -.Nm elfrdsetroot -tool is available as part of the distribution toolset. +.Xr elf 5 |