diff options
| author | Ben Smithurst <ben@FreeBSD.org> | 2000-11-28 20:38:20 +0000 |
|---|---|---|
| committer | Ben Smithurst <ben@FreeBSD.org> | 2000-11-28 20:38:20 +0000 |
| commit | b60884cd68a61dea509e16ffa38544d1ae751183 (patch) | |
| tree | b0c4520966b761811e6e8b5740fc56d3747e5e53 /sbin | |
| parent | 7022a92395de64286288bb4f23f198d62fb2f373 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/bsdlabel/bsdlabel.8 | 11 | ||||
| -rw-r--r-- | sbin/disklabel/disklabel.8 | 11 |
2 files changed, 12 insertions, 10 deletions
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 109bc08a2482..03cf88458272 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -344,7 +344,7 @@ command described above. In addition to writing a new volume label, it also installs the bootstrap. If run on a base disk this command will create a .Dq dangerously-dedicated -label. This command is normally run on a slice rather then a base disk. +label. This command is normally run on a slice rather than a base disk. .Pp .Nm .Fl R @@ -362,7 +362,7 @@ command described above. In addition to restoring the volume label, it also installs the bootstrap. If run on a base disk this command will create a .Dq dangerously-dedicated -label. This command is normally run on a slice rather then a base disk. +label. This command is normally run on a slice rather than a base disk. .Pp The bootstrap commands always access the disk directly, so it is not necessary to specify the @@ -431,10 +431,10 @@ boot blocks. .It Use .Ar disklabel -to edit your newly created label, addiing appropriate partitions. +to edit your newly created label, adding appropriate partitions. .It Finally newfs the filesystem partitions you created in the label. A typical -disklabel partiioning scheme would be to have an +disklabel partitioning scheme would be to have an .Dq a partition of approximately 128MB to hold the root filesystem, a @@ -450,7 +450,7 @@ for /var/tmp (usually 128MB), an partition for /usr (usually around 2G), and finally a .Dq g -partition for /home (usally all remaining space). +partition for /home (usually all remaining space). Your mileage may vary. .El .Pp @@ -564,6 +564,7 @@ For file systems only, the block size. For UFS file systems, the number of cylinders in a cylinder group. For LFS file systems, the segment shift value. .El +.Pp The remainder of the line is a comment and shows the cylinder allocations based on the obsolete (but possibly correct) geometry information about the drive. The asterisk (*) indicates that the partition does not begin or end exactly on a diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 109bc08a2482..03cf88458272 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -344,7 +344,7 @@ command described above. In addition to writing a new volume label, it also installs the bootstrap. If run on a base disk this command will create a .Dq dangerously-dedicated -label. This command is normally run on a slice rather then a base disk. +label. This command is normally run on a slice rather than a base disk. .Pp .Nm .Fl R @@ -362,7 +362,7 @@ command described above. In addition to restoring the volume label, it also installs the bootstrap. If run on a base disk this command will create a .Dq dangerously-dedicated -label. This command is normally run on a slice rather then a base disk. +label. This command is normally run on a slice rather than a base disk. .Pp The bootstrap commands always access the disk directly, so it is not necessary to specify the @@ -431,10 +431,10 @@ boot blocks. .It Use .Ar disklabel -to edit your newly created label, addiing appropriate partitions. +to edit your newly created label, adding appropriate partitions. .It Finally newfs the filesystem partitions you created in the label. A typical -disklabel partiioning scheme would be to have an +disklabel partitioning scheme would be to have an .Dq a partition of approximately 128MB to hold the root filesystem, a @@ -450,7 +450,7 @@ for /var/tmp (usually 128MB), an partition for /usr (usually around 2G), and finally a .Dq g -partition for /home (usally all remaining space). +partition for /home (usually all remaining space). Your mileage may vary. .El .Pp @@ -564,6 +564,7 @@ For file systems only, the block size. For UFS file systems, the number of cylinders in a cylinder group. For LFS file systems, the segment shift value. .El +.Pp The remainder of the line is a comment and shows the cylinder allocations based on the obsolete (but possibly correct) geometry information about the drive. The asterisk (*) indicates that the partition does not begin or end exactly on a |
