Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2009 00:58:14 +0000 (UTC)
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r187607 - head/usr.bin/truss
Message-ID:  <200901230058.n0N0wEjY026935@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trhodes
Date: Fri Jan 23 00:58:14 2009
New Revision: 187607
URL: http://svn.freebsd.org/changeset/base/187607

Log:
  Attaching to the init process returns EINVAL,
  so give an example that is more likely to work.
  Stolen from the ktrace(1) manual page.
  
  PR:		128222
  Submitted by:	Mateusz Guzik <mjguzik@gmail.com>

Modified:
  head/usr.bin/truss/truss.1

Modified: head/usr.bin/truss/truss.1
==============================================================================
--- head/usr.bin/truss/truss.1	Fri Jan 23 00:51:25 2009	(r187606)
+++ head/usr.bin/truss/truss.1	Fri Jan 23 00:58:14 2009	(r187607)
@@ -1,6 +1,6 @@
 .\" $FreeBSD$
 .\"
-.Dd January 2, 2004
+.Dd January 22, 2009
 .Dt TRUSS 1
 .Os
 .Sh NAME
@@ -85,7 +85,7 @@ options are mutually exclusive.)
 # Do the same, but put the output into a file
 .Dl $ truss -o /tmp/truss.out /bin/echo hello
 # Follow an already-running process
-.Dl $ truss -p 1
+.Dl $ truss -p 34
 .Sh SEE ALSO
 .Xr kdump 1 ,
 .Xr ktrace 1 ,



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