summaryrefslogtreecommitdiff
path: root/strace.1
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-01-14 17:17:20 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-01-14 17:17:20 +0000
commit1c3031b1f047d9e4f9026a52404bb2b3f29bdd1a (patch)
tree376c1ca15c7188ad11bdc0931d024ae15c288566 /strace.1
parent4eb1b51022e3a0fe619d0a31d8ad659d1b76b562 (diff)
downloadstrace-1c3031b1f047d9e4f9026a52404bb2b3f29bdd1a.tar.gz
strace-1c3031b1f047d9e4f9026a52404bb2b3f29bdd1a.tar.bz2
strace-1c3031b1f047d9e4f9026a52404bb2b3f29bdd1a.tar.xz
strace.1: fix misleading italics
* strace.1: Use bold instead of italics for "-e trace=" keywords. This fixes Debian bug #589323.
Diffstat (limited to 'strace.1')
-rw-r--r--strace.112
1 files changed, 6 insertions, 6 deletions
diff --git a/strace.1 b/strace.1
index 95fee64..ec03e9a 100644
--- a/strace.1
+++ b/strace.1
@@ -417,7 +417,7 @@ about the user/kernel boundary if only a subset of system calls
are being monitored. The default is
.BR trace = all .
.TP
-\fB\-e\ trace\fR=\fIfile\fR
+.BR "\-e\ trace" = file
Trace all system calls which take a file name as an argument. You
can think of this as an abbreviation for
.BR "\-e\ trace" = open , stat , chmod , unlink ,...
@@ -427,20 +427,20 @@ accidentally forget to include a call like
.B lstat
in the list. Betchya woulda forgot that one.
.TP
-\fB\-e\ trace\fR=\fIprocess\fR
+.BR "\-e\ trace" = process
Trace all system calls which involve process management. This
is useful for watching the fork, wait, and exec steps of a process.
.TP
-\fB\-e\ trace\fR=\fInetwork\fR
+.BR "\-e\ trace" = network
Trace all the network related system calls.
.TP
-\fB\-e\ trace\fR=\fIsignal\fR
+.BR "\-e\ trace" = signal
Trace all signal related system calls.
.TP
-\fB\-e\ trace\fR=\fIipc\fR
+.BR "\-e\ trace" = ipc
Trace all IPC related system calls.
.TP
-\fB\-e\ trace\fR=\fIdesc\fR
+.BR "\-e\ trace" = desc
Trace all file descriptor related system calls.
.TP
\fB\-e\ abbrev\fR=\fIset\fR