diff options
author | joe <joe@FreeBSD.org> | 2002-05-09 11:47:42 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-05-09 11:47:42 +0000 |
commit | 36c976074ebd00defe149d424c3a2ebc63ae20fc (patch) | |
tree | 01758b96f23ae9f77dd349377a497b6afc86cbff /usr.sbin | |
parent | 349f81351db3b34270d17d925cff0d27d9d5dbcf (diff) | |
download | FreeBSD-src-36c976074ebd00defe149d424c3a2ebc63ae20fc.zip FreeBSD-src-36c976074ebd00defe149d424c3a2ebc63ae20fc.tar.gz |
Replace /kernel with /boot/kernel/kernel.
PR: docs/37757
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/getextattr/getextattr.8 | 10 | ||||
-rw-r--r-- | usr.sbin/iostat/iostat.8 | 6 | ||||
-rw-r--r-- | usr.sbin/kernbb/kernbb.8 | 4 | ||||
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 6 | ||||
-rw-r--r-- | usr.sbin/rwhod/rwhod.8 | 2 | ||||
-rw-r--r-- | usr.sbin/setextattr/setextattr.8 | 6 | ||||
-rw-r--r-- | usr.sbin/trpt/trpt.8 | 4 |
7 files changed, 19 insertions, 19 deletions
diff --git a/usr.sbin/getextattr/getextattr.8 b/usr.sbin/getextattr/getextattr.8 index a80780c..72c165f 100644 --- a/usr.sbin/getextattr/getextattr.8 +++ b/usr.sbin/getextattr/getextattr.8 @@ -78,18 +78,18 @@ to succeed, the attribute service must be available on the file system, and the attribute must of defined for the file queried. .Sh EXAMPLES .Bd -literal -offset indent -# getextattr system md5 /kernel -/kernel: +# getextattr system md5 /boot/kernel/kernel +/boot/kernel/kernel: 61 61 33 62 39 39 66 65 31 35 35 32 31 62 65 32 62 36 38 36 62 31 66 39 63 64 33 39 35 36 36 31 -# getextattr -s system md5 /kernel -/kernel: "aa3b99fe15521be2b686b1f9cd395661" +# getextattr -s system md5 /boot/kernel/kernel +/boot/kernel/kernel: "aa3b99fe15521be2b686b1f9cd395661" .Ed .Pp Retrieve the .Dq md5 extended attribute for the file -.Pa /kernel . +.Pa /boot/kernel/kernel . .Sh SEE ALSO .Xr extattr 2 , .Xr extattr 3 , diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index cac8f9a..c93dcb4 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -144,7 +144,7 @@ will display fewer devices if there aren't devices present. .It Fl N Extract the name list from the specified system instead of the default -.Dq Pa /kernel . +.Dq Pa /boot/kernel/kernel . .It Fl o Display old-style .Nm @@ -350,8 +350,8 @@ average milliseconds per transaction .El .El .Sh FILES -.Bl -tag -width /dev/kmem -compact -.It Pa /kernel +.Bl -tag -width /boot/kernel/kernel -compact +.It Pa /boot/kernel/kernel Default kernel namelist. .It Pa /dev/kmem Default memory file. diff --git a/usr.sbin/kernbb/kernbb.8 b/usr.sbin/kernbb/kernbb.8 index 52187d5..fa3b287 100644 --- a/usr.sbin/kernbb/kernbb.8 +++ b/usr.sbin/kernbb/kernbb.8 @@ -56,8 +56,8 @@ following fields: filename, linenumber, procedure, address, count of executions, length of the basic-block in bytes and the product of the previous two fields. .Sh FILES -.Bl -tag -width /dev/kmemx -compact -.It Pa /kernel +.Bl -tag -width /boot/kernel/kernel -compact +.It Pa /boot/kernel/kernel the default system .It Pa /dev/kmem the default memory diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index f21bc0d..8c8eb22 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -364,11 +364,11 @@ instead of the default .Pa /dev/kmem . .It Fl N Extract the name list from the specified system instead of the default -.Pa /kernel . +.Pa /boot/kernel/kernel . .El .Sh FILES -.Bl -tag -width /dev/memxxx -compact -.It Pa /kernel +.Bl -tag -width /boot/kernel/kernel -compact +.It Pa /boot/kernel/kernel namelist .It Pa /dev/mem default source of tables diff --git a/usr.sbin/rwhod/rwhod.8 b/usr.sbin/rwhod/rwhod.8 index 3102e7f..97a3191 100644 --- a/usr.sbin/rwhod/rwhod.8 +++ b/usr.sbin/rwhod/rwhod.8 @@ -216,7 +216,7 @@ Status messages are generated approximately once every performs an .Xr nlist 3 on -.Pa /kernel +.Pa /boot/kernel/kernel every 30 minutes to guard against the possibility that this file is not the system image currently operating. diff --git a/usr.sbin/setextattr/setextattr.8 b/usr.sbin/setextattr/setextattr.8 index 0e406ec..fbe64d6 100644 --- a/usr.sbin/setextattr/setextattr.8 +++ b/usr.sbin/setextattr/setextattr.8 @@ -59,13 +59,13 @@ In order for to succeed, the attribute service must be available on the file system, and appropriate privilege may be required. .Sh EXAMPLES -.Dl # setextattr system md5 /kernel `md5 -q /kernel` +.Dl # setextattr system md5 /boot/kernel/kernel `md5 -q /boot/kernel/kernel` .Pp Set the .Dq md5 -extended attribute on the file /kernel to the string +extended attribute on the file /boot/kernel/kernel to the string containing the output of -.Dq md5 -q /kernel . +.Dq md5 -q /boot/kernel/kernel . .Sh SEE ALSO .Xr extattr 2 , .Xr extattr 3 , diff --git a/usr.sbin/trpt/trpt.8 b/usr.sbin/trpt/trpt.8 index fa3ab2e..1cbd6ae 100644 --- a/usr.sbin/trpt/trpt.8 +++ b/usr.sbin/trpt/trpt.8 @@ -125,8 +125,8 @@ If debugging is being performed on a system or core file other than the default, the last two arguments may be used to supplant the defaults. .Sh FILES -.Bl -tag -width /dev/kmem -compact -.It Pa /kernel +.Bl -tag -width /boot/kernel/kernel -compact +.It Pa /boot/kernel/kernel .It Pa /dev/kmem .El .Sh SEE ALSO |