]> granicus.if.org Git - strace/commitdiff
strace.1: fix misleading italics
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 14 Jan 2011 17:17:20 +0000 (17:17 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 14 Jan 2011 17:17:20 +0000 (17:17 +0000)
* strace.1: Use bold instead of italics for "-e trace=" keywords.
This fixes Debian bug #589323.

strace.1

index 95fee6434af37ddb6bfe19b4d70e5752f012b5a2..ec03e9ab9fe1ab030fe056ccb0e2b7c2d5a5ac54 100644 (file)
--- 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