summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-12-28 21:14:18 +0000
committermillert <millert@openbsd.org>2003-12-28 21:14:18 +0000
commitd795199823d583c4dd77086ca8ca2fe9a1505ecf (patch)
tree95d39b065765108bd6378413d4d3af1d95000319 /lib/libc
parentUnbreak tree by using correct PFSYNC_ACT_UREQ #define. (diff)
downloadwireguard-openbsd-d795199823d583c4dd77086ca8ca2fe9a1505ecf.tar.xz
wireguard-openbsd-d795199823d583c4dd77086ca8ca2fe9a1505ecf.zip
Mention session ID; OK deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/execve.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index bb5b694ae4c..aacb0b7c8ca 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: execve.2,v 1.26 2003/12/28 20:12:41 jmc Exp $
+.\" $OpenBSD: execve.2,v 1.27 2003/12/28 21:14:18 millert Exp $
.\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -167,6 +167,7 @@ the calling process:
.It process ID Ta see Xr getpid 2
.It parent process ID Ta see Xr getppid 2
.It process group ID Ta see Xr getpgrp 2
+.It session ID Ta see Xr getsid 2
.It access groups Ta see Xr getgroups 2
.It working directory Ta see Xr chdir 2
.It root directory Ta see Xr chroot 2