summaryrefslogtreecommitdiff
path: root/strace.1
diff options
context:
space:
mode:
authorNate Sammons <nate@users.sourceforge.net>1999-03-31 05:59:04 +0000
committerNate Sammons <nate@users.sourceforge.net>1999-03-31 05:59:04 +0000
commitb4aa1139eb2c6738444e0f6f039b01ff81acb64e (patch)
treeec768648e5df7a5f4bcf1312dd2eb909de3654c0 /strace.1
parent3080aa492b9418ca06e3cbb1c938a41e4a6588ea (diff)
downloadstrace-b4aa1139eb2c6738444e0f6f039b01ff81acb64e.tar.gz
strace-b4aa1139eb2c6738444e0f6f039b01ff81acb64e.tar.bz2
strace-b4aa1139eb2c6738444e0f6f039b01ff81acb64e.tar.xz
Fix a couple of typos in the man page.
Diffstat (limited to 'strace.1')
-rw-r--r--strace.14
1 files changed, 2 insertions, 2 deletions
diff --git a/strace.1 b/strace.1
index 56e02da..18fd56e 100644
--- a/strace.1
+++ b/strace.1
@@ -108,7 +108,7 @@ are printed on standard error or to the file specified with the
option.
.LP
.B strace
-is a useful diagnositic, instructional, and debugging tool.
+is a useful diagnostic, instructional, and debugging tool.
System adminstrators, diagnosticians and trouble-shooters will find
it invaluable for solving problems with
programs for which the source is not readily available since
@@ -506,7 +506,7 @@ privileges while being traced.
.LP
A traced process ignores
.SM SIGSTOP
-except of SVR4 platforms.
+except on SVR4 platforms.
.LP
A traced process which tries to block SIGTRAP will be sent a SIGSTOP
in an attempt to force continuation of tracing.