From e6ce415aacc30814732a4539f3f5a89ce93f5d43 Mon Sep 17 00:00:00 2001 From: trasz Date: Sat, 5 Aug 2017 09:45:08 +0000 Subject: MFC r321328: Use more usual formatting for the EXAMPLES section of truss(1). --- usr.bin/truss/truss.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1 index 0246fa9..e7b3631 100644 --- a/usr.bin/truss/truss.1 +++ b/usr.bin/truss/truss.1 @@ -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 , -- cgit v1.1