Describe after example like other examples
This commit is contained in:
parent
cf7777a2e0
commit
704d4179fb
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: newfs_msdos.8,v 1.23 2017/02/17 09:29:35 wiz Exp $
|
||||
.\" $NetBSD: newfs_msdos.8,v 1.24 2020/12/11 18:49:37 ryoon Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1998 Robert Nordier
|
||||
.\" All rights reserved.
|
||||
|
@ -228,11 +228,12 @@ Create a standard 1.44M file system, with volume label
|
|||
.Ar foo ,
|
||||
on
|
||||
.Pa /dev/rfd0a .
|
||||
Create a 30MB image file, with the FAT partition starting
|
||||
63 sectors within the image file:
|
||||
.Bd -literal -offset indent
|
||||
newfs_msdos -C 30M -@63s ./somefile
|
||||
.Ed
|
||||
.Pp
|
||||
Create a 30MB image file, with the FAT partition starting
|
||||
63 sectors within the image file:
|
||||
.Sh DIAGNOSTICS
|
||||
Exit status is 0 on success and 1 on error.
|
||||
.Sh SEE ALSO
|
||||
|
|
Loading…
Reference in New Issue