[PATCH] Consistency patch for faq14.html.
Brynet <[email protected]>
| Newsgroups | gmane.os.openbsd.www,gmane.os.openbsd.tech |
|---|---|
| Message-ID | <[email protected]> |
With otto@'s change to newfs.8, "spread the unwritten wisdom newfs
should run on raw devs".
This patch makes the faq14.html page more consistent, even though newfs
handles things like "sd0a" as a special case for "/dev/rsd0a".
Index: faq14.html
===================================================================
RCS file: /cvs/www/faq/faq14.html,v
retrieving revision 1.174
diff -u -r1.174 faq14.html
--- faq14.html 2 Jul 2008 08:55:24 -0000 1.174
+++ faq14.html 11 Aug 2008 21:56:09 -0000
@@ -557,7 +557,7 @@
<a
href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&sektion=8">newfs(8)</a>.
<blockquote><pre>
-# <b>newfs sd2a </b>
+# <b>newfs /dev/rsd2a </b>
</pre></blockquote>
<p>
@@ -2109,7 +2109,7 @@
a FFS filesystem:
<blockquote><pre>
-# <b>newfs sd0a</b>
+# <b>newfs /dev/rsd0a</b>
Warning: inode blocks/cyl group (125) >= data blocks (62) in last
cylinder group. This implies 1984 sector(s) cannot be allocated.
/dev/rsd0a: 249856 sectors in 122 cylinders of 64 tracks, 32 sectors
Index: faq14.html
===================================================================
RCS file: /cvs/www/faq/faq14.html,v
retrieving revision 1.174
diff -u -r1.174 faq14.html
--- faq14.html 2 Jul 2008 08:55:24 -0000 1.174
+++ faq14.html 11 Aug 2008 21:56:09 -0000
@@ -557,7 +557,7 @@
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&sektion=8">newfs(8)</a>.
<blockquote><pre>
-# <b>newfs sd2a </b>
+# <b>newfs /dev/rsd2a </b>
</pre></blockquote>
<p>
@@ -2109,7 +2109,7 @@
a FFS filesystem:
<blockquote><pre>
-# <b>newfs sd0a</b>
+# <b>newfs /dev/rsd0a</b>
Warning: inode blocks/cyl group (125) >= data blocks (62) in last
cylinder group. This implies 1984 sector(s) cannot be allocated.
/dev/rsd0a: 249856 sectors in 122 cylinders of 64 tracks, 32 sectors