summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2017-08-05 09:45:08 +0000
committertrasz <trasz@FreeBSD.org>2017-08-05 09:45:08 +0000
commite6ce415aacc30814732a4539f3f5a89ce93f5d43 (patch)
tree4ac017b14f24849b350221450d09cbe7196e51d3 /usr.bin
parent33d7bb9f6ecde6b8963dec3ffc1fca4a672e2453 (diff)
downloadFreeBSD-src-e6ce415aacc30814732a4539f3f5a89ce93f5d43.zip
FreeBSD-src-e6ce415aacc30814732a4539f3f5a89ce93f5d43.tar.gz
MFC r321328:
Use more usual formatting for the EXAMPLES section of truss(1).
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/truss/truss.18
1 files changed, 5 insertions, 3 deletions
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 ,
OpenPOWER on IntegriCloud