summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-04-07 00:06:21 +0000
committermpp <mpp@FreeBSD.org>1996-04-07 00:06:21 +0000
commit86b292ffbd52cf8fb3f73834b0571641724258fb (patch)
treea3ba6912210e1b413706c71ed63a536ccf343f46 /sbin
parent427df293eed445a29412d2cbcccd03a733389070 (diff)
downloadFreeBSD-src-86b292ffbd52cf8fb3f73834b0571641724258fb.zip
FreeBSD-src-86b292ffbd52cf8fb3f73834b0571641724258fb.tar.gz
Correct some man page cross references and file location references.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/adjkerntz/adjkerntz.810
-rw-r--r--sbin/bsdlabel/bsdlabel.56
-rw-r--r--sbin/disklabel/disklabel.56
-rw-r--r--sbin/mountd/exports.52
4 files changed, 12 insertions, 12 deletions
diff --git a/sbin/adjkerntz/adjkerntz.8 b/sbin/adjkerntz/adjkerntz.8
index 948dd40b..5c79c66 100644
--- a/sbin/adjkerntz/adjkerntz.8
+++ b/sbin/adjkerntz/adjkerntz.8
@@ -136,7 +136,7 @@ Super-user privileges are required for all operations.
Time zone change rule, see
.Xr tzset 3 ;
not needed when
-.Xr /usr/sbin/tzsetup
+.Xr tzsetup 8
or
.Xr zic 8
is used.
@@ -144,7 +144,7 @@ is used.
.Bl -tag -width /etc/wall_cmos_clock -compact
.It Pa /etc/localtime
Current zoneinfo file, see
-.Xr /usr/sbin/tzsetup
+.Xr tzsetup 8
and
.Xr zic 8 .
.It Pa /etc/wall_cmos_clock
@@ -153,11 +153,11 @@ Its presence indicates that the machine's CMOS clock is set to local
time, while its absence indicates a UTC CMOS clock.
.Sh SEE ALSO
.Xr tzset 3 ,
-.Xr zic 8 ,
-.Xr rc 8 ,
.Xr crontab 5 ,
+.Xr rc 8 ,
.Xr sysctl 8 ,
-.Xr tzsetup 8 .
+.Xr tzsetup 8 ,
+.Xr zic 8 .
.Sh DIAGNOSTICS
No diagnostics.
If an error occurs,
diff --git a/sbin/bsdlabel/bsdlabel.5 b/sbin/bsdlabel/bsdlabel.5
index fb6f6cd..9062e82 100644
--- a/sbin/bsdlabel/bsdlabel.5
+++ b/sbin/bsdlabel/bsdlabel.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
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
diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5
index fc521f2..73f0207 100644
--- a/sbin/mountd/exports.5
+++ b/sbin/mountd/exports.5
@@ -184,7 +184,7 @@ and optionally
.Sm on
If the mask is not specified, it will default to the mask for that network
class (A, B or C; see
-.Xr inet 5 ).
+.Xr inet 4 ).
.Pp
For example:
.Bd -literal -offset indent
OpenPOWER on IntegriCloud