Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/newfs_msdos Describe after example like other examples
details: https://anonhg.NetBSD.org/src/rev/7a8d64376774
branches: trunk
changeset: 957796:7a8d64376774
user: ryoon <ryoon%NetBSD.org@localhost>
date: Fri Dec 11 18:49:37 2020 +0000
description:
Describe after example like other examples
diffstat:
sbin/newfs_msdos/newfs_msdos.8 | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 2412d499ebc9 -r 7a8d64376774 sbin/newfs_msdos/newfs_msdos.8
--- a/sbin/newfs_msdos/newfs_msdos.8 Fri Dec 11 18:25:45 2020 +0000
+++ b/sbin/newfs_msdos/newfs_msdos.8 Fri Dec 11 18:49:37 2020 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index