Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/newfs_msdos Correct some examples, and note when it was...
details: https://anonhg.NetBSD.org/src/rev/bd96913bccbb
branches: trunk
changeset: 570084:bd96913bccbb
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Sep 22 23:40:49 2004 +0000
description:
Correct some examples, and note when it was first included in NetBSD,
not FreeBSD.
diffstat:
sbin/newfs_msdos/newfs_msdos.8 | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diffs (51 lines):
diff -r f745941ec941 -r bd96913bccbb sbin/newfs_msdos/newfs_msdos.8
--- a/sbin/newfs_msdos/newfs_msdos.8 Wed Sep 22 22:15:03 2004 +0000
+++ b/sbin/newfs_msdos/newfs_msdos.8 Wed Sep 22 23:40:49 2004 +0000
@@ -1,4 +1,5 @@
-.\" $NetBSD: newfs_msdos.8,v 1.11 2003/04/24 12:23:43 wiz Exp $
+.\" $NetBSD: newfs_msdos.8,v 1.12 2004/09/22 23:40:49 thorpej Exp $
+.\"
.\" Copyright (c) 1998 Robert Nordier
.\" All rights reserved.
.\"
@@ -26,7 +27,7 @@
.\"
.\" From: $FreeBSD: src/sbin/newfs_msdos/newfs_msdos.8,v 1.13 2001/08/14 10:01:48 ru Exp $
.\"
-.Dd April 21, 2003
+.Dd September 22, 2004
.Dt NEWFS_MSDOS 8
.Os
.Sh NAME
@@ -172,19 +173,19 @@
.Ed
.Sh EXAMPLES
.Bd -literal -offset indent
-newfs_msdos /dev/ad0s1
+newfs_msdos /dev/rwd1a
.Ed
.Pp
Create a file system, using default parameters, on
-.Pa /dev/ad0s1 .
+.Pa /dev/rwd1a .
.Bd -literal -offset indent
-newfs_msdos -f 1440 -L foo fd0
+newfs_msdos -f 1440 -L foo /dev/rfd0a
.Ed
.Pp
Create a standard 1.44M file system, with volume label
.Ar foo ,
on
-.Pa /dev/fd0 .
+.Pa /dev/rfd0a .
.Sh DIAGNOSTICS
Exit status is 0 on success and 1 on error.
.Sh SEE ALSO
@@ -196,6 +197,6 @@
The
.Nm
command first appeared in
-.Fx 3.0 .
+.Nx 1.3 .
.Sh AUTHORS
.An Robert Nordier Aq rnordier%FreeBSD.org@localhost .
Home |
Main Index |
Thread Index |
Old Index