svn commit: r322090 - stable/11/usr.bin/truss

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Aug 5 09:45:09 UTC 2017


Author: trasz
Date: Sat Aug  5 09:45:08 2017
New Revision: 322090
URL: https://svnweb.freebsd.org/changeset/base/322090

Log:
  MFC r321328:
  
  Use more usual formatting for the EXAMPLES section of truss(1).

Modified:
  stable/11/usr.bin/truss/truss.1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/truss/truss.1
==============================================================================
--- stable/11/usr.bin/truss/truss.1	Sat Aug  5 09:44:21 2017	(r322089)
+++ stable/11/usr.bin/truss/truss.1	Sat Aug  5 09:45:08 2017	(r322090)
@@ -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-stable-11 mailing list