diff options
author | obrien <obrien@FreeBSD.org> | 2001-04-02 22:46:02 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-04-02 22:46:02 +0000 |
commit | 0fc98e77b87971b30b0a80b32486d5a507f3dea1 (patch) | |
tree | afc64797b3f1e1d8469a825ba9d39a6a1cccff2a /sbin/newfs | |
parent | e959f6cbeae94622dc70f9cd7eddf3351dfd8a78 (diff) | |
download | FreeBSD-src-0fc98e77b87971b30b0a80b32486d5a507f3dea1.zip FreeBSD-src-0fc98e77b87971b30b0a80b32486d5a507f3dea1.tar.gz |
Fix patch merge braino.
Diffstat (limited to 'sbin/newfs')
-rw-r--r-- | sbin/newfs/newfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index d39ea4d..2c06f71 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -148,8 +148,6 @@ Cause the file system parameters to be printed out without really creating the file system. .It Fl O Create a -.It Fl U -Enables soft updates on the new filesystem. .Bx 4.3 format filesystem. This options is primarily used to build root filesystems @@ -158,6 +156,8 @@ that can be understood by older boot ROMs. Use information for the specified disk from .Pa /etc/disktab instead of trying to get the information from a disklabel. +.It Fl U +Enables soft updates on the new filesystem. .It Fl a Ar maxcontig Specify the maximum number of contiguous blocks that will be laid out before forcing a rotational delay (see the |