Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2002 00:46:10 +0100 (CET)
From:      Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/35361: [PATCH] more pedantry for ktrace(1)
Message-ID:  <20020226234610.13A24EA1B@stefan.fafoe>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020226234610.13A24EA1B>