Deleted Added
full compact
newfs_msdos.8 (37665) newfs_msdos.8 (38702)
1.\" Copyright (c) 1998 Robert Nordier
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
20.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
22.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
23.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
24.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
1.\" Copyright (c) 1998 Robert Nordier
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
20.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
22.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
23.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
24.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $Id: newfs_msdos.8,v 1.1.1.1 1998/07/06 20:01:34 rnordier Exp $
26.\" $Id: newfs_msdos.8,v 1.2 1998/07/15 06:30:37 charnier Exp $
27.\"
28.Dd July 6, 1998
29.Dt NEWFS_MSDOS 8
30.Os
31.Sh NAME
32.Nm newfs_msdos
33.Nd construct a new MS-DOS (FAT) file system
34.Sh SYNOPSIS

--- 123 unchanged lines hidden (view full) ---

158
159Create a file system, using default parameters, on /dev/rwd0s1.
160
161 newfs_msdos -f 1440 -L foo fd0
162
163Create a standard 1.44M file system, with volume label "foo", on
164/dev/rfd0.
165.Sh SEE ALSO
27.\"
28.Dd July 6, 1998
29.Dt NEWFS_MSDOS 8
30.Os
31.Sh NAME
32.Nm newfs_msdos
33.Nd construct a new MS-DOS (FAT) file system
34.Sh SYNOPSIS

--- 123 unchanged lines hidden (view full) ---

158
159Create a file system, using default parameters, on /dev/rwd0s1.
160
161 newfs_msdos -f 1440 -L foo fd0
162
163Create a standard 1.44M file system, with volume label "foo", on
164/dev/rfd0.
165.Sh SEE ALSO
166.Xr disklabel 8 ,
167.Xr disktab 5 ,
166.Xr disktab 5 ,
167.Xr disklabel 8 ,
168.Xr fdisk 8 ,
169.Xr newfs 8
170.Sh DIAGNOSTICS
171Exit status is 0 on success and 1 on error.
172.Sh AUTHORS
173.An Robert Nordier Aq rnordier@FreeBSD.org .
168.Xr fdisk 8 ,
169.Xr newfs 8
170.Sh DIAGNOSTICS
171Exit status is 0 on success and 1 on error.
172.Sh AUTHORS
173.An Robert Nordier Aq rnordier@FreeBSD.org .