diff options
author | blackend <blackend@FreeBSD.org> | 2003-10-11 08:24:07 +0000 |
---|---|---|
committer | blackend <blackend@FreeBSD.org> | 2003-10-11 08:24:07 +0000 |
commit | 88e85b883adaaa8d7b7c5286cb1dd754c0df9928 (patch) | |
tree | 9c97f01d244d3b645c99b27e658642518566de82 /sbin/newfs | |
parent | 971569170cccc0238d25068933dac5c3effb0ba5 (diff) | |
download | FreeBSD-src-88e85b883adaaa8d7b7c5286cb1dd754c0df9928.zip FreeBSD-src-88e85b883adaaa8d7b7c5286cb1dd754c0df9928.tar.gz |
s/disklabel/bsdlabel where needed.
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 40015fc..da6ac1f 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -65,7 +65,7 @@ utility is used to initialize and clear file systems before first use. Before running .Nm the disk must be labeled using -.Xr disklabel 8 . +.Xr bsdlabel 8 . The .Nm utility builds a file system on the specified special file. @@ -220,7 +220,7 @@ on file systems that contain many small files. .Xr disktab 5 , .Xr fs 5 , .Xr camcontrol 8 , -.Xr disklabel 8 , +.Xr bsdlabel 8 , .Xr dumpfs 8 , .Xr fsck 8 , .Xr mount 8 , |