From 86b292ffbd52cf8fb3f73834b0571641724258fb Mon Sep 17 00:00:00 2001 From: mpp Date: Sun, 7 Apr 1996 00:06:21 +0000 Subject: Correct some man page cross references and file location references. --- sbin/disklabel/disklabel.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sbin/disklabel') diff --git a/sbin/disklabel/disklabel.5 b/sbin/disklabel/disklabel.5 index fb6f6cd..9062e82 100644 --- a/sbin/disklabel/disklabel.5 +++ b/sbin/disklabel/disklabel.5 @@ -80,12 +80,12 @@ program. .Pp A copy of the in-core label for a disk can be obtained with the .Dv DIOCGDINFO -.Xr ioctl ; +.Xr ioctl 2 ; this works with a file descriptor for a block or character (``raw'') device for any partition of the disk. The in-core copy of the label is set by the .Dv DIOCSDINFO -.Xr ioctl . +.Xr ioctl 2 . The offset of a partition cannot generally be changed while it is open, nor can it be made smaller while it is open. One exception is that any change is allowed if no label was found @@ -93,7 +93,7 @@ on the disk, and the driver was able to construct only a skeletal label without partition information. Finally, the .Dv DIOCWDINFO -.Xr ioctl +.Xr ioctl 2 operation sets the in-core label and then updates the on-disk label; there must be an existing label on the disk for this operation to succeed. Thus, the initial label for a disk or disk pack must be installed -- cgit v1.1