]> granicus.if.org Git - strace/commitdiff
Fix a couple of typos in the man page.
authorNate Sammons <nate@users.sourceforge.net>
Wed, 31 Mar 1999 05:59:04 +0000 (05:59 +0000)
committerNate Sammons <nate@users.sourceforge.net>
Wed, 31 Mar 1999 05:59:04 +0000 (05:59 +0000)
strace.1

index 56e02da36bec3f7ca4f641add3afc0787aeeb403..18fd56e53aa0dfd4e2cc9b710c146b6a629865c0 100644 (file)
--- 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.