diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/bsdlabel/bsdlabel.8 | 95 | ||||
-rw-r--r-- | sbin/disklabel/disklabel.8 | 95 | ||||
-rw-r--r-- | sbin/dump/dump.8 | 1 | ||||
-rw-r--r-- | sbin/fdisk/fdisk.8 | 45 | ||||
-rw-r--r-- | sbin/fdisk_pc98/fdisk.8 | 45 | ||||
-rw-r--r-- | sbin/fsdb/fsdb.8 | 7 | ||||
-rw-r--r-- | sbin/fsirand/fsirand.8 | 3 | ||||
-rw-r--r-- | sbin/i386/fdisk/fdisk.8 | 45 | ||||
-rw-r--r-- | sbin/mount_null/mount_null.8 | 2 | ||||
-rw-r--r-- | sbin/mount_nullfs/mount_nullfs.8 | 2 | ||||
-rw-r--r-- | sbin/newfs/newfs.8 | 2 | ||||
-rw-r--r-- | sbin/pc98/fdisk/fdisk.8 | 45 | ||||
-rw-r--r-- | sbin/restore/restore.8 | 1 | ||||
-rw-r--r-- | sbin/routed/rtquery/rtquery.8 | 5 | ||||
-rw-r--r-- | sbin/spppcontrol/spppcontrol.8 | 3 |
15 files changed, 206 insertions, 190 deletions
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 5a1871b..3b9e139 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -61,7 +61,7 @@ .Nm disklabel .Op Fl NW .Ar disk -.sp +.Pp .Nm disklabel .Fl B .Oo @@ -124,8 +124,9 @@ and represents a slice. Some devices, most notably .Ar ccd , require that the -.if t ``whole-disk'' (or ``c'') -.if n "whole-disk" (or "c") +.Dq whole-disk +(or +.Dq c ) partition be specified. For example .Pa ccd0c . You do not have to include the @@ -220,8 +221,8 @@ itself must be provided as the canonical name, i.e. not as a full path name. .Pp PC-based systems have special requirements in order for the BIOS to properly -recognize a FreeBSD disklabel. Older systems may require what is known as -a ``dangerously dedicated'' +recognize a FreeBSD disklabel. Older systems may require what is known as a +.Dq dangerously dedicated disklabel, which creates a fake DOS partition to work around problems older BIOSes have with modern disk geometries. On newer systems you generally want to create a normal DOS slice using @@ -293,7 +294,8 @@ command The final three forms of .Nm are used to install bootstrap code. If you are creating a -``dangerously-dedicated'' partition for compatibility with older PC systems, +.Dq dangerously-dedicated +partition for compatibility with older PC systems, you generally want to specify the raw disk name such as .Pa da0. If you are creating a label within an existing DOS slice, you should specify @@ -313,8 +315,9 @@ then install the FreeBSD bootblocks in the slice. .Oo Ar disktype Oc .Pp This form installs the bootstrap only. It does not change the disk label. -You should never use this command on a base disk unless you intend to create -a ``dangerously-dedicated'' disk, such as +You should never use this command on a base disk unless you intend to create a +.Dq dangerously-dedicated +disk, such as .Ar da0 . This command is typically run on a slice such as .Ar da0s1 . @@ -329,10 +332,12 @@ This command is typically run on a slice such as .Ar disk Ar disktype .Oo Ar packid Oc .Pp -.if t This form corresponds to the ``write label'' command described above. -.if n This form corresponds to the "write label" command described above. +This form corresponds to the +.Dq write label +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 ``dangerously-dedicated'' +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. .Pp .Nm disklabel @@ -345,10 +350,12 @@ label. This command is normally run on a slice rather then a base disk. .Ar disk Ar protofile .Oo Ar disktype Oc .Pp -.if t This form corresponds to the ``restore label'' command described above. -.if n This form corresponds to the "restore label" command described above. +This form corresponds to the +.Dq restore label +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 ``dangerously-dedicated'' +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. .Pp The bootstrap commands always access the disk directly, so it is not necessary @@ -378,8 +385,9 @@ and flags are not specified, but .Ar disktype was specified, the names of the programs are taken from the -.if t ``b0'' and ``b1'' -.if n "b0" and "b1" +.Dq b0 +and +.Dq b1 parameters of the .Xr disktab 5 entry for the disk if the disktab entry exists and includes those parameters. @@ -412,11 +420,23 @@ Use to edit your newly created label, addiing appropriate partitions. .It Finally newfs the filesystem partitions you created in the label. A typical -disklabel partiioning scheme would be to have an ``a'' partition -of approximately 128MB to hold the root filesystem, a ``b'' partition for -swap, a ``d'' partition for /var (usually 128MB), an ``e'' partition -for /var/tmp (usually 128MB), an ``f'' partition for /usr (usually around 2G), -and finally a ``g'' partition for /home (usally all remaining space). +disklabel partiioning scheme would be to have an +.Dq a +partition +of approximately 128MB to hold the root filesystem, a +.Dq b +partition for +swap, a +.Dq d +partition for /var (usually 128MB), an +.Dq e +partition +for /var/tmp (usually 128MB), an +.Dq f +partition for /usr (usually around 2G), +and finally a +.Dq g +partition for /home (usally all remaining space). Your mileage may vary. .El .Pp @@ -541,7 +561,8 @@ as obtained via .Pa /dev/da0s1 . When reading a label, FreeBSD will allow you to specify the base disk name even if the label resides on a slice. However, to be proper you should -specify the base disk name only if you are using a ``dangerously-dedicated'' +specify the base disk name only if you are using a +.Dq dangerously-dedicated label. Normally you specify the slice. .Pp .Dl disklabel da0s1 > savedlabel @@ -559,8 +580,8 @@ flag to restore the label at a later date. Create a label for .Pa da0s1 based on information for -.if t ``da2212'' found in -.if n "da2212" found in +.Dq da2212 +found in .Pa /etc/disktab . Any existing bootstrap code will be clobbered. .Pp @@ -599,9 +620,9 @@ On-disk and in-core labels are unchanged. .Dl disklabel -w -B /dev/da0s1 -b newboot1 -s newboot da2212 .Pp Install a new label and bootstrap. -.if t The label is derived from disktab information for ``da2212'' and -.if n The label is derived from disktab information for "da2212" and -installed both in-core and on-disk. +The label is derived from disktab information for +.Dq da2212 +and installed both in-core and on-disk. The bootstrap code comes from the files .Pa /boot/newboot1 and @@ -614,7 +635,9 @@ and .Dl disklabel -e da0s1 .Pp Completely wipe any prior information on the disk, creating a new bootable -disk with a DOS partition table containing one ``whole-disk'' slice. Then +disk with a DOS partition table containing one +.Dq whole-disk +slice. Then initialize the slice, then edit it to your needs. The .Pa dd commands are optional, but may be necessary for some BIOSes to properly @@ -629,21 +652,20 @@ The kernel device drivers will not allow the size of a disk partition to be decreased or the offset of a partition to be changed while it is open. Some device drivers create a label containing only a single large partition if a disk is unlabeled; thus, the label must be written to the -.if t ``a'' -.if n "a" +.Dq a partition of the disk while it is open. This sometimes requires the desired label to be set in two steps, the first one creating at least one other partition, and the second setting the label on the new partition while shrinking the -.if t ``a'' -.if n "a" +.Dq a partition. .Pp On some machines the bootstrap code may not fit entirely in the area allocated for it by some filesystems. As a result, it may not be possible to have filesystems on some partitions -.if t of a ``bootable'' disk. -.if n of a "bootable" disk. +of a +.Dq bootable +disk. When installing bootstrap code, .Nm checks for these cases. @@ -657,8 +679,9 @@ Conversely, if a partition has a type other than FS_UNUSED or FS_BOOT, will not install bootstrap code that overlaps it. .Sh BUGS When a disk name is given without a full pathname, -.if t the constructed device name uses the ``c'' partition. -.if n the constructed device name uses the "c" partition. +the constructed device name uses the +.Dq c +partition. .Pp For the i386 architecture, the primary bootstrap sector contains an embedded diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 5a1871b..3b9e139 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -61,7 +61,7 @@ .Nm disklabel .Op Fl NW .Ar disk -.sp +.Pp .Nm disklabel .Fl B .Oo @@ -124,8 +124,9 @@ and represents a slice. Some devices, most notably .Ar ccd , require that the -.if t ``whole-disk'' (or ``c'') -.if n "whole-disk" (or "c") +.Dq whole-disk +(or +.Dq c ) partition be specified. For example .Pa ccd0c . You do not have to include the @@ -220,8 +221,8 @@ itself must be provided as the canonical name, i.e. not as a full path name. .Pp PC-based systems have special requirements in order for the BIOS to properly -recognize a FreeBSD disklabel. Older systems may require what is known as -a ``dangerously dedicated'' +recognize a FreeBSD disklabel. Older systems may require what is known as a +.Dq dangerously dedicated disklabel, which creates a fake DOS partition to work around problems older BIOSes have with modern disk geometries. On newer systems you generally want to create a normal DOS slice using @@ -293,7 +294,8 @@ command The final three forms of .Nm are used to install bootstrap code. If you are creating a -``dangerously-dedicated'' partition for compatibility with older PC systems, +.Dq dangerously-dedicated +partition for compatibility with older PC systems, you generally want to specify the raw disk name such as .Pa da0. If you are creating a label within an existing DOS slice, you should specify @@ -313,8 +315,9 @@ then install the FreeBSD bootblocks in the slice. .Oo Ar disktype Oc .Pp This form installs the bootstrap only. It does not change the disk label. -You should never use this command on a base disk unless you intend to create -a ``dangerously-dedicated'' disk, such as +You should never use this command on a base disk unless you intend to create a +.Dq dangerously-dedicated +disk, such as .Ar da0 . This command is typically run on a slice such as .Ar da0s1 . @@ -329,10 +332,12 @@ This command is typically run on a slice such as .Ar disk Ar disktype .Oo Ar packid Oc .Pp -.if t This form corresponds to the ``write label'' command described above. -.if n This form corresponds to the "write label" command described above. +This form corresponds to the +.Dq write label +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 ``dangerously-dedicated'' +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. .Pp .Nm disklabel @@ -345,10 +350,12 @@ label. This command is normally run on a slice rather then a base disk. .Ar disk Ar protofile .Oo Ar disktype Oc .Pp -.if t This form corresponds to the ``restore label'' command described above. -.if n This form corresponds to the "restore label" command described above. +This form corresponds to the +.Dq restore label +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 ``dangerously-dedicated'' +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. .Pp The bootstrap commands always access the disk directly, so it is not necessary @@ -378,8 +385,9 @@ and flags are not specified, but .Ar disktype was specified, the names of the programs are taken from the -.if t ``b0'' and ``b1'' -.if n "b0" and "b1" +.Dq b0 +and +.Dq b1 parameters of the .Xr disktab 5 entry for the disk if the disktab entry exists and includes those parameters. @@ -412,11 +420,23 @@ Use to edit your newly created label, addiing appropriate partitions. .It Finally newfs the filesystem partitions you created in the label. A typical -disklabel partiioning scheme would be to have an ``a'' partition -of approximately 128MB to hold the root filesystem, a ``b'' partition for -swap, a ``d'' partition for /var (usually 128MB), an ``e'' partition -for /var/tmp (usually 128MB), an ``f'' partition for /usr (usually around 2G), -and finally a ``g'' partition for /home (usally all remaining space). +disklabel partiioning scheme would be to have an +.Dq a +partition +of approximately 128MB to hold the root filesystem, a +.Dq b +partition for +swap, a +.Dq d +partition for /var (usually 128MB), an +.Dq e +partition +for /var/tmp (usually 128MB), an +.Dq f +partition for /usr (usually around 2G), +and finally a +.Dq g +partition for /home (usally all remaining space). Your mileage may vary. .El .Pp @@ -541,7 +561,8 @@ as obtained via .Pa /dev/da0s1 . When reading a label, FreeBSD will allow you to specify the base disk name even if the label resides on a slice. However, to be proper you should -specify the base disk name only if you are using a ``dangerously-dedicated'' +specify the base disk name only if you are using a +.Dq dangerously-dedicated label. Normally you specify the slice. .Pp .Dl disklabel da0s1 > savedlabel @@ -559,8 +580,8 @@ flag to restore the label at a later date. Create a label for .Pa da0s1 based on information for -.if t ``da2212'' found in -.if n "da2212" found in +.Dq da2212 +found in .Pa /etc/disktab . Any existing bootstrap code will be clobbered. .Pp @@ -599,9 +620,9 @@ On-disk and in-core labels are unchanged. .Dl disklabel -w -B /dev/da0s1 -b newboot1 -s newboot da2212 .Pp Install a new label and bootstrap. -.if t The label is derived from disktab information for ``da2212'' and -.if n The label is derived from disktab information for "da2212" and -installed both in-core and on-disk. +The label is derived from disktab information for +.Dq da2212 +and installed both in-core and on-disk. The bootstrap code comes from the files .Pa /boot/newboot1 and @@ -614,7 +635,9 @@ and .Dl disklabel -e da0s1 .Pp Completely wipe any prior information on the disk, creating a new bootable -disk with a DOS partition table containing one ``whole-disk'' slice. Then +disk with a DOS partition table containing one +.Dq whole-disk +slice. Then initialize the slice, then edit it to your needs. The .Pa dd commands are optional, but may be necessary for some BIOSes to properly @@ -629,21 +652,20 @@ The kernel device drivers will not allow the size of a disk partition to be decreased or the offset of a partition to be changed while it is open. Some device drivers create a label containing only a single large partition if a disk is unlabeled; thus, the label must be written to the -.if t ``a'' -.if n "a" +.Dq a partition of the disk while it is open. This sometimes requires the desired label to be set in two steps, the first one creating at least one other partition, and the second setting the label on the new partition while shrinking the -.if t ``a'' -.if n "a" +.Dq a partition. .Pp On some machines the bootstrap code may not fit entirely in the area allocated for it by some filesystems. As a result, it may not be possible to have filesystems on some partitions -.if t of a ``bootable'' disk. -.if n of a "bootable" disk. +of a +.Dq bootable +disk. When installing bootstrap code, .Nm checks for these cases. @@ -657,8 +679,9 @@ Conversely, if a partition has a type other than FS_UNUSED or FS_BOOT, will not install bootstrap code that overlaps it. .Sh BUGS When a disk name is given without a full pathname, -.if t the constructed device name uses the ``c'' partition. -.if n the constructed device name uses the "c" partition. +the constructed device name uses the +.Dq c +partition. .Pp For the i386 architecture, the primary bootstrap sector contains an embedded diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index fb7b3b4..fae945d 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -187,7 +187,6 @@ If this amount is exceeded, prompts for a new tape. It is recommended to be a bit conservative on this option. The default tape length is 2300 feet. -.ne 1i .It Fl T Ar date Use the specified date as the starting time for the dump instead of the time determined from looking in diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index aa30008..71b01c8 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -316,12 +316,11 @@ This line must occur before any lines that specify partition information. .Pp It is an error if the following is not true: -.Pp -.nf - 1 <= number of cylinders - 1 <= number of heads <= 256 - 1 <= number of sectors/track < 64 -.fi +.Bd -literal -offset indent +1 <= number of cylinders +1 <= number of heads <= 256 +1 <= number of sectors/track < 64 +.Ed .Pp The number of cylinders should be less than or equal to 1024, but this is not enforced, although a warning will be output. Note that bootable @@ -332,12 +331,11 @@ Non-bootable partitions do not have this restriction. .Pp Example (all of these are equivalent), for a disk with 1019 cylinders, 39 heads, and 63 sectors: -.Pp -.nf - g c1019 h39 s63 - g h39 c1019 s63 - g s63 h39 c1019 -.fi +.Bd -literal -offset indent +g c1019 h39 s63 +g h39 c1019 s63 +g s63 h39 c1019 +.Ed .It Xo .Ic p .No Ar partition @@ -383,10 +381,9 @@ necessary, and the end offset will be rounded downwards to a cylinder boundary if necessary. .Pp Example: to clear partition 4 and mark it as unused: -.Pp -.nf - p 4 0 0 0 -.fi +.Bd -literal -offset indent +p 4 0 0 0 +.Ed .Pp Example: to set partition 1 to a .Bx Free @@ -394,9 +391,10 @@ partition, starting at sector 1 for 2503871 sectors (note: these numbers will be rounded upwards and downwards to correspond to head and cylinder boundaries): .Pp -.nf - p 1 165 1 2503871 -.fi +.Bd -literal -offset indent +p 1 165 1 2503871 +.Ed +.Pp .It Xo .Ic a .No Ar partition @@ -407,13 +405,10 @@ the active partition. Can occur anywhere in the config file, but only one must be present. .Pp Example: to make partition 1 the active partition: -.Pp -.nf - a 1 -.fi - +.Bd -literal -offset indent +a 1 +.Ed .El -.Pp .Sh FILES .Bl -tag -width /boot/mbr -compact .It Pa /boot/mbr diff --git a/sbin/fdisk_pc98/fdisk.8 b/sbin/fdisk_pc98/fdisk.8 index 7b9d414..fcc4eb5 100644 --- a/sbin/fdisk_pc98/fdisk.8 +++ b/sbin/fdisk_pc98/fdisk.8 @@ -344,12 +344,11 @@ This line must occur before any lines that specify partition information. .Pp It is an error if the following is not true: -.Pp -.nf - 1 <= number of cylinders - 1 <= number of heads <= 256 - 1 <= number of sectors/track < 64 -.fi +.Bd -literal -offset indent +1 <= number of cylinders +1 <= number of heads <= 256 +1 <= number of sectors/track < 64 +.Ed .Pp The number of cylinders should be less than or equal to 1024, but this is not enforced, although a warning will be output. Note that bootable @@ -360,12 +359,11 @@ Non-bootable partitions do not have this restriction. .Pp Example (all of these are equivalent), for a disk with 1019 cylinders, 39 heads, and 63 sectors: -.Pp -.nf - g c1019 h39 s63 - g h39 c1019 s63 - g s63 h39 c1019 -.fi +.Bd -literal -offset indent +g c1019 h39 s63 +g h39 c1019 s63 +g s63 h39 c1019 +.Ed .It Xo .Ic p .No Ar partition @@ -411,20 +409,18 @@ necessary, and the end offset will be rounded downwards to a cylinder boundary if necessary. .Pp Example: to clear partition 4 and mark it as unused: -.Pp -.nf - p 4 0 0 0 -.fi +.Bd -literal -offset indent +p 4 0 0 0 +.Ed .Pp Example: to set partition 1 to a .Bx Free partition, starting at sector 1 for 2503871 sectors (note: these numbers will be rounded upwards and downwards to correspond to head and cylinder boundaries): -.Pp -.nf - p 1 165 1 2503871 -.fi +.Bd -literal -offset indent +p 1 165 1 2503871 +.Ed .It Xo .Ic a .No Ar partition @@ -435,13 +431,10 @@ the active partition. Can occur anywhere in the config file, but only one must be present. .Pp Example: to make partition 1 the active partition: -.Pp -.nf - a 1 -.fi - +.Bd -literal -offset indent +a 1 +.Ed .El -.Pp .Sh FILES .Bl -tag -width /boot/mbr -compact .It Pa /boot/mbr diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index 2ea7d62..6a33433 100644 --- a/sbin/fsdb/fsdb.8 +++ b/sbin/fsdb/fsdb.8 @@ -103,7 +103,6 @@ may be a multi-component name or may begin with slash to indicate that the root inode should be used to start the lookup. If some component along the pathname is not found, the last valid directory encountered is left as the active inode. -.br This command is valid only if the starting inode is a directory. .Pp .It Cm active @@ -216,9 +215,9 @@ Exit the program. .Sh BUGS Manipulation of ``short'' symlinks doesn't work (in particular, don't try changing a symlink's type). -.br +.Pp You must specify modes as numbers rather than symbolic names. -.br +.Pp There are a bunch of other things that you might want to do which .Nm doesn't implement. @@ -232,7 +231,7 @@ first appeared in .Nx , written by .An John T. Kohl . -.br +.Pp .An Peter Wemm ported it to .Fx . diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 966baaa..2711038 100644 --- a/sbin/fsirand/fsirand.8 +++ b/sbin/fsirand/fsirand.8 @@ -98,11 +98,12 @@ of memory for large disks with few cylinder groups. The .Nm command appeared in SunOS 3.x. -.br +.Pp This version of .Nm first appeared in .Ox 2.1 . +.Pp A .Fx version first appeared in diff --git a/sbin/i386/fdisk/fdisk.8 b/sbin/i386/fdisk/fdisk.8 index aa30008..71b01c8 100644 --- a/sbin/i386/fdisk/fdisk.8 +++ b/sbin/i386/fdisk/fdisk.8 @@ -316,12 +316,11 @@ This line must occur before any lines that specify partition information. .Pp It is an error if the following is not true: -.Pp -.nf - 1 <= number of cylinders - 1 <= number of heads <= 256 - 1 <= number of sectors/track < 64 -.fi +.Bd -literal -offset indent +1 <= number of cylinders +1 <= number of heads <= 256 +1 <= number of sectors/track < 64 +.Ed .Pp The number of cylinders should be less than or equal to 1024, but this is not enforced, although a warning will be output. Note that bootable @@ -332,12 +331,11 @@ Non-bootable partitions do not have this restriction. .Pp Example (all of these are equivalent), for a disk with 1019 cylinders, 39 heads, and 63 sectors: -.Pp -.nf - g c1019 h39 s63 - g h39 c1019 s63 - g s63 h39 c1019 -.fi +.Bd -literal -offset indent +g c1019 h39 s63 +g h39 c1019 s63 +g s63 h39 c1019 +.Ed .It Xo .Ic p .No Ar partition @@ -383,10 +381,9 @@ necessary, and the end offset will be rounded downwards to a cylinder boundary if necessary. .Pp Example: to clear partition 4 and mark it as unused: -.Pp -.nf - p 4 0 0 0 -.fi +.Bd -literal -offset indent +p 4 0 0 0 +.Ed .Pp Example: to set partition 1 to a .Bx Free @@ -394,9 +391,10 @@ partition, starting at sector 1 for 2503871 sectors (note: these numbers will be rounded upwards and downwards to correspond to head and cylinder boundaries): .Pp -.nf - p 1 165 1 2503871 -.fi +.Bd -literal -offset indent +p 1 165 1 2503871 +.Ed +.Pp .It Xo .Ic a .No Ar partition @@ -407,13 +405,10 @@ the active partition. Can occur anywhere in the config file, but only one must be present. .Pp Example: to make partition 1 the active partition: -.Pp -.nf - a 1 -.fi - +.Bd -literal -offset indent +a 1 +.Ed .El -.Pp .Sh FILES .Bl -tag -width /boot/mbr -compact .It Pa /boot/mbr diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index 1e56e4f..af82cc7 100644 --- a/sbin/mount_null/mount_null.8 +++ b/sbin/mount_null/mount_null.8 @@ -228,7 +228,7 @@ is that vnode arguments must be manually mapped. .\" .Sh SEE ALSO .Xr mount 8 -.sp +.Pp UCLA Technical Report CSD-910056, .Em "Stackable Layers: an Architecture for File System Development" . .Sh BUGS diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8 index 1e56e4f..af82cc7 100644 --- a/sbin/mount_nullfs/mount_nullfs.8 +++ b/sbin/mount_nullfs/mount_nullfs.8 @@ -228,7 +228,7 @@ is that vnode arguments must be manually mapped. .\" .Sh SEE ALSO .Xr mount 8 -.sp +.Pp UCLA Technical Report CSD-910056, .Em "Stackable Layers: an Architecture for File System Development" . .Sh BUGS diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 1e1d3cd..4c21dd6 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -179,7 +179,6 @@ with read/write-behind achieve higher performance with this feature disabled, so this value should be left at the default value of 0 milliseconds. See .Xr tunefs 8 for more details on how to set this option. -.ne 1i .It Fl e Ar maxbpg Indicate the maximum number of blocks any single file can allocate out of a cylinder group before it is forced to begin @@ -291,7 +290,6 @@ bad sector allocation. .It Fl r Ar revolutions/minute The speed of the disk in revolutions per minute. This value is no longer of interest, since all the parameters which depend on it are usually disabled. -.ne 1i .It Fl t Ar #tracks/cylinder The number of tracks/cylinder available for data allocation by the file system. diff --git a/sbin/pc98/fdisk/fdisk.8 b/sbin/pc98/fdisk/fdisk.8 index 7b9d414..fcc4eb5 100644 --- a/sbin/pc98/fdisk/fdisk.8 +++ b/sbin/pc98/fdisk/fdisk.8 @@ -344,12 +344,11 @@ This line must occur before any lines that specify partition information. .Pp It is an error if the following is not true: -.Pp -.nf - 1 <= number of cylinders - 1 <= number of heads <= 256 - 1 <= number of sectors/track < 64 -.fi +.Bd -literal -offset indent +1 <= number of cylinders +1 <= number of heads <= 256 +1 <= number of sectors/track < 64 +.Ed .Pp The number of cylinders should be less than or equal to 1024, but this is not enforced, although a warning will be output. Note that bootable @@ -360,12 +359,11 @@ Non-bootable partitions do not have this restriction. .Pp Example (all of these are equivalent), for a disk with 1019 cylinders, 39 heads, and 63 sectors: -.Pp -.nf - g c1019 h39 s63 - g h39 c1019 s63 - g s63 h39 c1019 -.fi +.Bd -literal -offset indent +g c1019 h39 s63 +g h39 c1019 s63 +g s63 h39 c1019 +.Ed .It Xo .Ic p .No Ar partition @@ -411,20 +409,18 @@ necessary, and the end offset will be rounded downwards to a cylinder boundary if necessary. .Pp Example: to clear partition 4 and mark it as unused: -.Pp -.nf - p 4 0 0 0 -.fi +.Bd -literal -offset indent +p 4 0 0 0 +.Ed .Pp Example: to set partition 1 to a .Bx Free partition, starting at sector 1 for 2503871 sectors (note: these numbers will be rounded upwards and downwards to correspond to head and cylinder boundaries): -.Pp -.nf - p 1 165 1 2503871 -.fi +.Bd -literal -offset indent +p 1 165 1 2503871 +.Ed .It Xo .Ic a .No Ar partition @@ -435,13 +431,10 @@ the active partition. Can occur anywhere in the config file, but only one must be present. .Pp Example: to make partition 1 the active partition: -.Pp -.nf - a 1 -.fi - +.Bd -literal -offset indent +a 1 +.Ed .El -.Pp .Sh FILES .Bl -tag -width /boot/mbr -compact .It Pa /boot/mbr diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index af81e86..100323c 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -238,7 +238,6 @@ Note that the flag replaces the function of the old .Xr dumpdir 8 program. -.ne 1i .It Fl x The named files are read from the given media. If a named file matches a directory whose contents diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index c7dcab7..02926e2 100644 --- a/sbin/routed/rtquery/rtquery.8 +++ b/sbin/routed/rtquery/rtquery.8 @@ -8,14 +8,13 @@ .Nm rtquery .Nd query routing daemons for their routing tables .Sh SYNOPSIS -.Nm +.Nm rtquery .Op Fl np1 .Op Fl w Ar timeout .Op Fl r Ar addr .Op Fl a Ar secret .Ar host ... -.br -.Nm +.Nm rtquery .Op Fl t Ar op .Ar host ... .Sh DESCRIPTION diff --git a/sbin/spppcontrol/spppcontrol.8 b/sbin/spppcontrol/spppcontrol.8 index d9d8dde..a679d7a 100644 --- a/sbin/spppcontrol/spppcontrol.8 +++ b/sbin/spppcontrol/spppcontrol.8 @@ -224,6 +224,5 @@ utility appeared in .Fx 3.0 . .Sh AUTHORS The program was written by -.ie t J\(:org Wunsch, -.el Joerg Wunsch, +.An J\(:org Wunsch , Dresden. |