Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2002 00:40:01 -0800 (PST)
From:      Peter Pentchev <roam@ringlet.net>
To:        freebsd-doc@freebsd.org
Subject:   Re: docs/34668: Document '+' for -t in ktrace(1)
Message-ID:  <200202070840.g178e1K92043@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/34668; it has been noted by GNATS.

From: Peter Pentchev <roam@ringlet.net>
To: Stefan Farfeleder <e0026813@tuwien.ac.at>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: docs/34668: Document '+' for -t in ktrace(1)
Date: Thu, 7 Feb 2002 10:30:56 +0200

 Hmm.. is this your correct e-mail address?  I got a 'mail delivery
 failure: user does not exist' on the one in the PR..
 
 (Apologies to -doc and GNATS for getting this message twice)
 
 G'luck,
 Peter
 
 -- 
 Peter Pentchev	roam@ringlet.net	roam@FreeBSD.org
 PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
 Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
 What would this sentence be like if pi were 3?
 
 ----- Forwarded message from Peter Pentchev <roam@ringlet.net> -----
 
 Date: Thu, 7 Feb 2002 10:21:13 +0200
 From: Peter Pentchev <roam@ringlet.net>
 To: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
 Cc: freebsd-gnats-submit@freebsd.org
 Subject: Re: docs/34668: Document '+' for -t in ktrace(1)
 
 On Wed, Feb 06, 2002 at 08:51:58AM -0800, Stefan Farfeleder wrote:
 > 
 > >Number:         34668
 > >Category:       docs
 > >Synopsis:       Document '+' for -t in ktrace(1)
 > >Originator:     Stefan Farfeleder
 > 
 > >Description:
 > The -t option takes a string of characters, of which '+' wasn't documented    till now. Wording taken from NetBSD ktrace(1).
 > 
 > Additional problem: kdump(1) refers to ktrace(1) for information about -t, but while ktrace defaults to DEF_POINTS (-t +), kdump has ALL_POINTS (-t +w) when no -t option is given.
 > >How-To-Repeat:
 > 
 > >Fix:
 > --- ktrace.1.orig       Wed Feb  6 16:05:12 2002
 > +++ ktrace.1    Wed Feb  6 16:40:44 2002
 > @@ -119,6 +119,8 @@
 >  userland traces
 >  .It Cm w
 >  context switches
 > +.It Cm +
 > +trace the default set of trace points (c, n, i, s, u)
 >  .El
 >  .It Ar command
 >  Execute
 
 Would it not be better to mark those up as Cm's, as in
 the attached patch?
 G'luck,
 Peter
 
 -- 
 Peter Pentchev	roam@ringlet.net	roam@FreeBSD.org
 PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
 Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
 This sentence contains exactly threee erors.
 
 Index: src/usr.bin/ktrace/ktrace.1
 ===================================================================
 RCS file: /home/ncvs/src/usr.bin/ktrace/ktrace.1,v
 retrieving revision 1.13
 diff -u -r1.13 ktrace.1
 --- src/usr.bin/ktrace/ktrace.1	15 Jul 2001 08:01:20 -0000	1.13
 +++ src/usr.bin/ktrace/ktrace.1	7 Feb 2002 08:19:48 -0000
 @@ -119,6 +119,13 @@
  userland traces
  .It Cm w
  context switches
 +.It Cm +
 +trace the default set of trace points -
 +.Cm c ,
 +.Cm n ,
 +.Cm i ,
 +.Cm s ,
 +.Cm u
  .El
  .It Ar command
  Execute
 
 
 
 ----- End forwarded message -----

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?200202070840.g178e1K92043>