summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-08-20 02:58:07 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-08-20 02:58:07 +0000
commitd39b73b250b3e6ee70796e278e1d402d1d393283 (patch)
tree196ef1be345a15b35dfc4608570a4b4490e9c01a /share/man
parente57acc3c8d66f0fa105433d68945ac359d17f57f (diff)
remove extra "for"
ok jmc@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/syscall.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/syscall.9 b/share/man/man9/syscall.9
index b6bfdd12283..5a5e0e0a89c 100644
--- a/share/man/man9/syscall.9
+++ b/share/man/man9/syscall.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syscall.9,v 1.2 2003/07/24 22:08:56 jmc Exp $
+.\" $OpenBSD: syscall.9,v 1.3 2003/08/20 02:58:06 david Exp $
.\"
.\" Copyright (c) 2003 Michael Shalayeff
.\"
@@ -201,7 +201,7 @@ This allows tracing for calls, returns, and arguments for both
implemented and non-implemented system calls.
A global integer variable
.Dr scdebug
-contains a mask for for the desired logging events:
+contains a mask for the desired logging events:
.Pp
.Bl -tag -width SCDEBUG_SHOWARGS__ -compact
.It SCDEBUG_CALLS