From stefan@fafoe.dyndns.org  Tue Feb 26 15:47:09 2002
Return-Path: <stefan@fafoe.dyndns.org>
Received: from fafoe.dyndns.org (chello212186121237.14.vie.surfer.at [212.186.121.237])
	by hub.freebsd.org (Postfix) with ESMTP id 00AD637B400
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <e0026813@stud3.tuwien.ac.at>
Reply-To: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] more pedantry for ktrace(1)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         35361
>Category:       docs
>Synopsis:       [PATCH] more pedantry for ktrace(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 26 15:50:01 PST 2002
>Closed-Date:    Sat Mar 2 17:15:18 PST 2002
>Last-Modified:  Sat Mar 02 17:15:55 PST 2002
>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:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Sat Mar 2 17:15:18 PST 2002 
State-Changed-Why:  
Committed in revision 1.15 and MFC'ed. 
Thank you :) 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35361 
>Unformatted:
