Correct some examples, and note when it was first included in NetBSD,
not FreeBSD.
This commit is contained in:
parent
633ef38973
commit
d06c5d9fc6
|
@ -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 @@ struct bsxbpb {
|
|||
.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 @@ Exit status is 0 on success and 1 on error.
|
|||
The
|
||||
.Nm
|
||||
command first appeared in
|
||||
.Fx 3.0 .
|
||||
.Nx 1.3 .
|
||||
.Sh AUTHORS
|
||||
.An Robert Nordier Aq rnordier@FreeBSD.org .
|
||||
|
|
Loading…
Reference in New Issue