]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man4/ram.4
fd.4: ffix: tables: Move units from numbers to the header
[thirdparty/man-pages.git] / man4 / ram.4
index 861ed4f1391c7779d7ba2a7acf8d22bd935316cb..6ac501941dacb6011ad8b6c5c64de3043d65e5bb 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright (c) 1993 Michael Haardt (michael@moria.de),
 .\"     Fri Apr  2 11:32:09 MET DST 1993
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
 .\" You should have received a copy of the GNU General Public
 .\" License along with this manual; if not, see
 .\" <http://www.gnu.org/licenses/>.
+.\" %%%LICENSE_END
 .\"
 .\" Modified Sat Jul 24 17:01:11 1993 by Rik Faith (faith@cs.unc.edu)
 .TH RAM 4 1992-11-21 "Linux" "Linux Programmer's Manual"
 .SH NAME
 ram \- ram disk device
 .SH DESCRIPTION
-The \fIram\fP device is a block device to access the ram disk in raw mode.
-.LP
+The
+.I ram
+device is a block device to access the ram disk in raw mode.
+.PP
 It is typically created by:
-.RS
-.sp
+.PP
+.in +4n
+.EX
 mknod \-m 660 /dev/ram b 1 1
-.br
 chown root:disk /dev/ram
-.RE
+.EE
+.in
 .SH FILES
 /dev/ram
 .SH SEE ALSO