From owner-freebsd-doc Wed Mar 27 10:20:26 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 913C037B421 for ; Wed, 27 Mar 2002 10:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2RIK1w97747; Wed, 27 Mar 2002 10:20:01 -0800 (PST) (envelope-from gnats) Received: from hpdi.ath.cx (pc2-nthf5-0-cust237.not.cable.ntl.com [80.4.35.237]) by hub.freebsd.org (Postfix) with ESMTP id 9ECEF37B419 for ; Wed, 27 Mar 2002 10:16:06 -0800 (PST) Received: from hpdi.ath.cx (localhost [127.0.0.1]) by hpdi.ath.cx (8.12.2/8.12.2) with ESMTP id g2RICn5a005670 for ; Wed, 27 Mar 2002 18:12:49 GMT (envelope-from hitenp@hpdi.ath.cx) Received: (from hitenp@localhost) by hpdi.ath.cx (8.12.2/8.12.2/Submit) id g2RICnQE005669; Wed, 27 Mar 2002 18:12:49 GMT Message-Id: <200203271812.g2RICnQE005669@hpdi.ath.cx> Date: Wed, 27 Mar 2002 18:12:49 GMT From: Hiten Pandya Reply-To: Hiten Pandya To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/36377: kernel path needs to be changed in -current manual pages Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36377 >Category: docs >Synopsis: kernel path needs to be changed in -current manual pages >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Mar 27 10:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Hiten Pandya >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD hpdi.ath.cx 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Thu Mar 21 20:05:18 GMT 2002 hitenp@hpdi.ath.cx:/c1/obj/data/dev/src/sys/CURRENT5 i386 >Description: Some manual pages in -current need to be changed which refer to the /kernel file patch. FreeBSD-CURRENT man pages have to make use of /boot/kernel/kernel and not /kernel. I am attaching a patch for a taster. If this patch is agreed upon, then I can submit more patches for the same change, which has to be made to say.. a _lot_ of (not) utilities not limited to: o iostat(8) o pstat(8) o getextattr(8) I am attaching a patch which will change the path in the kgmon(8) manual page. If more are needed for other man pages as described above, please submit a followup to this list, and I will make the patches personally and submit them as a followup to this PR. Thanks, Regards, -- Hiten Pandya -- P.S. : I have submitted this PR under the update class as this is not a bug under -STABLE, which refers to /kernel AFAIK. >How-To-Repeat: Look at the kgmon(8) manual page (in -CURRENT) as a sampler. >Fix: Index: kgmon.8 =================================================================== RCS file: /home/ncvs/src/usr.sbin/kgmon/kgmon.8,v retrieving revision 1.10 diff -u -r1.10 kgmon.8 --- kgmon.8 2001/07/15 08:02:07 1.10 +++ kgmon.8 2002/03/27 18:02:39 @@ -87,7 +87,7 @@ .It Fl N Extract the name list from the specified system instead of the default -.Pa /kernel . +.Pa /boot/kernel/kernel . .El .Pp If neither @@ -108,7 +108,7 @@ of the profile data is changed. .Sh FILES .Bl -tag -width /dev/kmemx -compact -.It Pa /kernel +.It Pa /boot/kernel/kernel the default system .It Pa /dev/kmem the default memory >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message