From owner-freebsd-doc Tue Feb 26 15:50:16 2002 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56ACD37B417 for ; Tue, 26 Feb 2002 15:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1QNo1Q47285; Tue, 26 Feb 2002 15:50:01 -0800 (PST) (envelope-from gnats) Received: from fafoe.dyndns.org (chello212186121237.14.vie.surfer.at [212.186.121.237]) by hub.freebsd.org (Postfix) with ESMTP id 00AD637B400 for ; Tue, 26 Feb 2002 15:47:09 -0800 (PST) Received: by stefan.fafoe (Postfix, from userid 1001) id 13A24EA1B; Wed, 27 Feb 2002 00:46:10 +0100 (CET) Message-Id: <20020226234610.13A24EA1B@stefan.fafoe> Date: Wed, 27 Feb 2002 00:46:10 +0100 (CET) From: Stefan Farfeleder Reply-To: Stefan Farfeleder To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/35361: [PATCH] more pedantry for ktrace(1) 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: 35361 >Category: docs >Synopsis: [PATCH] more pedantry for ktrace(1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 15:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Stefan Farfeleder >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD stefan.fafoe 4.5-STABLE FreeBSD 4.5-STABLE #8: Tue Feb 26 21:34:20 CET 2002 root@stefan.fafoe:/usr/obj/usr/src/sys/MORDOR i386 >Description: In the synopsis of ktrace(1) the name of the argument to -f is `trfile' but later on it is referred to as only `file'. I think it would be nicer if those occurences would also read `trfile'. >How-To-Repeat: man ktrace >Fix: Index: ktrace.1 =================================================================== RCS file: /home/ncvs/src/usr.bin/ktrace/ktrace.1,v retrieving revision 1.14 diff -u -r1.14 ktrace.1 --- ktrace.1 11 Feb 2002 09:03:34 -0000 1.14 +++ ktrace.1 26 Feb 2002 23:10:42 -0000 @@ -85,9 +85,9 @@ .It Fl d Descendants; perform the operation for all current children of the designated processes. -.It Fl f Ar file +.It Fl f Ar trfile Log trace records to -.Ar file +.Ar trfile instead of .Pa ktrace.out . .It Fl g Ar pgid @@ -166,7 +166,7 @@ .Xr kdump 1 .Sh BUGS Only works if -.Ar file +.Ar trfile is a regular file. .Sh HISTORY The >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message