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

Reply via email to