Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Fix rev 1.10 a bit: currently raw devices are...



details:   https://anonhg.NetBSD.org/src/rev/cfbc510e7f9e
branches:  trunk
changeset: 749262:cfbc510e7f9e
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Nov 23 16:41:26 2009 +0000

description:
Fix rev 1.10 a bit: currently raw devices are correct for newfs/tunefs,
and the cooked one should be used for mount.

diffstat:

 share/man/man4/wapbl.4 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r b8e347338258 -r cfbc510e7f9e share/man/man4/wapbl.4
--- a/share/man/man4/wapbl.4    Mon Nov 23 14:42:39 2009 +0000
+++ b/share/man/man4/wapbl.4    Mon Nov 23 16:41:26 2009 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: wapbl.4,v 1.11 2009/11/22 18:40:26 mbalmer Exp $
+.\"     $NetBSD: wapbl.4,v 1.12 2009/11/23 16:41:26 pooka Exp $
 .\"
 .\" Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 21, 2009
+.Dd November 23, 2009
 .Dt WAPBL 4
 .Os
 .Sh NAME
@@ -79,7 +79,7 @@
 .Pp
 For a new file system,
 .Bd -literal -offset indent
-newfs -s -64m /dev/wd0a
+newfs -s -64m wd0a
 .Ed
 .Pp
 can be used to leave space for a 64MB journal at the end of
@@ -89,7 +89,7 @@
 .Xr tunefs 8
 can be used as follows:
 .Bd -literal -offset indent
-tunefs -l 64m /dev/wd0a
+tunefs -l 64m wd0a
 .Ed
 .Pp
 to indicate that a journal of size 64MB on the file system on
@@ -107,13 +107,13 @@
 system.
 Running
 .Bd -literal -offset indent
-tunefs -l 0 /dev/wd0a
+tunefs -l 0 wd0a
 .Ed
 .Pp
 will schedule the log for removal on the next read-write mount, and
 running
 .Bd -literal -offset indent
-tunefs -l 0 /dev/wd0a
+tunefs -l 0 wd0a
 .Ed
 .Pp
 followed by



Home | Main Index | Thread Index | Old Index