summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-10-04 21:14:39 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-10-04 21:14:39 +0000
commit0fba729c7566b2bbb0ef511297daad5cf866170b (patch)
tree3bf6949d0d3f76cbe1f351deb5b41c347a6d8355 /share
parent1faa99e0d4958ba3f2e73fcc369a0d527c0b5558 (diff)
mdoc/grammar fixes;
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/systrace.49
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/systrace.4 b/share/man/man4/systrace.4
index d76d161789d..db5994baf1b 100644
--- a/share/man/man4/systrace.4
+++ b/share/man/man4/systrace.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: systrace.4,v 1.11 2004/10/04 08:56:51 marius Exp $
+.\" $OpenBSD: systrace.4,v 1.12 2004/10/04 21:14:38 jmc Exp $
.\"
.\" Copyright (c) 2002, 2003 CubeSoft Communications, Inc.
.\" All rights reserved.
@@ -132,11 +132,12 @@ during the execution of a system call.
This is sent whenever the kernel frees the policy identified by
.Va msg_policy .
.It SYSTR_MSG_EXECVE
-This message is sent whenever, before a call to
+This message is sent whenever, before a call to
.Xr execve 2
a process is privileged (technically, the process has the P_SUGID or
-P_SUGIDEXEC flag set), but after the call, these priveliges have been
-dropped. The new image name is specified in the
+P_SUGIDEXEC flag set),
+but after the call these privileges have been dropped.
+The new image name is specified in the
.Va path
argument.
.El