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 <mjgu...@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 ,
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to