svn commit: r321328 - head/usr.bin/truss

Edward Tomasz Napierala trasz at FreeBSD.org
Fri Jul 21 13:51:01 UTC 2017


Author: trasz
Date: Fri Jul 21 13:50:59 2017
New Revision: 321328
URL: https://svnweb.freebsd.org/changeset/base/321328

Log:
  Use more usual formatting for the EXAMPLES section of truss(1).
  
  MFC after:	2 weeks
  Sponsored by:	DARPA, AFRL

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

Modified: head/usr.bin/truss/truss.1
==============================================================================
--- head/usr.bin/truss/truss.1	Fri Jul 21 13:27:25 2017	(r321327)
+++ head/usr.bin/truss/truss.1	Fri Jul 21 13:50:59 2017	(r321328)
@@ -92,11 +92,13 @@ and
 options are mutually exclusive.)
 .El
 .Sh EXAMPLES
-# Follow the system calls used in echoing "hello"
+Follow the system calls used in echoing "hello":
 .Dl $ truss /bin/echo hello
-# Do the same, but put the output into a file
+.Pp
+Do the same, but put the output into a file:
 .Dl $ truss -o /tmp/truss.out /bin/echo hello
-# Follow an already-running process
+.Pp
+Follow an already-running process:
 .Dl $ truss -p 34
 .Sh SEE ALSO
 .Xr kdump 1 ,


More information about the svn-src-all mailing list